Files
openide/plugins/testng/testData/junit/afterClass.java
anna e1db113a96 restore testng tests: remove copyright from testdata; update to new import optimization policy
optimize undeclared test to search for short package name instead og fqn
2010-01-20 12:51:42 +03:00

8 lines
116 B
Java

import org.testng.annotations.Test;
public class Testt {
@Test
public void test() {
//do smth
}
}