9 lines
No EOL
168 B
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");
|
|
}
|
|
} |