C# Class ServiceStack.Redis.Tests.RedisClientSortedSetTests

Inheritance: ServiceStack.Redis.Tests.RedisClientTestsBase
Datei anzeigen Open project: ServiceStack/ServiceStack.Redis

Private Properties

Property Type Description
AddToSet_with_same_score_is_still_returned_in_lexical_order_score void
AddToSet_without_score_adds_an_implicit_lexical_order_score void
Can_AddItemToSortedSet_and_GetAllFromSet void
Can_AddRangeToSortedSet_and_GetAllFromSet void
Can_Add_to_ICollection_Set void
Can_Clear_ICollection_Set void
Can_GetItemIndexInSortedSet_in_Asc_and_Desc void
Can_GetRangeFromSortedSetByHighestScore_from_sorted_set void
Can_GetRangeFromSortedSetByLowestScore_from_sorted_set void
Can_GetSetCount void
Can_GetSetCountByScores void
Can_IncrementItemInSortedSet void
Can_PopFromSet void
Can_RemoveFromSet void
Can_RemoveItemsFromSortedSet void
Can_Remove_value_from_ICollection_Set void
Can_Store_IntersectBetweenSets void
Can_Store_UnionBetweenSets void
Can_Test_Contains_in_ICollection_Set void
Can_WorkInSortedSetUnderDifferentCulture void
Can_add_large_score_to_sortedset void
Can_enumerate_large_ICollection_Set void
Can_enumerate_small_ICollection_Set void
Can_get_index_and_score_from_SortedSet void
Can_pop_items_with_lowest_and_highest_scores_from_sorted_set void
Can_use_SortedIndex_to_store_articles_by_Date void
Does_SortedSetContainsValue void
Score_from_non_existent_item_returns_NaN void

Public Methods

Method Description
OnBeforeEachTest ( ) : void

Private Methods

Method Description
AddToSet_with_same_score_is_still_returned_in_lexical_order_score ( ) : void
AddToSet_without_score_adds_an_implicit_lexical_order_score ( ) : void
Can_AddItemToSortedSet_and_GetAllFromSet ( ) : void
Can_AddRangeToSortedSet_and_GetAllFromSet ( ) : void
Can_Add_to_ICollection_Set ( ) : void
Can_Clear_ICollection_Set ( ) : void
Can_GetItemIndexInSortedSet_in_Asc_and_Desc ( ) : void
Can_GetRangeFromSortedSetByHighestScore_from_sorted_set ( ) : void
Can_GetRangeFromSortedSetByLowestScore_from_sorted_set ( ) : void
Can_GetSetCount ( ) : void
Can_GetSetCountByScores ( ) : void
Can_IncrementItemInSortedSet ( ) : void
Can_PopFromSet ( ) : void
Can_RemoveFromSet ( ) : void
Can_RemoveItemsFromSortedSet ( ) : void
Can_Remove_value_from_ICollection_Set ( ) : void
Can_Store_IntersectBetweenSets ( ) : void
Can_Store_UnionBetweenSets ( ) : void
Can_Test_Contains_in_ICollection_Set ( ) : void
Can_WorkInSortedSetUnderDifferentCulture ( ) : void
Can_add_large_score_to_sortedset ( ) : void
Can_enumerate_large_ICollection_Set ( ) : void
Can_enumerate_small_ICollection_Set ( ) : void
Can_get_index_and_score_from_SortedSet ( ) : void
Can_pop_items_with_lowest_and_highest_scores_from_sorted_set ( ) : void
Can_use_SortedIndex_to_store_articles_by_Date ( ) : void
Does_SortedSetContainsValue ( ) : void
Score_from_non_existent_item_returns_NaN ( ) : void

Method Details

OnBeforeEachTest() public method

public OnBeforeEachTest ( ) : void
return void