blob: 19d25c2d2f1ff377d218c816a90609da903df592 [file] [log] [blame]
package test.jarpackages.tests;
import org.testng.annotations.Test;
public class A {
@Test
public void f() {}
}