| Constructor and Description |
|---|
TestDecorationAdapter(Test test) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isLeafTest() |
java.lang.String |
label() |
void |
run() |
Test |
transmogrify(Function4<Test,Test> fun) |
public TestDecorationAdapter(Test test)
public void run()
run in interface java.lang.Runnablepublic boolean isLeafTest()
isLeafTest in interface Test