Sign in
android
/
platform
/
tools
/
idea
/
c810bbf46e7246636afe1d18947a460cedc5d24d
/
.
/
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
(){
}
}