Examples of GeneralTests


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

        new DataTypeTests(this).testNumbers();
    }

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

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

        new DataTypeTests(this).testCastingToDialectDataType();
    }

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

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

        new SelectTests(this).testSelectQuery();
    }

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

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

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

        new RoutineAndUDTTests(this).testUDTProcedure();
    }

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

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

        new GeneralTests(this).testAttachable();
    }

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

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

        new PredicateTests(this).testLike();
    }

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

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

        new RoutineAndUDTTests(this).testStoredProceduresWithCursorParameters();
    }

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

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

        new GeneralTests(this).testEquals();
    }

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

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

        new GeneralTests(this).testBatchSingle();
    }

    @Test
    public void testBatchMultiple() throws Exception {
        new GeneralTests(this).testBatchMultiple();
    }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.