C# Class NSpec.Core.Runner

Inheritance: IDisposable
Show file Open project: nspec/NSpec Class Usage Examples

Public Methods

Method Description
Run ( System.Action specifyExpectations, IExampleReporter exampleReporter ) : Example
Runner ( Spec spec ) : System

Private Methods

Method Description
IDisposable ( ) : void

Method Details

Run() public method

public Run ( System.Action specifyExpectations, IExampleReporter exampleReporter ) : Example
specifyExpectations System.Action
exampleReporter IExampleReporter
return Example

Runner() public method

public Runner ( Spec spec ) : System
spec Spec
return System