public class ClassLevelFixtureTestSuite extends OpaqueTestSuiteBase
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
SETUP_METHOD_NAME |
static java.lang.String |
TEARDOWN_METHOD_NAME |
| Constructor and Description |
|---|
ClassLevelFixtureTestSuite(java.lang.Class<?> clazz,
Closure4<Iterator4<Test>> tests) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
label() |
protected void |
suiteSetUp() |
protected void |
suiteTearDown() |
protected OpaqueTestSuiteBase |
transmogrified(Closure4<Iterator4<Test>> tests) |
isLeafTest, run, tests, transmogrifypublic static final java.lang.String TEARDOWN_METHOD_NAME
public static final java.lang.String SETUP_METHOD_NAME
protected void suiteSetUp()
throws java.lang.Exception
suiteSetUp in class OpaqueTestSuiteBasejava.lang.Exceptionprotected void suiteTearDown()
throws java.lang.Exception
suiteTearDown in class OpaqueTestSuiteBasejava.lang.Exceptionpublic java.lang.String label()
protected OpaqueTestSuiteBase transmogrified(Closure4<Iterator4<Test>> tests)
transmogrified in class OpaqueTestSuiteBase