public class CallBuilderTest extends Object
CallBuilder.| Modifier and Type | Field and Description |
|---|---|
org.jmock.integration.junit4.JUnitRuleMockery |
context |
| Constructor and Description |
|---|
CallBuilderTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
setUp() |
void |
testExecuteAndClose() |
void |
testGetMoreResults() |
void |
testGetMoreResultsFailsWhenNotExecuted() |
void |
testGetOutParameterIndex() |
void |
testGetOutParameterIndexFailsWhenNotExecuted() |
void |
testGetOutParameterLabel() |
void |
testGetOutParameterLabelFailsWhenNotExecuted() |
void |
testGetResultSet() |
void |
testGetResultSetFailsWhenNotExecuted() |
void |
testGetUpdateCount() |
void |
testGetUpdateCountFailsWhenNotExecuted() |
void |
testHandleResult() |
void |
testHandleResultFailsWhenNotExecuted() |
void |
testHandleResultWhenNoResult() |
void |
testRetrieveListIndexFailsWhenNotExecuted() |
void |
testRetrieveListLabelFailsWhenNotExecuted() |
void |
testRetrieveListRowMapperFailsWhenNotExecuted() |
void |
testRetrieveListWithColumnIndex() |
void |
testRetrieveListWithColumnLabel() |
void |
testRetrieveListWithRowMapper() |
void |
testRetrieveValueWithColumnIndex() |
void |
testRetrieveValueWithColumnLabel() |
void |
testRetrieveValueWithRowMapper() |
public void testGetUpdateCountFailsWhenNotExecuted()
throws Exception
Exceptionpublic void testGetResultSetFailsWhenNotExecuted()
throws Exception
Exceptionpublic void testGetMoreResultsFailsWhenNotExecuted()
throws Exception
Exceptionpublic void testHandleResultFailsWhenNotExecuted()
throws Exception
Exceptionpublic void testRetrieveListRowMapperFailsWhenNotExecuted()
throws Exception
Exceptionpublic void testRetrieveListLabelFailsWhenNotExecuted()
throws Exception
Exceptionpublic void testRetrieveListIndexFailsWhenNotExecuted()
throws Exception
Exceptionpublic void testGetOutParameterLabelFailsWhenNotExecuted()
throws Exception
Exceptionpublic void testGetOutParameterIndexFailsWhenNotExecuted()
throws Exception
Exceptionpublic void testHandleResultWhenNoResult()
throws Exception
Exceptionpublic void testRetrieveListWithRowMapper()
throws Exception
Exceptionpublic void testRetrieveValueWithRowMapper()
throws Exception
Exceptionpublic void testRetrieveListWithColumnLabel()
throws Exception
Exceptionpublic void testRetrieveListWithColumnIndex()
throws Exception
Exceptionpublic void testRetrieveValueWithColumnLabel()
throws Exception
ExceptionCopyright © 2014–2015 Carl Harris, Jr. All rights reserved.