Class BeanUtilsTest


  • class BeanUtilsTest
    extends Object
    • Constructor Detail

      • BeanUtilsTest

        BeanUtilsTest()
    • Method Detail

      • testPatch

        @Test
        void testPatch()
      • testPatchWithIllegalAccessException

        @Test
        void testPatchWithIllegalAccessException()
      • testPatchWithInvocationTargetException

        @Test
        void testPatchWithInvocationTargetException()
      • testPatchProperties

        @Test
        void testPatchProperties()
      • testPatchExclude

        @Test
        void testPatchExclude()
      • testPatchExcludeAnnotationOnField

        @Test
        void testPatchExcludeAnnotationOnField()
      • testPatchExcludeAnnotationOnGetter

        @Test
        void testPatchExcludeAnnotationOnGetter()
      • testPatchExcludeWithOrigNoSuchFieldException

        @Test
        void testPatchExcludeWithOrigNoSuchFieldException()
      • testPatchExcludeAnnotation

        @Test
        void testPatchExcludeAnnotation()
      • testCopyProperties

        @Test
        void testCopyProperties()