kobalt-properties-test/example2/test/java/com/example/ExampleTest.java
2016-07-09 19:58:13 -07:00

9 lines
No EOL
168 B
Java

package com.example;
import org.testng.annotations.Test;
public class ExampleTest {
@Test
public void f() {
System.out.println("Running test");
}
}