C# Класс System.Linq.Tests.SelectTests

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

Открытые методы

Метод Описание
MoveNextAfterDisposeData ( ) : IEnumerable

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

Метод Описание
EmptyWithIndexedSelector ( ) : void
EnumerateFromDifferentThread ( ) : void
ForcedToEnumeratorDoesntEnumerate ( ) : void
ForcedToEnumeratorDoesntEnumerateArray ( ) : void
ForcedToEnumeratorDoesntEnumerateIList ( ) : void
ForcedToEnumeratorDoesntEnumerateIPartition ( ) : void
ForcedToEnumeratorDoesntEnumerateIndexed ( ) : void
ForcedToEnumeratorDoesntEnumerateList ( ) : void
MoveNextAfterDispose ( IEnumerable source ) : void
Overflow ( ) : void
SameResultsRepeatCallsStringQuery ( ) : void
SelectProperty ( ) : void
SelectPropertyPassingIndex ( ) : void
SelectPropertyPassingIndexOnLast ( ) : void
SelectPropertyUsingIndex ( ) : void
SelectSelect_SourceIsAList_ExecutionIsDefered ( ) : void
SelectSelect_SourceIsAList_ReturnsExpectedValues ( ) : void
SelectSelect_SourceIsAnArray_ExecutionIsDefered ( ) : void
SelectSelect_SourceIsAnArray_ReturnsExpectedValues ( ) : void
SelectSelect_SourceIsICollection_ExecutionIsDeferred ( ) : void
SelectSelect_SourceIsICollection_ReturnsExpectedValues ( ) : void
SelectSelect_SourceIsIEnumerable_ExecutionIsDefered ( ) : void
SelectSelect_SourceIsIEnumerable_ReturnsExpectedValues ( ) : void
SelectSelect_SourceIsIReadOnlyCollection_ExecutionIsDeferred ( ) : void
SelectSelect_SourceIsIReadOnlyCollection_ReturnsExpectedValues ( ) : void
Select_ExceptionThrownFromCurrentOfSourceIterator_ExceptionPropagatedToTheCaller ( ) : void
Select_ExceptionThrownFromCurrentOfSourceIterator_IteratorCanBeUsedAfterExceptionIsCaught ( ) : void
Select_ExceptionThrownFromGetEnumeratorOnSource_CurrentIsSetToDefaultOfItemTypeAndIteratorCanBeUsedAfterExceptionIsCaught ( ) : void
Select_ExceptionThrownFromGetEnumeratorOnSource_ExceptionPropagatedToTheCaller ( ) : void
Select_ExceptionThrownFromMoveNextOfSourceIterator_ExceptionPropagatedToTheCaller ( ) : void
Select_ExceptionThrownFromMoveNextOfSourceIterator_IteratorCanBeUsedAfterExceptionIsCaught ( ) : void
Select_ExceptionThrownFromSelector_ExceptionPropagatedToTheCaller ( ) : void
Select_ExceptionThrownFromSelector_IteratorCanBeUsedAfterExceptionIsCaught ( ) : void
Select_GetEnumeratorCalledTwice_DifferentInstancesReturned ( ) : void
Select_ResetCalledOnEnumerator_ExceptionThrown ( ) : void
Select_SelectorIsNull_ArgumentNullExceptionThrown ( ) : void
Select_SelectorIsNull_ArgumentNullExceptionThrown_Indexed ( ) : void
Select_SourceIsAList_Count ( ) : void
Select_SourceIsAList_CurrentIsDefaultOfTAfterEnumeration ( ) : void
Select_SourceIsAList_ExecutionIsDeferred ( ) : void
Select_SourceIsAList_ReturnsExpectedValues ( ) : void
Select_SourceIsAnArray_CurrentIsDefaultOfTAfterEnumeration ( ) : void
Select_SourceIsAnArray_ExecutionIsDeferred ( ) : void
Select_SourceIsAnArray_ReturnsExpectedValues ( ) : void
Select_SourceIsAnIList_Count ( ) : void
Select_SourceIsArraySkipSelect ( ) : void
Select_SourceIsArrayTakeTake ( ) : void
Select_SourceIsArray_Count ( ) : void
Select_SourceIsArray_ElementAt ( ) : void
Select_SourceIsArray_ElementAtOrDefault ( ) : void
Select_SourceIsArray_First ( ) : void
Select_SourceIsArray_Last ( ) : void
Select_SourceIsArray_Skip ( ) : void
Select_SourceIsArray_SkipRepeatCalls ( ) : void
Select_SourceIsArray_Take ( ) : void
Select_SourceIsEmptyEnumerable_ReturnedCollectionHasNoElements ( ) : void
Select_SourceIsICollection_CurrentIsDefaultOfTAfterEnumeration ( ) : void
Select_SourceIsICollection_ExecutionIsDeferred ( ) : void
Select_SourceIsICollection_ReturnsExpectedValues ( ) : void
Select_SourceIsIEnumerable_CurrentIsDefaultOfTAfterEnumeration ( ) : void
Select_SourceIsIEnumerable_ExecutionIsDeferred ( ) : void
Select_SourceIsIEnumerable_ReturnsExpectedValues ( ) : void
Select_SourceIsIList_ElementAt ( ) : void
Select_SourceIsIList_ElementAtOrDefault ( ) : void
Select_SourceIsIList_First ( ) : void
Select_SourceIsIList_Last ( ) : void
Select_SourceIsIList_Skip ( ) : void
Select_SourceIsIList_Take ( ) : void
Select_SourceIsIReadOnlyCollection_CurrentIsDefaultOfTAfterEnumeration ( ) : void
Select_SourceIsIReadOnlyCollection_ExecutionIsDeferred ( ) : void
Select_SourceIsIReadOnlyCollection_ReturnsExpectedValues ( ) : void
Select_SourceIsListSkipTakeCount ( ) : void
Select_SourceIsListSkipTakeToArray ( ) : void
Select_SourceIsListSkipTakeToList ( ) : void
Select_SourceIsList_ElementAt ( ) : void
Select_SourceIsList_ElementAtOrDefault ( ) : void
Select_SourceIsList_First ( ) : void
Select_SourceIsList_Last ( ) : void
Select_SourceIsList_Skip ( ) : void
Select_SourceIsList_Take ( ) : void
Select_SourceIsNull_ArgumentNullExceptionThrown ( ) : void
Select_SourceIsNull_ArgumentNullExceptionThrown_Indexed ( ) : void
Select_SourceListGetsModifiedDuringIteration_ExceptionIsPropagated ( ) : void
SingleElement ( ) : void
SingleElementIndexedSelector ( ) : void

Описание методов

MoveNextAfterDisposeData() публичный статический Метод

public static MoveNextAfterDisposeData ( ) : IEnumerable
Результат IEnumerable