Package org.oxerr.commons.ws.rs.bean
Class BeanUtilsTest
java.lang.Object
org.oxerr.commons.ws.rs.bean.BeanUtilsTest
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) void(package private) void(package private) void(package private) void(package private) void(package private) void(package private) void(package private) void(package private) void(package private) void
-
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()
-