Package ar.edu.unlp.yaqc4j.generators.java.lang

Examples of ar.edu.unlp.yaqc4j.generators.java.lang.FloatSimpleGen


    basicRegisterFor(new DateGen(), Date.class);
    basicRegisterFor(new AlphaNumericStringGen(), String.class);
    basicRegisterFor(new StringBuilderGen(), StringBuilder.class);
    basicRegisterFor(new StringBufferGen(), StringBuffer.class);
    // basicRegisterFor(new VoidGen(), Void.class);
    basicRegisterFor(new ListGen<Float>(new FloatSimpleGen(), 0, 10),
        Collection.class);
    // registerFor(new ObjectGen(), Object.class);

  }
View Full Code Here

TOP

Related Classes of ar.edu.unlp.yaqc4j.generators.java.lang.FloatSimpleGen

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.