public class QueryBuilderTest extends Object
QueryBuilder.| Modifier and Type | Field and Description |
|---|---|
org.jmock.integration.junit4.JUnitRuleMockery |
context |
| Constructor and Description |
|---|
QueryBuilderTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
setUp() |
void |
testCannotReconfigureAfterRetrieve() |
void |
testCloseWhenRepeatable() |
void |
testRetrieveClosesWhenNotRepeatable() |
void |
testRetrieveDoesNotCloseWhenRepeatable() |
void |
testRetrieveFailsWhenNoHandlerConfigured() |
void |
testRetrieveFailsWhenNoStatementConfigured() |
void |
testRetrieveListWithColumnIndexExtractor() |
void |
testRetrieveListWithColumnLabelExtractor() |
void |
testRetrieveListWithRowMapper() |
void |
testRetrieveValueWithRowMapper() |
public void testRetrieveFailsWhenNoStatementConfigured()
throws Exception
Exceptionpublic void testRetrieveFailsWhenNoHandlerConfigured()
throws Exception
Exceptionpublic void testRetrieveClosesWhenNotRepeatable()
throws Exception
Exceptionpublic void testCannotReconfigureAfterRetrieve()
throws Exception
Exceptionpublic void testRetrieveDoesNotCloseWhenRepeatable()
throws Exception
Exceptionpublic void testRetrieveListWithRowMapper()
throws Exception
Exceptionpublic void testRetrieveValueWithRowMapper()
throws Exception
Exceptionpublic void testRetrieveListWithColumnIndexExtractor()
throws Exception
Exceptionpublic void testRetrieveListWithColumnLabelExtractor()
throws Exception
ExceptionCopyright © 2014–2015 Carl Harris, Jr. All rights reserved.