Package org.jooq.test._.testcases

Examples of org.jooq.test._.testcases.GeneralTests


        new EnumTests(this).testMasterData();
    }

    @Test
    public void testSerialisation() throws Exception {
        new GeneralTests(this).testSerialisation();
    }
View Full Code Here


        new RoutineAndUDTTests(this).testUDTProcedure();
    }

    @Test
    public void testAttachable() throws Exception {
        new GeneralTests(this).testAttachable();
    }
View Full Code Here

        new GeneralTests(this).testAttachable();
    }

    @Test
    public void testNULL() throws Exception {
        new GeneralTests(this).testNULL();
    }
View Full Code Here

        new PredicateTests(this).testLike();
    }

    @Test
    public void testDual() throws Exception {
        new GeneralTests(this).testDual();
    }
View Full Code Here

        new RoutineAndUDTTests(this).testStoredProceduresWithCursorParameters();
    }

    @Test
    public void testEquals() throws Exception {
        new GeneralTests(this).testEquals();
    }
View Full Code Here

        new GeneralTests(this).testEquals();
    }

    @Test
    public void testBatchSingle() throws Exception {
        new GeneralTests(this).testBatchSingle();
    }
View Full Code Here

        new GeneralTests(this).testBatchSingle();
    }

    @Test
    public void testBatchMultiple() throws Exception {
        new GeneralTests(this).testBatchMultiple();
    }
View Full Code Here

        new InsertUpdateTests(this).testTruncate();
    }

    @Test
    public void testMetaModel() throws Exception {
        new GeneralTests(this).testMetaModel();
    }
View Full Code Here

        new FetchTests(this).testFetchLater();
    }

    @Test
    public void testGrouping() throws Exception {
        new GroupByTests(this).testGrouping();
    }
View Full Code Here

        new GroupByTests(this).testGrouping();
    }

    @Test
    public void testGroupByCubeRollup() throws Exception {
        new GroupByTests(this).testGroupByCubeRollup();
    }
View Full Code Here

TOP

Related Classes of org.jooq.test._.testcases.GeneralTests

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.