public class PropertyAccessTest extends Object
Modifier and Type | Class and Description |
---|---|
static class |
PropertyAccessTest.TestBaseClass |
static class |
PropertyAccessTest.TestClass |
Constructor and Description |
---|
PropertyAccessTest() |
public void setUp()
public void testPropertyAccessTargetNull() throws Exception
Exception
public void testPropertyAccessPropertyNameNull() throws Exception
Exception
public void testSetPropertyNotExistentField() throws Exception
Exception
public void testSetPropertyPrivateField() throws Exception
Exception
public void testSetPropertyProtectedField() throws Exception
Exception
public void testSetPropertyPublicField() throws Exception
Exception
public void testSetPropertyPublicFieldEndingWithS() throws Exception
Exception
- if the test fails.public void testSetPropertyPublicFieldStartingWithUnderscore() throws Exception
Exception
- if the test fails.public void testAccessPublicFieldFromBaseClass() throws Exception
Exception
public void testSetPropertyPublicFieldWrongClass() throws Exception
Exception
public void testSetPropertyIntFieldNull() throws Exception
Exception
public void testSetPropertyPublicStringField() throws Exception
Exception
public void testSetPropertyPublicStringFieldNull() throws Exception
Exception
public void testSetPropertyPublicStringArrayField() throws Exception
Exception
public void testSetPropertyPublicStringArrayFieldAlreadyFilled() throws Exception
Exception
public void testSetPropertyPublicStringArrayFieldNull() throws Exception
Exception
public void testSetPropertyPublicStringArrayFieldArray() throws Exception
Exception
public void testSetPropertyPublicStringCollectionField() throws Exception
Exception
public void testSetPropertyPublicStringCollectionFieldAlreadyFilled() throws Exception
Exception
public void testSetPropertyPublicStringCollectionFieldNull() throws Exception
Exception
public void testSetPropertyPublicStringCollectionFieldCollection() throws Exception
Exception
- if the test fails.public void testSetPropertyPublicStringListField() throws Exception
Exception
public void testSetPropertyPublicStringSetField() throws Exception
Exception
public void testSetPropertyPublicStringQueueField() throws Exception
Exception
public void testSetPropertyPublicStringVectorField() throws Exception
Exception
public void testSetPropertyPublicBooleanFieldUsingConverter() throws Exception
Exception
public void testSetPropertyOnlyGetter() throws Exception
Exception
public void testSetPropertyPrivateSetter() throws Exception
Exception
public void testSetPropertyProtectedSetter() throws Exception
Exception
public void testSetPropertyPublicSetter() throws Exception
Exception
public void testSetPropertyPublicSetterEndingWithS() throws Exception
Exception
public void testSetPropertyPublicSetterFromBaseClass() throws Exception
Exception
public void testSetPropertyPublicSetterWrongClass() throws Exception
Exception
public void testSetPropertyIntSetterNull() throws Exception
Exception
public void testSetPropertyPublicStringSetter() throws Exception
Exception
public void testSetPropertyPublicStringSetterNull() throws Exception
Exception
public void testSetPropertyPublicStringArraySetter() throws Exception
Exception
public void testSetPropertyPublicStringArraySetterAlreadyFilled() throws Exception
Exception
public void testSetPropertyPublicStringArraySetterNull() throws Exception
Exception
public void testSetPropertyPublicStringArraySetterArray() throws Exception
Exception
public void testSetPropertyPublicStringArraySetterWithoutGetter() throws Exception
Exception
public void testSetPropertyPublicStringArrayGetterWithoutSetter() throws Exception
Exception
public void testSetPropertyPublicStringCollectionSetter() throws Exception
Exception
public void testSetPropertyPublicStringCollectionSetterAlreadyFilled() throws Exception
Exception
public void testSetPropertyPublicStringCollectionSetterNull() throws Exception
Exception
public void testSetPropertyPublicStringCollectionSetterCollection() throws Exception
Exception
- if the test fails.public void testSetPropertyPublicStringListSetter() throws Exception
Exception
public void testSetPropertyPublicStringSetSetter() throws Exception
Exception
public void testSetPropertyPublicStringQueueSetter() throws Exception
Exception
public void testSetPropertyPublicStringVectorSetter() throws Exception
Exception
public void testSetPropertyPublicStringCollectionOnlyGetter() throws Exception
Exception
- if the test fails.public void testSetPropertyPublicStringCollectionOnlyGetterAlreadyFilled() throws Exception
Exception
- if the test fails.public void testSetPropertyPublicBooleanSetterWithConverter() throws Exception
Exception
public void testGetPropertyTypeNotExistentField() throws Exception
Exception
public void testGetPropertyTypePrivateField() throws Exception
Exception
public void testGetPropertyTypePublicIntField() throws Exception
Exception
public void testGetPropertyTypePublicStringField() throws Exception
Exception
public void testGetPropertyTypePublicIntSetter() throws Exception
Exception
public void testGetPropertyTypePublicStringSetter() throws Exception
Exception
public void testGetFirstGenericTypeArgumentNotExistentField() throws Exception
Exception
public void testGetFirstGenericTypeArgumentPrivateField() throws Exception
Exception
public void testGetFirstGenericTypeArgumentPublicIntField() throws Exception
Exception
public void testGetFirstGenericTypeArgumentPublicCollectionField() throws Exception
Exception
public void testGetFirstGenericTypeArgumentPublicCollectionSetter() throws Exception
Exception
Copyright © 2000–2020 The Apache Software Foundation. All rights reserved.