org.junit.contrib.theories
Class Theories.TheoryAnchor
java.lang.Object
org.junit.runners.model.Statement
org.junit.contrib.theories.Theories.TheoryAnchor
- Enclosing class:
- Theories
public static class Theories.TheoryAnchor
- extends org.junit.runners.model.Statement
|
Constructor Summary |
Theories.TheoryAnchor(org.junit.runners.model.FrameworkMethod method,
org.junit.runners.model.TestClass testClass)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Theories.TheoryAnchor
public Theories.TheoryAnchor(org.junit.runners.model.FrameworkMethod method,
org.junit.runners.model.TestClass testClass)
evaluate
public void evaluate()
throws Throwable
- Specified by:
evaluate in class org.junit.runners.model.Statement
- Throws:
Throwable
runWithAssignment
protected void runWithAssignment(Assignments parameterAssignment)
throws Throwable
- Throws:
Throwable
runWithIncompleteAssignment
protected void runWithIncompleteAssignment(Assignments incomplete)
throws Throwable
- Throws:
Throwable
runWithCompleteAssignment
protected void runWithCompleteAssignment(Assignments complete)
throws Throwable
- Throws:
Throwable
handleAssumptionViolation
protected void handleAssumptionViolation(org.junit.AssumptionViolatedException e)
reportParameterizedError
protected void reportParameterizedError(Throwable e,
Object... params)
throws Throwable
- Throws:
Throwable
handleDataPointSuccess
protected void handleDataPointSuccess()
Copyright © 2014. All Rights Reserved.