mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-10 18:09:38 +07:00
8 lines
193 B
Java
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(){
|
|
}
|
|
|
|
}
|