public abstract class TestUnitDecorator extends Object implements TestUnit
Modifier | Constructor and Description |
---|---|
protected |
TestUnitDecorator(TestUnit child) |
Modifier and Type | Method and Description |
---|---|
TestUnit |
child() |
abstract void |
execute(ResultCollector rc) |
Description |
getDescription() |
protected TestUnitDecorator(TestUnit child)
public Description getDescription()
getDescription
in interface TestUnit
public TestUnit child()
public abstract void execute(ResultCollector rc)
Copyright © 2021 org.pitest. All rights reserved.