blob: 391a18c213f76c843879b81d4fbcb5e9a16d7900 [file] [log] [blame]
package test.simple;
import org.testng.annotations.Test;
public class SimpleTest {
@Test
public void f() {
}
private void ppp(String string) {
System.out.println("[SimpleTest] " + string);
}
}