public class QueryingReadOnlyWithNewClassTestCase extends TestWithTempFile
| Modifier and Type | Class and Description |
|---|---|
static class |
QueryingReadOnlyWithNewClassTestCase.A |
static class |
QueryingReadOnlyWithNewClassTestCase.B |
| Constructor and Description |
|---|
QueryingReadOnlyWithNewClassTestCase() |
| Modifier and Type | Method and Description |
|---|---|
<T> void |
queryDb(EmbeddedConfiguration config,
java.lang.Class<T> clazz,
int count) |
void |
testWithoutReadOnly() |
void |
testWithReadOnly() |
setUp, tearDown, tempFilepublic QueryingReadOnlyWithNewClassTestCase()
public void testWithoutReadOnly()
public void testWithReadOnly()
public <T> void queryDb(EmbeddedConfiguration config, java.lang.Class<T> clazz, int count)