C# Class IntegrationTests.ReflectableTypeTests

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

Private Methods

Method Description
AddDogAndOwner ( bool add = true ) : Owner
ReflectableGetRelatedObject_WhenObjectIsRemoved_ShouldReturnNull ( ) : void
ReflectableGetRelatedObject_WhenObjectIsValid_ShouldReturnObject ( ) : void
ReflectableGetTopLevelProperty_WhenObjectIsRemoved_ShouldReturnDefault ( ) : void
ReflectableGetTopLevelProperty_WhenObjectIsValid_ShouldReturnValue ( ) : void
ReflectableGetter_WhenObjectIsStandalone_ShouldGetValue ( ) : void
ReflectablePropertyGetValue_WhenObjectIsRemoved_ShouldReturnNull ( ) : void
ReflectablePropertyGetValue_WhenObjectIsValid_ShouldReturnObject ( ) : void
ReflectableSetValue_WhenNotInTransaction_ShouldCreateTransactionAndCommit ( ) : void
ReflectableSetValue_WhenObjectIsValid_ShouldSetValue ( ) : void
ReflectableSetter_WhenNotInTransaction_ShouldCreateTransactionAndCommit ( ) : void
ReflectableSetter_WhenObjectIsInvalid_ShouldThrow ( ) : void
ReflectableSetter_WhenObjectIsStandalone_ShouldSetValue ( ) : void
ReflectableSetter_WhenObjectIsValid_ShouldSetValue ( ) : void
RegularGetRelatedObject_WhenObjectIsRemoved_ShouldThrow ( ) : void
RegularGetRelatedObject_WhenObjectIsValid_ShouldReturnObject ( ) : void
RegularGetTopLevelProperty_WhenObjectIsRemoved_ShouldReturnDefault ( ) : void
RegularGetTopLevelProperty_WhenObjectIsValid_ShouldReturnValue ( ) : void
SetValue_WhenInTransaction_ShouldSetValue ( ) : void
SetValue_WhenNotInTransaction_ShouldThrow ( ) : void
Setter_WhenInTransaction_ShouldSetValue ( ) : void
Setter_WhenNotInTransaction_ShouldThrow ( ) : void