Method Summary |
|
public void | testExecuteWithIndexedProperty() Test execute with indexed property. |
public void | testExecuteWithInvalidPropertyName() Test execute with an invalid property name. |
public void | testExecuteWithMappedProperty() Test execute with mapped property. |
public void | testExecuteWithNestedProperty() Test execute with a nested property. |
public void | testExecuteWithNullInPropertyPath() Test execute with a nested property and null in the property path. |
public void | testExecuteWithNullInPropertyPathAngIgnoreTrue() Test execute with a nested property and null in the property path and ignoreNull = true. |
public void | testExecuteWithReadOnlyProperty() Test execute with read only property. |
public void | testExecuteWithSimpleBooleanPropertyAndBooleanValue() Test execute with simple boolean property and Boolean value. |
public void | testExecuteWithSimpleBooleanPropertyAndStringValue() Test execute with simple boolean property and String value. |
public void | testExecuteWithSimpleBytePropertyAndByteValue() Test execute with simple byte property and Byte value. |
public void | testExecuteWithSimpleBytePropertyAndStringValue() Test execute with simple boolean property and String value. |
public void | testExecuteWithSimpleDoublePropertyAndDoubleValue() Test execute with simple double property and Double value. |
public void | testExecuteWithSimpleDoublePropertyAndFloatValue() Test execute with simple double property and Float value. |
public void | testExecuteWithSimpleDoublePropertyAndIntegerValue() Test execute with simple double property and Integer value. |
public void | testExecuteWithSimpleDoublePropertyAndStringValue() Test execute with simple double property and String value. |
public void | testExecuteWithSimpleFloatPropertyAndDoubleValue() Test execute with simple float property and Double value. |
public void | testExecuteWithSimpleFloatPropertyAndFloatValue() Test execute with simple float property and Float value. |
public void | testExecuteWithSimpleFloatPropertyAndIntegerValue() Test execute with simple float property and Integer value. |
public void | testExecuteWithSimpleFloatPropertyAndStringValue() Test execute with simple float property and String value. |
public void | testExecuteWithSimpleIntPropertyAndDoubleValue() Test execute with simple int property and Double value. |
public void | testExecuteWithSimpleIntPropertyAndFloatValue() Test execute with simple int property and Float value. |
public void | testExecuteWithSimpleIntPropertyAndIntegerValue() Test execute with simple int property and Integer value. |
public void | testExecuteWithSimpleIntPropertyAndStringValue() Test execute with simple int property and String value. |
public void | testExecuteWithSimplePrimitivePropertyAndNullValue() Test execute with simple primitive property and null value. |
public void | testExecuteWithSimpleStringProperty() Test execute with a simple String property. |
public void | testExecuteWithWriteOnlyProperty() Test execute with write only property. |