Class AccessTest
java.lang.Object
org.fastnate.generator.test.AbstractEntitySqlGeneratorTest
org.fastnate.generator.test.access.AccessTest
Tests that access types are read correctly.
- Author:
- Tobias Liefke
-
Field Summary
Fields inherited from class org.fastnate.generator.test.AbstractEntitySqlGeneratorTest
WRITER_KEY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidTests that an explict access type is taken into account.voidTests that an implict access type is taken into account.Methods inherited from class org.fastnate.generator.test.AbstractEntitySqlGeneratorTest
createQuery, executeSql, findResults, findResults, findSingleResult, findSingleResult, getConnection, getEm, getGenerator, getGeneratorProperties, setup, setup, tearDown, write
-
Constructor Details
-
AccessTest
public AccessTest()
-
-
Method Details
-
testExplicitAccess
Tests that an explict access type is taken into account.- Throws:
IOException- if the generator throws one
-
testImplicitAccess
Tests that an implict access type is taken into account.- Throws:
IOException- if the generator throws one
-