C# 클래스 Deeply.Tests.EnumerableDataReaderFacts

EnumerableDataReader Facts
상속: IDisposable
파일 보기 프로젝트 열기: jsnape/deeply

공개 메소드들

메소드 설명
Dispose ( ) : void

Called to release resources.

EnumerableDataReaderFacts ( ) : System

Initializes a new instance of the EnumerableDataReaderFacts class.

비공개 메소드들

메소드 설명
FieldCountShouldBeCorrect ( ) : void
PropertyValuesShouldBeCorrect ( ) : void
ThrowsWhenInvalidIndexUsed ( ) : void
ThrowsWhenInvalidNameUsed ( ) : void
ThrowsWhenNullEnumerablePassed ( ) : void
ThrowsWhenReadAfterDisposed ( ) : void
ThrowsWhenValueAccessedAfterDisposal ( ) : void

메소드 상세

Dispose() 공개 메소드

Called to release resources.
public Dispose ( ) : void
리턴 void

EnumerableDataReaderFacts() 공개 메소드

Initializes a new instance of the EnumerableDataReaderFacts class.
public EnumerableDataReaderFacts ( ) : System
리턴 System