Class AutoDBRoundTripTest<M extends VodmlModel<M>,​I,​T extends JPAManipulationsForObjectType<I>>

    • Constructor Detail

      • AutoDBRoundTripTest

        public AutoDBRoundTripTest()
    • Method Detail

      • entityForDb

        public abstract T entityForDb()
        an entity for testing.
        Returns:
        the entity to be persisted to the database.
      • testEntity

        public abstract void testEntity​(T e)
        Run some integrity tests on the entity.
        Parameters:
        e - the entity to be tested.