C# 클래스 IntegrationTests.ReflectableTypeTests

파일 보기 프로젝트 열기: realm/realm-dotnet

비공개 메소드들

메소드 설명
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