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