C# Класс Cadenza.Collections.Tests.EnumerableTest

Наследование: BaseRocksFixture
Показать файл Открыть проект

Приватные методы

Метод Описание
AggregateHistory ( ) : void
AggregateHistory_SF_FuncNull ( ) : void
AggregateHistory_SF_SourceEmpty ( ) : void
AggregateHistory_SF_SourceNull ( ) : void
AggregateHistory_SSFR_FuncNull ( ) : void
AggregateHistory_SSFR_ResultNull ( ) : void
AggregateHistory_SSFR_SourceEmpty ( ) : void
AggregateHistory_SSFR_SourceNull ( ) : void
AggregateHistory_SSF_FuncNull ( ) : void
AggregateHistory_SSF_SourceEmpty ( ) : void
AggregateHistory_SSF_SourceNull ( ) : void
AggregateReverse ( ) : void
AggregateReverseHistory ( ) : void
AggregateReverseHistory_SF_FuncNull ( ) : void
AggregateReverseHistory_SF_SourceEmpty ( ) : void
AggregateReverseHistory_SF_SourceNull ( ) : void
AggregateReverseHistory_SSFR_FuncNull ( ) : void
AggregateReverseHistory_SSFR_ResultNull ( ) : void
AggregateReverseHistory_SSFR_SourceEmpty ( ) : void
AggregateReverseHistory_SSFR_SourceNull ( ) : void
AggregateReverseHistory_SSF_FuncNull ( ) : void
AggregateReverseHistory_SSF_SourceEmpty ( ) : void
AggregateReverseHistory_SSF_SourceNull ( ) : void
AggregateReverse_SF_FuncNull ( ) : void
AggregateReverse_SF_SourceEmpty ( ) : void
AggregateReverse_SF_SourceNull ( ) : void
AggregateReverse_SSFR_FuncNull ( ) : void
AggregateReverse_SSFR_ResultNull ( ) : void
AggregateReverse_SSFR_SourceEmpty ( ) : void
AggregateReverse_SSFR_SourceNull ( ) : void
AggregateReverse_SSF_FuncNull ( ) : void
AggregateReverse_SSF_SourceEmpty ( ) : void
AggregateReverse_SSF_SourceNull ( ) : void
And ( ) : void
And_SourceNull ( ) : void
Apply ( ) : void
ApplyPairs ( ) : void
ApplyPairs_ActionsNull ( ) : void
ApplyPairs_SelfNull ( ) : void
Apply_SelfNull ( ) : void
AsIList_IListReturnsIdentity ( ) : void
AsIList_NonListReturnsNewList ( ) : void
AsIList_SelfNull ( ) : void
Break ( ) : void
Break_FuncNull ( ) : void
Break_SelfNull ( ) : void
Cache ( ) : void
Cache_Intermediate_IteratorIsDisposed ( ) : void
Cache_Leaf_IteratorIsDisposed ( ) : void
Cache_SelfNull ( ) : void
Concat ( ) : void
Concat_Params_SourceNull ( ) : void
Concat_SourceNull ( ) : void
Concat_SourceesNull ( ) : void
ContiguousSubsequences ( ) : void
ContiguousSubsequences_SelfNull ( ) : void
ContiguousSubsequences_WindowSizeIsInvalid ( ) : void
CopyTo ( ) : void
CopyTo_Array_ArrayIndex ( ) : void
CopyTo_Array_ArrayNull ( ) : void
CopyTo_Array_SelfNull ( ) : void
CopyTo_Collection ( ) : void
Cycle ( ) : void
Cycle_SelfNull ( ) : void
Each ( ) : void
Each2_ActionNull ( ) : void
Each2_SelfNull ( ) : void
Each_ActionNull ( ) : void
Each_SelfNull ( ) : void
ExceptLast ( ) : void
ExceptLast_NegativeLast ( ) : void
ExceptLast_SelfNull ( ) : void
FindIndex ( ) : void
FindIndex_PredicateNull ( ) : void
FindIndex_SelfNull ( ) : void
FindIndices ( ) : void
FindIndices_PredicateNull ( ) : void
FindIndices_SelfNull ( ) : void
ForEach ( ) : void
ForEach2_ActionNull ( ) : void
ForEach2_SelfNull ( ) : void
ForEach_ActionNull ( ) : void
ForEach_SelfNull ( ) : void
HaskellGroup ( ) : void
HaskellGroupBy ( ) : void
HaskellGroupBy_FuncNull ( ) : void
HaskellGroupBy_SelfNull ( ) : void
HaskellGroup_SelfNull ( ) : void
Implode ( ) : void
ImplodeEmpty ( ) : void
Implode_SelectorNull ( ) : void
Implode_SourceNull ( ) : void
IndexOf ( ) : void
IndexOfAny ( ) : void
IndexOfAny_ParamsValuesNull ( ) : void
IndexOfAny_SelfNull ( ) : void
IndexOfAny_ValuesNull ( ) : void
IndexOf_SelfNull ( ) : void
IndicesOf ( ) : void
IndicesOfAny ( ) : void
IndicesOfAny_ParamsValuesNull ( ) : void
IndicesOfAny_SelfNull ( ) : void
IndicesOfAny_ValuesNull ( ) : void
IndicesOf_SelfNull ( ) : void
InitialSegments ( ) : void
InitialSegments_SelfNull ( ) : void
Insert ( ) : void
Insert_FuncNull ( ) : void
Insert_SelfNull ( ) : void
Intersperse ( ) : void
Intersperse_SelfNull ( ) : void
MaxBy_EmptySequenceThrowsInvalidOperation ( ) : void
MaxBy_SingleItemSequenceDefaultComparerReturnsOnlyItem ( ) : void
MaxBy_ThreeItemSequenceCustomValueAndTwoIdenticalKeysReturnsFirstMaxItem ( ) : void
MaxBy_TwoItemSequenceCustomValueReturnsMaxItem ( ) : void
MaxBy_TwoItemSequenceDefaultComparerReturnsMaxItem ( ) : void
MaxBy_TwoItemSequenceInverseComparerReturnsMinItem ( ) : void
MinBy_EmptySequenceThrowsInvalidOperation ( ) : void
MinBy_SingleItemSequenceDefaultComparerReturnsOnlyItem ( ) : void
MinBy_ThreeItemSequenceCustomValueAndTwoIdenticalKeysReturnsFirstMinItem ( ) : void
MinBy_TwoItemSequenceCustomValueReturnsMinItem ( ) : void
MinBy_TwoItemSequenceDefaultComparerReturnsMainItem ( ) : void
MinBy_TwoItemSequenceInverseComparerReturnsMaxItem ( ) : void
NotNull ( ) : void
NotNull_SelfNull ( ) : void
Or ( ) : void
Or_SourceNull ( ) : void
OrderByNatural ( ) : void
OrderByNatural_FuncNull ( ) : void
OrderByNatural_SelfNull ( ) : void
Partition ( ) : void
Partition_PredicateNull ( ) : void
Partition_SelfNull ( ) : void
PathCombine ( ) : void
PathCombine_InvalidPathChars ( ) : void
PathCombine_Null ( ) : void
PathCombine_SelfNull ( ) : void
RandomValues ( Random r, int max ) : IEnumerable
RemoveFirstOccurrence_SelfNull ( ) : void
RemoveFirstOccurrences ( ) : void
RemoveFirstOccurrences_NegativeCount ( ) : void
Repeat ( ) : void
Repeat_SelfNull ( ) : void
SelectAggregated ( ) : void
SelectAggregated_FuncNull ( ) : void
SelectAggregated_SelfNull ( ) : void
SelectBreadthFirst ( ) : void
SelectBreadthFirst_ChildrenSelectorNull ( ) : void
SelectBreadthFirst_SelfNull ( ) : void
SelectBreadthFirst_ValueSelectorNull ( ) : void
SelectDepthFirst ( ) : void
SelectDepthFirst_ChildrenSelectorNull ( ) : void
SelectDepthFirst_SelfNull ( ) : void
SelectDepthFirst_ValueSelectorNull ( ) : void
SelectFromEach ( ) : void
SelectFromEach2_SelectorNull ( ) : void
SelectFromEach2_Source1Null ( ) : void
SelectFromEach2_Source2Null ( ) : void
SelectFromEach3_SelectorNull ( ) : void
SelectFromEach3_Source1Null ( ) : void
SelectFromEach3_Source2Null ( ) : void
SelectFromEach3_Source3Null ( ) : void
SelectFromEach4_SelectorNull ( ) : void
SelectFromEach4_Source1Null ( ) : void
SelectFromEach4_Source2Null ( ) : void
SelectFromEach4_Source3Null ( ) : void
SelectFromEach4_Source4Null ( ) : void
SelectReverseAggregated ( ) : void
SelectReverseAggregated_FuncNull ( ) : void
SelectReverseAggregated_SelfNull ( ) : void
SequenceCompare ( ) : void
SequenceCompare_ComparerNull ( ) : void
SequenceCompare_ListNull ( ) : void
SequenceCompare_SelfNull ( ) : void
Shuffle ( ) : void
Shuffle_RandomNull ( ) : void
Shuffle_SelfNull ( ) : void
SkipPrefix ( ) : void
SkipPrefix_PrefixNull ( ) : void
SkipPrefix_SelfNull ( ) : void
Sort ( ) : void
SortNatural ( ) : void
SortNatural_SelfNull ( ) : void
Sort_Comparer_Null ( ) : void
Sort_Comparison_Null ( ) : void
Sort_SelfNull ( ) : void
Sort_SelfNull_Comparer ( ) : void
Sort_SelfNull_Comparison ( ) : void
Span ( ) : void
Span_PredicateNull ( ) : void
Span_SelfNull ( ) : void
SplitAt ( ) : void
SplitAt_FirstLength_Negative ( ) : void
SplitAt_SelfNull ( ) : void
Subsets ( ) : void
Subsets_EmptySet ( ) : void
Subsets_MoreThan63Items ( ) : void
Subsets_Prune ( ) : void
Subsets_SelfNull ( ) : void
Sum ( ) : void
ToList ( ) : void
ToList_SelfNull ( ) : void
ToReadOnlyDictionary ( ) : void
ToReadOnlyDictionary_KeySelectorNull ( ) : void
ToReadOnlyDictionary_KeySelectorNull_WithValueSelector ( ) : void
ToReadOnlyDictionary_SelfNull_KeySelector ( ) : void
ToReadOnlyDictionary_SelfNull_KeySelectorAndValueSelector ( ) : void
ToReadOnlyDictionary_ValueSelectorNull ( ) : void
ToTuple ( ) : void
ToTuple_SelfNull ( ) : void
ToTuple_TooManyValues ( ) : void
ToValueReader ( ) : void
ToValueReader_SelfNull ( ) : void
ToValueReader_T ( ) : void
ToValueReader_T_SelfNull ( ) : void
Tokens ( ) : void
Tokens_AccumulateNull ( ) : void
Tokens_CategoriesEmpty ( ) : void
Tokens_CategoriesNull ( ) : void
Tokens_ResultSelectorNull ( ) : void
Tokens_SelfNull ( ) : void
TrailingSegments ( ) : void
TrailingSegments_SelfNull ( ) : void
Transpose ( ) : void
Transpose_SelfNull ( ) : void
TryGetFirst ( ) : void
TryGetFirst2 ( ) : void
TryGetFirstNoPredicate ( ) : void
TryGetFirstNoPredicate_List ( ) : void
TryGetFirstNoPredicate_List_NotFound ( ) : void
TryGetFirstNoPredicate_NotFound ( ) : void
TryGetFirstNoPredicate_Null ( ) : void
TryGetFirst_NotFound ( ) : void
TryGetFirst_Predicate ( ) : void
TryGetFirst_PredicateNull ( ) : void
TryGetFirst_SelfNull ( ) : void
Unzip ( ) : void
Unzip3_SelfNull ( ) : void
Unzip4_SelfNull ( ) : void
Unzip_SelfNull ( ) : void
Zip ( ) : void
Zip3_SelfNull ( ) : void
Zip3_Source2Null ( ) : void
Zip3_Source3Null ( ) : void
Zip4_SelfNull ( ) : void
Zip4_Source2Null ( ) : void
Zip4_Source3Null ( ) : void
Zip4_Source4Null ( ) : void
Zip_SelfNull ( ) : void
Zip_Source2Null ( ) : void