C# Class IntegrationTests.CollectionTests

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

Private Methods

Method Description
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