C# Class NSpec.NUnitAddin.TestResultExampleReporter

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

Méthodes publiques

Méthode Description
ReportExpectation ( IExpectation expectation ) : void
TestResultExampleReporter ( NUnit.Core.TestResult testResult ) : NSpec.Core

Private Methods

Méthode Description
CreateTestResultFromExpectation ( IExpectation expectation ) : NUnit.Core.TestResult

Method Details

ReportExpectation() public méthode

public ReportExpectation ( IExpectation expectation ) : void
expectation IExpectation
Résultat void

TestResultExampleReporter() public méthode

public TestResultExampleReporter ( NUnit.Core.TestResult testResult ) : NSpec.Core
testResult NUnit.Core.TestResult
Résultat NSpec.Core