first
This commit is contained in:
13
app/src/test/java/org/example/TestNGEAppMain.java
Normal file
13
app/src/test/java/org/example/TestNGEAppMain.java
Normal file
@@ -0,0 +1,13 @@
|
||||
/*
|
||||
* 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);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user