public static class OpaqueTestSuiteTestCase.CountingTest extends java.lang.Object implements Test
| Constructor and Description |
|---|
OpaqueTestSuiteTestCase.CountingTest(IntByRef counter,
int idx,
boolean fail) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isLeafTest() |
java.lang.String |
label() |
void |
run() |
Test |
transmogrify(Function4<Test,Test> fun) |
public OpaqueTestSuiteTestCase.CountingTest(IntByRef counter, int idx, boolean fail)
public boolean isLeafTest()
isLeafTest in interface Testpublic Test transmogrify(Function4<Test,Test> fun)
transmogrify in interface Testpublic void run()
run in interface java.lang.Runnable