Uses of Class
org.junit.experimental.theories.internal.Assignments
Packages that use Assignments
-
Uses of Assignments in org.junit.experimental.theories
Methods in org.junit.experimental.theories with parameters of type AssignmentsModifier and TypeMethodDescriptionprivate StatementTheories.TheoryAnchor.methodCompletesWithParameters(FrameworkMethod method, Assignments complete, Object freshInstance) protected voidTheories.TheoryAnchor.runWithAssignment(Assignments parameterAssignment) protected voidTheories.TheoryAnchor.runWithCompleteAssignment(Assignments complete) protected voidTheories.TheoryAnchor.runWithIncompleteAssignment(Assignments incomplete) -
Uses of Assignments in org.junit.experimental.theories.internal
Methods in org.junit.experimental.theories.internal that return AssignmentsModifier and TypeMethodDescriptionstatic AssignmentsAssignments.allUnassigned(Method testMethod, TestClass testClass) Returns a new assignment list fortestMethod, with no params assigned.Assignments.assignNext(PotentialAssignment source)