public static class

Theories.TheoryAnchor

extends Statement
java.lang.Object
   ↳ org.junit.runners.model.Statement
     ↳ org.junit.experimental.theories.Theories.TheoryAnchor

Summary

Public Constructors
Theories.TheoryAnchor(FrameworkMethod method, TestClass testClass)
Public Methods
void evaluate()
Run the action, throwing a Throwable if anything goes wrong.
Protected Methods
void handleAssumptionViolation(AssumptionViolatedException e)
void handleDataPointSuccess()
void reportParameterizedError(Throwable e, Object... params)
void runWithAssignment(Assignments parameterAssignment)
void runWithCompleteAssignment(Assignments complete)
void runWithIncompleteAssignment(Assignments incomplete)
[Expand]
Inherited Methods
From class org.junit.runners.model.Statement
From class java.lang.Object

Public Constructors

public Theories.TheoryAnchor (FrameworkMethod method, TestClass testClass)

Public Methods

public void evaluate ()

Run the action, throwing a Throwable if anything goes wrong.

Throws
Throwable

Protected Methods

protected void handleAssumptionViolation (AssumptionViolatedException e)

protected void handleDataPointSuccess ()

protected void reportParameterizedError (Throwable e, Object... params)

Throws
Throwable

protected void runWithAssignment (Assignments parameterAssignment)

Throws
Throwable

protected void runWithIncompleteAssignment (Assignments incomplete)