public abstract class OpaqueTestSuiteBase extends java.lang.Object implements Test
| Constructor and Description |
|---|
OpaqueTestSuiteBase(Closure4<Iterator4<Test>> tests) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isLeafTest() |
void |
run() |
protected abstract void |
suiteSetUp() |
protected abstract void |
suiteTearDown() |
protected Closure4<Iterator4<Test>> |
tests() |
protected abstract OpaqueTestSuiteBase |
transmogrified(Closure4<Iterator4<Test>> tests) |
Test |
transmogrify(Function4<Test,Test> fun) |
public void run()
run in interface java.lang.Runnablepublic boolean isLeafTest()
isLeafTest in interface Testpublic Test transmogrify(Function4<Test,Test> fun)
transmogrify in interface Testprotected abstract OpaqueTestSuiteBase transmogrified(Closure4<Iterator4<Test>> tests)
protected abstract void suiteSetUp()
throws java.lang.Exception
java.lang.Exceptionprotected abstract void suiteTearDown()
throws java.lang.Exception
java.lang.Exception