Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
StoryTeller
Testing
Engine
FixtureWithSetUpTearDownAndDescription
C# Class StoryTeller.Testing.Engine.FixtureWithSetUpTearDownAndDescription
Inheritance:
Fixture
Show file
Open project: adymitruk/storyteller
Class Usage Examples
Public Methods
Method
Description
Go
( ) :
void
SetUp
(
ITestContext
context
) :
void
TearDown
( ) :
void
Method Details
Go()
public
method
public
Go
( ) :
void
return
void
SetUp()
public
method
public
SetUp
(
ITestContext
context
) :
void
context
ITestContext
return
void
TearDown()
public
method
public
TearDown
( ) :
void
return
void