C# Class NSpec.Core.Runner

Inheritance: IDisposable
Afficher le fichier Open project: nspec/NSpec Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode Description
IDisposable ( ) : void

Method Details

Run() public méthode

public Run ( System.Action specifyExpectations, IExampleReporter exampleReporter ) : Example
specifyExpectations System.Action
exampleReporter IExampleReporter
Résultat Example

Runner() public méthode

public Runner ( Spec spec ) : System
spec Spec
Résultat System