Class DateEntityTest

java.lang.Object
org.fastnate.generator.test.AbstractEntitySqlGeneratorTest
org.fastnate.generator.test.date.DateEntityTest

public class DateEntityTest extends AbstractEntitySqlGeneratorTest
Tests that temporal properties are written correctly.
Author:
Tobias Liefke
  • Constructor Details

    • DateEntityTest

      public DateEntityTest()
  • Method Details

    • testAbsoluteDates

      @Test public void testAbsoluteDates() throws IOException
      Tests to write properties with absolute dates.
      Throws:
      IOException - if the generator throws one
    • testReferenceDates

      @Test public void testReferenceDates() throws IOException
      Tests to write properties with reference dates.
      Throws:
      IOException - if the generator throws one
    • testRelativeDates

      @Test public void testRelativeDates() throws IOException
      Tests to write properties with relative dates.
      Throws:
      IOException - if the generator throws one