Class MeasurableStatement
- java.lang.Object
-
- com.github.noconnor.junitperf.statements.MeasurableStatement
-
- All Implemented Interfaces:
TestStatement
public class MeasurableStatement extends Object implements TestStatement
-
-
Constructor Summary
Constructors Constructor Description MeasurableStatement(org.junit.runners.model.Statement statement)
-
-
-
Method Detail
-
runBefores
public void runBefores() throws Throwable- Specified by:
runBeforesin interfaceTestStatement- Throws:
Throwable
-
evaluate
public void evaluate() throws Throwable- Specified by:
evaluatein interfaceTestStatement- Throws:
Throwable
-
runAfters
public void runAfters() throws Throwable- Specified by:
runAftersin interfaceTestStatement- Throws:
Throwable
-
-