Class AutoRoundTripTest<M extends VodmlModel<M>>

    • Constructor Detail

      • AutoRoundTripTest

        public AutoRoundTripTest()
    • Method Detail

      • createModel

        public abstract M createModel()
        Create the model instance.
        Returns:
        the model to round-trip
      • testModel

        public abstract void testModel​(M m)
        Run some tests on the model.
        Parameters:
        m - the model to be tested