kobalt-properties-test/example2/src/test/java/com/example/ExampleTest.java

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");
}
}