C# 클래스 IntegrationTests.CollectionTests

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

비공개 메소드들

메소드 설명
GetPopulatedManagedContainerObject ( ) : ContainerObject
IList_IsReadOnly_WhenRealmIsReadOnly_ShouldBeTrue ( ) : void
Insert_WhenIndexIsEqualToCount_ShouldWork ( ) : void
Insert_WhenIndexIsMoreThanCount_ShouldThrow ( ) : void
Insert_WhenIndexIsNegative_ShouldThrow ( ) : void
Move_WhenManagedAndDestinationIndexIsInvalid_ShouldThrow ( int from, int to ) : void
Move_WhenManaged_ShouldMoveTheItem ( int from, int to, string expected ) : void
Move_WhenUnmanagedAndDestinationIndexIsInvalid_ShouldThrow ( int from, int to ) : void
Move_WhenUnmanaged_ShouldMoveTheItem ( int from, int to, string expected ) : void