net.java.quickcheck.generator.support
Class TupleGenerator

java.lang.Object
  extended by net.java.quickcheck.generator.support.TupleGenerator

public class TupleGenerator
extends Object


Constructor Summary
TupleGenerator(Generator<?>... generators)
           
 
Method Summary
 Object[] next()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TupleGenerator

public TupleGenerator(Generator<?>... generators)
Method Detail

next

public Object[] next()


Copyright © 2011. All Rights Reserved.