C# Class NSpec.Core.Example

Mostra file Open project: nspec/NSpec Class Usage Examples

Public Methods

Method Description
AddExpectation ( IExpectation expectation ) : void
Run ( IExampleReporter reporter ) : void

Private Methods

Method Description
Run ( IExpectation expectation, IExampleReporter reporter ) : void

Method Details

AddExpectation() public method

public AddExpectation ( IExpectation expectation ) : void
expectation IExpectation
return void

Run() public method

public Run ( IExampleReporter reporter ) : void
reporter IExampleReporter
return void