| |
|
| org.axiondb.functional.AbstractFunctionalTest org.axiondb.functional.TestConstraints
TestConstraints | public class TestConstraints extends AbstractFunctionalTest (Code) | | version: $Revision: 1.15 $ $Date: 2005/12/20 18:32:44 $ author: Rodney Waldhoff |
TestConstraints | public TestConstraints(String testName)(Code) | | |
suite | public static Test suite()(Code) | | |
testAddAtMostOnePrimaryKey | public void testAddAtMostOnePrimaryKey() throws Exception(Code) | | |
testAutoReferenceFK | public void testAutoReferenceFK() throws Exception(Code) | | |
testCreateInvalidForeignKey | public void testCreateInvalidForeignKey() throws Exception(Code) | | |
testDeferredEvaluationOfConstraints | public void testDeferredEvaluationOfConstraints() throws Exception(Code) | | |
testDeferredFailure | public void testDeferredFailure() throws Exception(Code) | | |
testDeferredSuccess | public void testDeferredSuccess() throws Exception(Code) | | |
testDeferredSuccess2 | public void testDeferredSuccess2() throws Exception(Code) | | |
testDroppingPKWhileFKExists | public void testDroppingPKWhileFKExists() throws Exception(Code) | | |
testInsertCheckFailure1 | public void testInsertCheckFailure1() throws Exception(Code) | | |
testInsertCheckFailure2 | public void testInsertCheckFailure2() throws Exception(Code) | | |
testInsertCheckSuccess | public void testInsertCheckSuccess() throws Exception(Code) | | |
testInsertNonUniqueInt | public void testInsertNonUniqueInt() throws Exception(Code) | | |
testInsertNonUniquePrimaryKey | public void testInsertNonUniquePrimaryKey() throws Exception(Code) | | |
testInsertNonUniqueStr | public void testInsertNonUniqueStr() throws Exception(Code) | | |
testInsertNonUniqueUpperStr | public void testInsertNonUniqueUpperStr() throws Exception(Code) | | |
testInsertNotNullInt | public void testInsertNotNullInt() throws Exception(Code) | | |
testInsertUniqueInt | public void testInsertUniqueInt() throws Exception(Code) | | |
testInsertUniquePrimaryKey | public void testInsertUniquePrimaryKey() throws Exception(Code) | | |
testInsertUniqueStr | public void testInsertUniqueStr() throws Exception(Code) | | |
testInsertUniqueUpperStr | public void testInsertUniqueUpperStr() throws Exception(Code) | | |
testMultiColumnPKFK | public void testMultiColumnPKFK() throws Exception(Code) | | |
testMultiColumnPKFK2 | public void testMultiColumnPKFK2() throws Exception(Code) | | |
testMultiTableFKForOnePK | public void testMultiTableFKForOnePK() throws Exception(Code) | | |
testNullValueForRefColumns | public void testNullValueForRefColumns() throws Exception(Code) | | |
testNullValueForRefColumns2 | public void testNullValueForRefColumns2() throws Exception(Code) | | |
testPrimaryKeyProhibitsNull | public void testPrimaryKeyProhibitsNull() throws Exception(Code) | | |
testReferentialActions | public void testReferentialActions() throws Exception(Code) | | |
testReferentialActions2 | public void testReferentialActions2() throws Exception(Code) | | |
testSelfReferringTable | public void testSelfReferringTable() throws Exception(Code) | | |
testUpdateNonUniqueInt | public void testUpdateNonUniqueInt() throws Exception(Code) | | |
testUpdateToNonNullInt | public void testUpdateToNonNullInt() throws Exception(Code) | | |
testUpdateToNullInt | public void testUpdateToNullInt() throws Exception(Code) | | |
testUpdateUniqueInt | public void testUpdateUniqueInt() throws Exception(Code) | | |
Methods inherited from org.axiondb.functional.AbstractFunctionalTest | protected void assertException(String query)(Code)(Java Doc) protected void assertExceptionOnRead(String query) throws SQLException(Code)(Java Doc) protected void assertNRows(int n, String query) throws SQLException(Code)(Java Doc) protected void assertNRows(int n, ResultSet rset) throws SQLException(Code)(Java Doc) protected void assertNoRows(String query) throws SQLException(Code)(Java Doc) protected void assertNoRows(ResultSet rset) throws SQLException(Code)(Java Doc) protected void assertNullResult(String query) throws SQLException(Code)(Java Doc) protected void assertObjectResult(Object expected, ResultSet rset) throws SQLException(Code)(Java Doc) protected void assertObjectResult(Object expected, String query) throws SQLException(Code)(Java Doc) protected void assertOneRow(String query) throws SQLException(Code)(Java Doc) protected void assertResult(Object[] expected, ResultSet rset) throws SQLException(Code)(Java Doc) protected void assertResult(Object[] expected, String query) throws SQLException(Code)(Java Doc) protected void assertResult(String expected, ResultSet rset) throws SQLException(Code)(Java Doc) protected void assertResult(String expected, String query) throws SQLException(Code)(Java Doc) protected void assertResult(int expected, ResultSet rset) throws SQLException(Code)(Java Doc) protected void assertResult(int expected, String query) throws SQLException(Code)(Java Doc) protected void assertResult(float expected, String query) throws SQLException(Code)(Java Doc) protected void assertResult(boolean expected, String query) throws SQLException(Code)(Java Doc) protected void createAndPopulateDual() throws Exception(Code)(Java Doc) protected void createIndexOnFoo() throws Exception(Code)(Java Doc) protected void createSequenceFooSeq() throws Exception(Code)(Java Doc) protected void createTableBar() throws Exception(Code)(Java Doc) protected void createTableFoo(boolean includeIndex) throws Exception(Code)(Java Doc) protected void createTableFoo() throws Exception(Code)(Java Doc) protected void createTableStates() throws Exception(Code)(Java Doc) protected void createTableWords() throws Exception(Code)(Java Doc) protected void createTableX() throws Exception(Code)(Java Doc) protected void createTableY() throws Exception(Code)(Java Doc) protected void createTableZ() throws Exception(Code)(Java Doc) protected boolean deleteFile(File file) throws Exception(Code)(Java Doc) protected void dropSequenceFooSeq() throws Exception(Code)(Java Doc) protected void dropTableX() throws Exception(Code)(Java Doc) protected void dropTableY() throws Exception(Code)(Java Doc) protected void dropTableZ() throws Exception(Code)(Java Doc) protected String getConnectString()(Code)(Java Doc) protected File getDatabaseDirectory()(Code)(Java Doc) protected void populateTableBar() throws Exception(Code)(Java Doc) protected void populateTableFoo() throws Exception(Code)(Java Doc) protected void populateTableStates() throws Exception(Code)(Java Doc) protected void populateTableWords() throws Exception(Code)(Java Doc) protected void populateTableX() throws Exception(Code)(Java Doc) protected void populateTableY() throws Exception(Code)(Java Doc) protected void populateTableZ() throws Exception(Code)(Java Doc) public void setUp() throws Exception(Code)(Java Doc) public void tearDown() throws Exception(Code)(Java Doc)
|
|
|
|