Files
openide/plugins/testng/testData/configuration/before1.java
Anna Kozlova e107fa04d4 testng: update testng to 7.1.0 (IDEA-234765)
GitOrigin-RevId: 94db8d66d07ad2abb3bee70a7af958d0b129fbd8
2020-09-09 14:22:47 +00:00

8 lines
193 B
Java

import org.testng.annotations.Configuration;
public class Testt {
<caret>@org.testng.annotations.Configuration(beforeSuite = true, afterTest = true)
public void afterBefore(){
}
}