Class AbstractBaseModelTest

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void equalCheck​(java.lang.Object model1, java.lang.Object model2, java.lang.String methodName, java.lang.Object value, java.lang.Object tempValue)  
      protected void testGenericEqualPart​(BaseModel model1, BaseModel model2)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AbstractBaseModelTest

        public AbstractBaseModelTest()
    • Method Detail

      • testGenericEqualPart

        protected void testGenericEqualPart​(BaseModel model1,
                                            BaseModel model2)
      • equalCheck

        protected void equalCheck​(java.lang.Object model1,
                                  java.lang.Object model2,
                                  java.lang.String methodName,
                                  java.lang.Object value,
                                  java.lang.Object tempValue)
                           throws java.lang.Exception
        Throws:
        java.lang.Exception