C# Class Xunit.Gherkin.Quick.ProjectConsumer.BeforeAfterHooks.BeforeAfter

Inheritance: Feature, IDisposable
Mostrar archivo Open project: ttutisani/Xunit.Gherkin.Quick

Public Methods

Method Description
BeforeAfter ( ITestOutputHelper testOutputHelper ) : System
Dispose ( ) : void

Private Methods

Method Description
First_Step_Executed ( ) : void
Second_Step_Executed ( ) : void

Method Details

BeforeAfter() public method

public BeforeAfter ( ITestOutputHelper testOutputHelper ) : System
testOutputHelper ITestOutputHelper
return System

Dispose() public method

public Dispose ( ) : void
return void