Class CollectionsTest

java.lang.Object
org.fastnate.generator.test.AbstractEntitySqlGeneratorTest
org.fastnate.generator.test.collections.CollectionsTest

public class CollectionsTest extends AbstractEntitySqlGeneratorTest
Test collections in entities.
Author:
Tobias Liefke
  • Constructor Details

    • CollectionsTest

      public CollectionsTest()
  • Method Details

    • testEmbedded

      @Test public void testEmbedded() throws IOException
      Tests to write embedded collections and prevent circular dependencies.
      Throws:
      IOException - if the generator throws one
    • testListConverter

      @Test public void testListConverter() throws IOException
      Tests to write Convert.
      Throws:
      IOException - if the generator throws one
    • testPlural

      @Test public void testPlural() throws IOException
      Tests to write plural properties.
      Throws:
      IOException - if the generator throws one