C# Class Spring.Objects.ObjectWrapperTests

Show file Open project: spring-projects/spring-net

Private Methods

Method Description
AllValid ( ) : void
AmbiguousPropertyLookupIsHandledProperlyByLookingAtDerivedClassOnly ( ) : void
ArrayToArrayConversion ( ) : void
ArrayToStringConversion ( ) : void
EmptyPropertyValuesSet ( ) : void
EmptyValueForPrimitiveProperty ( ) : void
FixtureSetUp ( ) : void
GetChainedIndexers ( ) : void
GetIndexFromSetProperty ( ) : void
GetIndexMissingFromDictionaryProperty ( ) : void
GetIndexOutofRangeFromArrayProperty ( ) : void
GetIndexOutofRangeFromListProperty ( ) : void
GetIndexOutofRangeFromSetProperty ( ) : void
GetIndexedFromArrayListProperty ( ) : void
GetIndexedFromArrayProperty ( ) : void
GetIndexedFromDictionaryProperty ( ) : void
GetIndexedFromListProperty ( ) : void
GetIndexedPropertyValueWithGuffIndexFromArrayProperty ( ) : void
GetIndexedPropertyValueWithGuffIndexFromListProperty ( ) : void
GetIndexedPropertyValueWithGuffIndexFromSetProperty ( ) : void
GetIndexedPropertyValueWithMissingIndexFromArrayProperty ( ) : void
GetIndexedPropertyValueWithMissingIndexFromListProperty ( ) : void
GetIndexedPropertyValueWithMissingIndexFromSetProperty ( ) : void
GetIndexedPropertyValueWithNonIndexedType ( ) : void
GetNestedProperty ( ) : void
GetNestedPropertyInfo ( ) : void
GetNestedPropertyValueNullValue ( ) : void
GetPrivatePropertyValue ( ) : void
GetPropertyInfoWithNonParsableExpression ( ) : void
GetPropertyInfoWithNonPropertyExpression ( ) : void
GetPropertyInfoWithNullArgument ( ) : void
GetPropertyType ( ) : void
GetPropertyTypeFromField_SPRNET502 ( ) : void
GetPropertyTypeWithEmptyPropertyPath ( ) : void
GetPropertyTypeWithNestedLookup ( ) : void
GetPropertyTypeWithNullPropertyPath ( ) : void
GetPropertyTypeWithWhitespacedPropertyPath ( ) : void
GetProtectedPropertyValue ( ) : void
GetSetIndexerProperties ( ) : void
GetValueOfCustomIndexerProperty ( ) : void
GetValueOfCustomIndexerPropertyWithMalformedIndexer ( ) : void
GetWrapper ( ) : ObjectWrapper

Factory method for getting an ObjectWrapper instance.

GetWrapper ( object objectToBeWrapped ) : ObjectWrapper

Factory method for getting an ObjectWrapper instance.

GetterThrowsException ( ) : void
IndividualAllValid ( ) : void
InstantiateWithAbstractType ( ) : void
InstantiateWithInterfaceType ( ) : void
InstantiateWithOkType ( ) : void
IntArrayProperty ( ) : void
NestedProperties ( ) : void
NewWrappedInstanceNestedPropertyValuesGet ( ) : void
NewWrappedInstancePropertyValuesGet ( ) : void
NullObject ( ) : void
ObjectWrapperUpdates ( ) : void
PrimitiveArray ( ) : void
PrimitiveArrayFromCommaDelimitedString ( ) : void
SetArrayPropertyValue ( ) : void
SetCultureInfoProperty ( ) : void
SetDateTimeProperty ( ) : void
SetEnumProperty ( ) : void
SetIndexOutOfRangeFromArrayProperty ( ) : void
SetIndexOutOfRangeFromListProperty ( ) : void
SetIndexedFromArrayProperty ( ) : void
SetIndexedFromDictionaryProperty ( ) : void
SetIndexedFromListProperty ( ) : void
SetIndexedFromListPropertyUsingEmptyValueForTheIndex ( ) : void
SetIndexedFromListPropertyUsingMixOfSingleAndDoubleQuotedDelimeters ( ) : void
SetIndexedFromListPropertyUsingNonNumericValueForTheIndex ( ) : void
SetIndexedPropertyOnListThatsOutOfRange ( ) : void
SetIndexedPropertyValueOnNonIndexableType ( ) : void
SetIndexedPropertyValueOnUninitializedPath ( ) : void
SetNestedProperty ( ) : void
SetPrimitivePropertyToNullReference ( ) : void
SetPrivatePropertyValue ( ) : void
SetPropertyThatRequiresTypeConversionWithNonConvertibleType ( ) : void
SetPropertyUsingValueThatNeedsConversionWithNoCustomConverterRegistered ( ) : void
SetPropertyValue ( ) : void
SetPropertyValueIgnoresCase ( ) : void
SetPropertyValuesDoesNotFailWhenSettingNonExistantPropertyWithIgnorUnknownSetToTrue ( ) : void
SetPropertyValuesDoesNotFailWhenSettingReadOnlyPropertyWithIgnorUnknownSetToTrue ( ) : void
SetPropertyValuesFailsWhenSettingNonExistantProperty ( ) : void
SetPropertyValuesFailsWhenSettingReadOnlyProperty ( ) : void
SetPropertyValuesWithUnknownProperty ( ) : void
SetProtectedPropertyValue ( ) : void
SetTypePropertyWithString ( ) : void
SetURIProperty ( ) : void
SetValueOfCustomIndexerPropertyWithNonReadablePropertyInIndexedPath ( ) : void
SetWrappedInstanceOfDifferentClass ( ) : void
SetWrappedInstanceOfSameClass ( ) : void
SettingADictionaryPropertyJustAddsTheValuesToTheExistingDictionary ( ) : void
SettingASetPropertyJustAddsTheValuesToTheExistingSet ( ) : void
SettingAnInvalidValue ( ) : void
StringArrayProperty ( ) : void
TestToString ( ) : void
TryToReadAnIndexedValueFromANullProperty ( ) : void
TryToReadTheValueOfAWriteOnlyProperty ( ) : void
TypeMismatch ( ) : void