public static class OpaqueTestSuiteTestCase.SimpleTestSuite extends OpaqueTestSuiteBase
| Constructor and Description |
|---|
OpaqueTestSuiteTestCase.SimpleTestSuite(IntByRef counter,
int numTests,
int[] failingIndices) |
| 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 OpaqueTestSuiteTestCase.SimpleTestSuite(IntByRef counter, int numTests, int[] failingIndices)
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