Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
plugins
/
testng
/
testData
/
configuration
/
after1.java
blob: 1201bd82c4ea73a85b43ec54f8344097de759f18 [
file
] [
log
] [
blame
]
import
org
.
testng
.
annotations
.
AfterTest
;
import
org
.
testng
.
annotations
.
BeforeSuite
;
import
org
.
testng
.
annotations
.
Configuration
;
public
class
Testt
{
<
caret
>
@AfterTest
()
@BeforeSuite
()
public
void
afterBefore
(){
}
}