public class MockResultSetTest
extends junit.framework.TestCase
| Constructor and Description |
|---|
MockResultSetTest() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
setUp() |
void |
testAddColumn() |
void |
testAddRow() |
void |
testCaseInsensitiveColumns() |
void |
testCaseSensitiveColumns() |
void |
testCloneAndIsEqual() |
void |
testCloneDeepCopyMetaData() |
void |
testCloneOnInsertRow() |
void |
testCloneOnUpdateRow() |
void |
testCursorNotAllowed() |
void |
testCursorPosition() |
void |
testDatabaseView() |
void |
testEmptyResultSet() |
void |
testError() |
void |
testFindColumn() |
void |
testGetColumnCountMetaData() |
void |
testGetValues() |
void |
testInsertDeleteRows() |
void |
testInsertOnEmptyResultSet() |
void |
testInsertRowFailure() |
void |
testIsEqual() |
void |
testIsEqualNotAssignableAndNull() |
void |
testRowsInsertDeleteUpdateNotAllowed() |
void |
testRowsInsertedDeletedUpdated() |
void |
testSetFetchDirection() |
void |
testUpdateBlobAndClob() |
void |
testUpdateDeleteInvalidRow() |
void |
testUpdateSQLXML() |
void |
testUpdateStreams() |
void |
testUpdateValues() |
countTestCases, createResult, getName, run, run, runBare, runTest, setName, tearDown, toStringassertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, failprotected void setUp()
throws Exception
setUp in class junit.framework.TestCaseExceptionpublic void testGetColumnCountMetaData()
throws Exception
Exceptionpublic void testInsertOnEmptyResultSet()
throws Exception
Exceptionpublic void testUpdateDeleteInvalidRow()
throws Exception
Exceptionpublic void testIsEqualNotAssignableAndNull()
throws Exception
Exceptionpublic void testRowsInsertedDeletedUpdated()
throws Exception
Exceptionpublic void testRowsInsertDeleteUpdateNotAllowed()
throws Exception
Exceptionpublic void testCloneDeepCopyMetaData()
throws Exception
Exceptionpublic void testCaseInsensitiveColumns()
throws Exception
ExceptionCopyright © 2003-2014. All Rights Reserved.