Sign in
android
/
platform
/
tools
/
idea
/
c810bbf46e7246636afe1d18947a460cedc5d24d
/
.
/
plugins
/
testng
/
testData
/
junit
/
afterClass.java
blob: 91b697f6283d4474e02c4699e14f73487ccda18c [
file
] [
log
] [
blame
]
import
org
.
testng
.
annotations
.
Test
;
public
class
Testt
{
@Test
public
void
test
()
{
//do smth
}
}