public class BeanUtilsTest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
BeanUtilsTest.BeanWithSetterThatFails |
| Constructor and Description |
|---|
BeanUtilsTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
noOverrideSkipUnknown() |
void |
nullNestedBean() |
void |
nullNestedBeanSkip() |
void |
overrideSkipUnknown() |
void |
setUp() |
void |
setValueFailsDueToUnexpectedException() |
void |
setValueSkippedDueToUnexpectedException() |
void |
unknownPropertyNoOverrideSkip() |
void |
unknownPropertyOverrideSkip() |
void |
wrongType() |
void |
wrongTypeSkip() |
public void setUp()
public void overrideSkipUnknown()
throws BeanException
BeanExceptionpublic void noOverrideSkipUnknown()
throws BeanException
BeanExceptionpublic void unknownPropertyNoOverrideSkip()
throws BeanException
BeanExceptionpublic void unknownPropertyOverrideSkip()
throws BeanException
BeanExceptionpublic void nullNestedBeanSkip()
throws BeanException
BeanExceptionpublic void wrongTypeSkip()
throws BeanException
BeanExceptionpublic void nullNestedBean()
throws BeanException
BeanExceptionpublic void wrongType()
throws BeanException
BeanExceptionpublic void setValueFailsDueToUnexpectedException()
throws BeanException
BeanExceptionpublic void setValueSkippedDueToUnexpectedException()
throws BeanException
BeanExceptionCopyright © 2021. All rights reserved.