Class AllMembersSupplier.MethodParameterValue
- java.lang.Object
-
- org.junit.experimental.theories.PotentialAssignment
-
- org.junit.experimental.theories.internal.AllMembersSupplier.MethodParameterValue
-
- Enclosing class:
- AllMembersSupplier
static class AllMembersSupplier.MethodParameterValue extends PotentialAssignment
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.junit.experimental.theories.PotentialAssignment
PotentialAssignment.CouldNotGenerateValueException
-
-
Field Summary
Fields Modifier and Type Field Description private FrameworkMethod
method
-
Constructor Summary
Constructors Modifier Constructor Description private
MethodParameterValue(FrameworkMethod dataPointMethod)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getDescription()
java.lang.Object
getValue()
-
Methods inherited from class org.junit.experimental.theories.PotentialAssignment
forValue
-
-
-
-
Field Detail
-
method
private final FrameworkMethod method
-
-
Constructor Detail
-
MethodParameterValue
private MethodParameterValue(FrameworkMethod dataPointMethod)
-
-
Method Detail
-
getValue
public java.lang.Object getValue() throws PotentialAssignment.CouldNotGenerateValueException
- Specified by:
getValue
in classPotentialAssignment
- Throws:
PotentialAssignment.CouldNotGenerateValueException
-
getDescription
public java.lang.String getDescription() throws PotentialAssignment.CouldNotGenerateValueException
- Specified by:
getDescription
in classPotentialAssignment
- Throws:
PotentialAssignment.CouldNotGenerateValueException
-
-