Package quickdb.operations

Examples of quickdb.operations.ComplexOperationsTest


        BindingTest test2 = new BindingTest();
        DataStructureTest test3 = new DataStructureTest(admin);
        TestsOperations test4 = new TestsOperations(admin);
        FeaturesTest test5 = new FeaturesTest(admin);
        InvalidTest test6 = new InvalidTest(admin);
        ComplexOperationsTest test7 = new ComplexOperationsTest(admin);
        OperationsTest test8 = new OperationsTest(admin);
        PrimitiveCollectionTest test9 = new PrimitiveCollectionTest(admin);
        QueryTest test10 = new QueryTest(admin);
        ValidationTest test12 = new ValidationTest(admin);
       
View Full Code Here

TOP

Related Classes of quickdb.operations.ComplexOperationsTest

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.