C# Class StoryTeller.Testing.Engine.BeforeAndAfterTarget

Inheritance: IBeforeAndAfter
Mostra file Open project: adymitruk/storyteller Class Usage Examples

Public Properties

Property Type Description
AfterWasCalled bool
BeforeWasCalled bool
Values object>.Cache

Private Properties

Property Type Description

Public Methods

Method Description
AfterLine ( ) : void
BeforeLine ( ) : void

Method Details

AfterLine() public method

public AfterLine ( ) : void
return void

BeforeLine() public method

public BeforeLine ( ) : void
return void

Property Details

AfterWasCalled public_oe property

public bool AfterWasCalled
return bool

BeforeWasCalled public_oe property

public bool BeforeWasCalled
return bool

Values public_oe property

public Cache Values
return object>.Cache