Sign in
android
/
platform
/
tools
/
idea
/
3a2425a5aed1bef93dab954745ad5665265eb70b
/
.
/
plugins
/
testng
/
src
/
fileTemplates
/
code
/
TestNG SetUp Method.java.ft
blob: 895b538799327dbe3ee1e65fe78914c634ca2df8 [
file
] [
log
] [
blame
]
@org
.
testng
.
annotations
.
BeforeMethod
public
void
setUp
()
throws
Exception
{
$
{
BODY
}
}