Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
plugins
/
testng
/
testData
/
javadoc2Annotation
/
after1.java
blob: 019dadcfedc9067bb21c66118c70a28b126fa990 [
file
] [
log
] [
blame
]
import
org
.
testng
.
annotations
.
AfterTest
;
public
class
Testt
{
/**
* @testng.before-suite<caret>
*/
@AfterTest
public
void
afterBefore
(){
}
}