public static class OpaqueTestSuiteFailureTestCase.FailingTestSuite extends OpaqueTestSuiteBase
| Constructor and Description |
|---|
OpaqueTestSuiteFailureTestCase.FailingTestSuite(boolean failOnSetup,
boolean failOnTeardown,
BooleanByRef tearDownCalled) |
| 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 OpaqueTestSuiteFailureTestCase.FailingTestSuite(boolean failOnSetup,
boolean failOnTeardown,
BooleanByRef tearDownCalled)
protected void suiteSetUp()
throws java.lang.Exception
suiteSetUp in class OpaqueTestSuiteBasejava.lang.Exceptionprotected void suiteTearDown()
throws java.lang.Exception
suiteTearDown in class OpaqueTestSuiteBasejava.lang.Exceptionprotected OpaqueTestSuiteBase transmogrified(Closure4<Iterator4<Test>> tests)
transmogrified in class OpaqueTestSuiteBasepublic java.lang.String label()