C# Class IntegrationTests.AccessTests

Inheritance: RealmInstanceTest
Mostra file Open project: realm/realm-dotnet

Public Properties

Property Type Description
SetAndGetValueCases object[]
SetAndReplaceWithNullCases object[]

Private Methods

Method Description
AccessingObjectInClosedRealmShouldThrow ( ) : void
AccessingRemovedObjectShouldThrow ( ) : void
RealmObjectProperties_WhenNotSetAfterManage_ShouldHaveDefaultValues ( ) : void
RealmObjectProperties_WhenNotSet_ShouldHaveDefaultValues ( ) : void
SetAndGetValue ( string propertyName, object propertyValue ) : void
SetValueAndReplaceWithNull ( string propertyName, object propertyValue ) : void

Property Details

SetAndGetValueCases public_oe static_oe property

public static object[] SetAndGetValueCases
return object[]

SetAndReplaceWithNullCases public_oe static_oe property

public static object[] SetAndReplaceWithNullCases
return object[]