Files
adcity-demo/app/src/test/java/org/example/TestNGEAppMain.java
Riccardo Balbo 305398fbe4 first
2025-06-10 02:01:33 +02:00

14 lines
285 B
Java

/*
* This source file was generated by the Gradle 'init' task
*/
package org.example;
import org.junit.Test;
import static org.junit.Assert.*;
public class TestNGEAppMain {
@Test public void okTest() {
assertTrue("This test should always pass", true);
}
}