org.junit.experimental.theories
Class Theories.TheoryAnchor
java.lang.Object
org.junit.runners.model.Statement
org.junit.experimental.theories.Theories.TheoryAnchor
- Enclosing class:
- Theories
public class Theories.TheoryAnchor
- extends Statement
Method Summary |
void |
evaluate()
Run the action, throwing a Throwable if anything goes wrong. |
Theories.TheoryAnchor
public Theories.TheoryAnchor(FrameworkMethod method)
evaluate
public void evaluate()
throws Throwable
- Description copied from class:
Statement
- Run the action, throwing a
Throwable
if anything goes wrong.
- Specified by:
evaluate
in class Statement
- Throws:
Throwable