Class BeanUtilsTest

java.lang.Object
org.oxerr.commons.ws.rs.bean.BeanUtilsTest

class BeanUtilsTest extends Object
  • Constructor Details

    • BeanUtilsTest

      BeanUtilsTest()
  • Method Details

    • 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()