C# Class Deeply.Tests.EnumerableDataReaderFacts

EnumerableDataReader Facts
Inheritance: IDisposable
Afficher le fichier Open project: jsnape/deeply

Méthodes publiques

Méthode Description
Dispose ( ) : void

Called to release resources.

EnumerableDataReaderFacts ( ) : System

Initializes a new instance of the EnumerableDataReaderFacts class.

Private Methods

Méthode Description
FieldCountShouldBeCorrect ( ) : void
PropertyValuesShouldBeCorrect ( ) : void
ThrowsWhenInvalidIndexUsed ( ) : void
ThrowsWhenInvalidNameUsed ( ) : void
ThrowsWhenNullEnumerablePassed ( ) : void
ThrowsWhenReadAfterDisposed ( ) : void
ThrowsWhenValueAccessedAfterDisposal ( ) : void

Method Details

Dispose() public méthode

Called to release resources.
public Dispose ( ) : void
Résultat void

EnumerableDataReaderFacts() public méthode

Initializes a new instance of the EnumerableDataReaderFacts class.
public EnumerableDataReaderFacts ( ) : System
Résultat System