C# 클래스 System.Linq.Tests.SelectTests

상속: EnumerableTests
파일 보기 프로젝트 열기: dotnet/corefx

공개 메소드들

메소드 설명
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