Class EmbeddedTest
java.lang.Object
org.fastnate.generator.test.AbstractEntitySqlGeneratorTest
org.fastnate.generator.test.embedded.EmbeddedTest
Contains tests for embedded entities.
- Author:
- Tobias Liefke
-
Field Summary
Fields inherited from class org.fastnate.generator.test.AbstractEntitySqlGeneratorTest
WRITER_KEY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidTests to write embedded properties.voidTests to write nested embedded properties.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
-
EmbeddedTest
public EmbeddedTest()
-
-
Method Details
-
testEmbedded
Tests to write embedded properties.- Throws:
IOException- if the generator throws one
-
testNested
Tests to write nested embedded properties.- Throws:
IOException- if the generator throws one
-