C# Class Jayrock.Json.TestJsonObject

Datei anzeigen Open project: atifaziz/Jayrock

Private Methods

Method Description
Add ( ) : void
AddViaGenericCollection ( ) : void
AddViaGenericDictionary ( ) : void
CannotAccumulateUsingNullName ( ) : void
CannotAddDuplicateKeyViaGenericCollection ( ) : void
CannotAddMemberNameDuplicates ( ) : void
CannotCopyToViaGenericCollectionWithNegativeArrayIndex ( ) : void
CannotCopyToViaGenericCollectionWithNullArray ( ) : void
CannotCopyToViaGenericCollectionWithTooSmallArray ( ) : void
CannotDynamicallyGetNonExistingMember ( ) : void
CannotExportToNullWriter ( ) : void
CannotListNamesToNullList ( ) : void
CannotPutUsingNullName ( ) : void
CannotRemoveByNullName ( ) : void
CannotTestContainmentForNullName ( ) : void
CannotTestKeyContainmentViaGenericDictionaryWithNullKey ( ) : void
CannotUseNullArgWithExport ( ) : void
CannotUseNullContextWithImport ( ) : void
CannotUseNullReaderWithImport ( ) : void
ContainsExistingKeyNonMatchingValueViaGenericCollection ( ) : void
ContainsExistingViaGenericCollection ( ) : void
ContainsNonExistingKeyMatchingValueViaGenericCollection ( ) : void
ContainsNonExistingViaGenericCollection ( ) : void
ContentsClearedBeforeImporting ( ) : void
CopyToViaGenericCollection ( ) : void
DynamicallyGetMember ( ) : void
DynamicallyGetMemberIgnoringCase ( ) : void
DynamicallyGetMemberNames ( ) : void
DynamicallySetMember ( ) : void
Enumeration ( ) : void
Export ( ) : void
HasMemberWhenNotEmpty ( ) : void
Import ( ) : void
InitWithExtraKeys ( ) : void
InitWithExtraValues ( ) : void
InitWithJsonMemberSequence ( ) : void
InitWithKeyValuePairs ( ) : void
InitWithKeyValuePairsAccumulates ( ) : void
InitWithNullKeys ( ) : void
InitWithNullValues ( ) : void
IsReadOnlyViaGenericCollection ( ) : void
JsonMemberEnumeratorUsesSameEnumeratorAsGetEnumerator ( ) : void
KeyContainmentViaGenericDictionary ( ) : void
KeyValuePairEnumeration ( ) : void
KeysViaGenericDictionary ( ) : void
Names ( ) : void
NoHasMemberWhenEmpty ( ) : void
NonGenericEnumeratorUsesSameEnumeratorAsGetEnumerator ( ) : void
RemoveExistingKeyNonMatchingValueViaGenericCollection ( ) : void
RemoveExistingViaGenericCollection ( ) : void
RemoveExistingViaGenericDictionary ( ) : void
RemoveNonExistingKeyMatchingValueViaGenericCollection ( ) : void
RemoveNonExistingViaGenericCollection ( ) : void
RemoveNonExistingViaGenericDictionary ( ) : void
ValuesViaGenericDictionary ( ) : void