C# Class IntegrationTests.SortingTests

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

Public Methods

Method Description
SetUp ( ) : void

Private Methods

Method Description
AllSortDownDown ( ) : void
AllSortDownUp ( ) : void
AllSortOneLevel ( ) : void
AllSortUpDown ( ) : void
AllSortUpUp ( ) : void
ElementAtSorted ( ) : void
FirstIsDifferentSorted ( ) : void
LastIsDifferentSorted ( ) : void
QuerySortDownDown ( ) : void
QuerySortDownUp ( ) : void
QuerySortOneLevelNumbers ( ) : void
QuerySortOneLevelStrings ( ) : void
QuerySortUpDown ( ) : void
QuerySortUpUp ( ) : void
SortExceptionsForInvalidSortCode ( ) : void
SortsByAcceptedOrder ( ) : void

Method Details

SetUp() public method

public SetUp ( ) : void
return void