Class FullStatement
- java.lang.Object
-
- com.github.noconnor.junitperf.statements.FullStatement
-
- All Implemented Interfaces:
TestStatement
public class FullStatement extends Object implements TestStatement
-
-
Constructor Summary
Constructors Constructor Description FullStatement()
-
-
-
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
-
-