org.junit.experimental.theories.internal
Class TheoryMethod.PotentialMethodValues

java.lang.Object
  extended by org.junit.experimental.theories.internal.TheoryMethod.PotentialMethodValues
Enclosing class:
TheoryMethod

public static class TheoryMethod.PotentialMethodValues
extends java.lang.Object


Field Summary
 java.util.List<PotentialParameterValue> fSources
           
 
Constructor Summary
TheoryMethod.PotentialMethodValues()
           
TheoryMethod.PotentialMethodValues(java.util.List<PotentialParameterValue> concat)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fSources

public final java.util.List<PotentialParameterValue> fSources
Constructor Detail

TheoryMethod.PotentialMethodValues

public TheoryMethod.PotentialMethodValues()

TheoryMethod.PotentialMethodValues

public TheoryMethod.PotentialMethodValues(java.util.List<PotentialParameterValue> concat)