org.junit.contrib.theories.internal
Class BooleanSupplier

java.lang.Object
  extended by org.junit.contrib.theories.ParameterSupplier
      extended by org.junit.contrib.theories.internal.BooleanSupplier

public class BooleanSupplier
extends ParameterSupplier


Constructor Summary
BooleanSupplier()
           
 
Method Summary
 List<PotentialAssignment> getValueSources(ParameterSignature sig)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BooleanSupplier

public BooleanSupplier()
Method Detail

getValueSources

public List<PotentialAssignment> getValueSources(ParameterSignature sig)
Specified by:
getValueSources in class ParameterSupplier


Copyright © 2014. All Rights Reserved.