14 lines
285 B
Java
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);
|
|
}
|
|
}
|