C# Class MongoDB.BsonUnitTests.BsonDocumentTests

Mostrar archivo Open project: CloudMetal/mongo-csharp-driver

Private Methods

Method Description
AssertAreEqual ( string expected, byte actual ) : void
TestAddArrayListWithOneEntry ( ) : void
TestAddArrayListWithTwoEntries ( ) : void
TestAddHashtableWithNestedHashtable ( ) : void
TestAddHashtableWithOneEntry ( ) : void
TestAddHashtableWithTwoEntries ( ) : void
TestAddNameValueWithCondition ( ) : void
TestAutoIndexing ( ) : void
TestClear ( ) : void
TestClone ( ) : void
TestConstructorAllowDuplicateNames ( ) : void
TestConstructorDictionaryGeneric ( ) : void
TestConstructorDictionaryGenericWithKeys ( ) : void
TestConstructorElement ( ) : void
TestConstructorElements ( ) : void
TestConstructorElementsDocument ( ) : void
TestConstructorElementsParams ( ) : void
TestConstructorIDictionary ( ) : void
TestConstructorIDictionaryGeneric ( ) : void
TestConstructorIDictionaryGenericWithKeys ( ) : void
TestConstructorIDictionaryWithKeys ( ) : void
TestConstructorNameValue ( ) : void
TestConstructorNoArgs ( ) : void
TestContains ( ) : void
TestContainsValue ( ) : void
TestCreateFromDictionary ( ) : void
TestCreateNull ( ) : void
TestDeepClone ( ) : void
TestElementAccess ( ) : void
TestElementNameZeroLength ( ) : void
TestGetDocumentId ( ) : void
TestGetDocumentIdWhenIdIsGuid ( ) : void
TestGetDocumentIdWhenIdIsMissing ( ) : void
TestGetHashCode ( ) : void
TestGetValueByIndex ( ) : void
TestGetValueByName ( ) : void
TestGetValueByNameWithDefaultValue ( ) : void
TestIndexer ( ) : void
TestIndexerWithDefaultValue ( ) : void
TestInsertAt ( ) : void
TestMerge ( ) : void
TestNullableBoolean ( ) : void
TestNullableDateTime ( ) : void
TestNullableDouble ( ) : void
TestNullableGuid ( ) : void
TestNullableInt32 ( ) : void
TestNullableInt64 ( ) : void
TestNullableObjectId ( ) : void
TestOperatorEqual ( ) : void
TestOperatorEqualBothNull ( ) : void
TestOperatorEqualLhsNull ( ) : void
TestOperatorEqualRhsNull ( ) : void
TestOperatorNotEqual ( ) : void
TestOperatorNotEqualBothNull ( ) : void
TestOperatorNotEqualLhsNull ( ) : void
TestOperatorNotEqualRhsNull ( ) : void
TestParse ( ) : void
TestRemove ( ) : void
TestRemoveAt ( ) : void
TestRemoveElement ( ) : void
TestSetByIndex ( ) : void
TestSetByName ( ) : void
TestSetDocumentId ( ) : void
TestSetDocumentIdNewElement ( ) : void
TestSetElementByIndex ( ) : void
TestSetElementNewElement ( ) : void
TestSetElementReplaceElement ( ) : void
TestSpecBsonAwesomeWithBsonDocument ( ) : void
TestSpecBsonAwesomeWithBsonWriter ( ) : void
TestSpecHelloWorldWithBsonDocument ( ) : void
TestSpecHelloWorldWithBsonWriter ( ) : void
TestToBsonDocument ( ) : void
TestToDictionaryEmpty ( ) : void
TestToDictionaryNestedArray ( ) : void
TestToDictionaryNestedDocument ( ) : void
TestToDictionaryOneBinary ( ) : void
TestToDictionaryOneBoolean ( ) : void
TestToDictionaryOneDateTime ( ) : void
TestToDictionaryOneDouble ( ) : void
TestToDictionaryOneGuidLegacy ( ) : void
TestToDictionaryOneGuidStandard ( ) : void
TestToDictionaryOneInt32 ( ) : void
TestToDictionaryOneInt64 ( ) : void
TestToDictionaryOneObjectId ( ) : void
TestToDictionaryOneString ( ) : void
TestToDictionaryOtherTypes ( ) : void
TestToHashtableEmpty ( ) : void
TestToHashtableNestedArray ( ) : void
TestToHashtableNestedDocument ( ) : void
TestToHashtableOneBinary ( ) : void
TestToHashtableOneBoolean ( ) : void
TestToHashtableOneDateTime ( ) : void
TestToHashtableOneDouble ( ) : void
TestToHashtableOneGuidLegacy ( ) : void
TestToHashtableOneGuidStandard ( ) : void
TestToHashtableOneInt32 ( ) : void
TestToHashtableOneInt64 ( ) : void
TestToHashtableOneObjectId ( ) : void
TestToHashtableOneString ( ) : void
TestToHashtableOtherTypes ( ) : void
TestTryGetElement ( ) : void
TestTryGetValue ( ) : void