com.pholser.junit.quickcheck.internal.generator
Class ServiceLoaderGeneratorSource

java.lang.Object
  extended by com.pholser.junit.quickcheck.internal.generator.ServiceLoaderGeneratorSource
All Implemented Interfaces:
Iterable<Generator<?>>

public class ServiceLoaderGeneratorSource
extends Object
implements Iterable<Generator<?>>


Constructor Summary
ServiceLoaderGeneratorSource()
           
 
Method Summary
 Iterator<Generator<?>> iterator()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceLoaderGeneratorSource

public ServiceLoaderGeneratorSource()
Method Detail

iterator

public Iterator<Generator<?>> iterator()
Specified by:
iterator in interface Iterable<Generator<?>>


Copyright © 2013. All Rights Reserved.