C# Class Deeply.Tests.EnumerableDataReaderFacts

EnumerableDataReader Facts
Inheritance: IDisposable
Mostrar archivo Open project: jsnape/deeply

Public Methods

Method Description
Dispose ( ) : void

Called to release resources.

EnumerableDataReaderFacts ( ) : System

Initializes a new instance of the EnumerableDataReaderFacts class.

Private Methods

Method Description
FieldCountShouldBeCorrect ( ) : void
PropertyValuesShouldBeCorrect ( ) : void
ThrowsWhenInvalidIndexUsed ( ) : void
ThrowsWhenInvalidNameUsed ( ) : void
ThrowsWhenNullEnumerablePassed ( ) : void
ThrowsWhenReadAfterDisposed ( ) : void
ThrowsWhenValueAccessedAfterDisposal ( ) : void

Method Details

Dispose() public method

Called to release resources.
public Dispose ( ) : void
return void

EnumerableDataReaderFacts() public method

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