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 Statement
Theories.TheoryAnchor.methodCompletesWithParameters
(FrameworkMethod method, Assignments complete, Object freshInstance) protected void
Theories.TheoryAnchor.runWithAssignment
(Assignments parameterAssignment) protected void
Theories.TheoryAnchor.runWithCompleteAssignment
(Assignments complete) protected void
Theories.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 Assignments
Assignments.allUnassigned
(Method testMethod, TestClass testClass) Returns a new assignment list fortestMethod
, with no params assigned.Assignments.assignNext
(PotentialAssignment source)