C# Class StatLight.Core.Tests.FixtureBase

ファイルを表示 Open project: staxmanade/StatLight

Public Methods

Method Description
FixtureBase ( ) : System

Protected Methods

Method Description
After_all_tests ( ) : void
Because ( ) : void
Before_all_tests ( ) : void

Private Methods

Method Description
SetupContext ( ) : void
TearDownContext ( ) : void

Method Details

After_all_tests() protected method

protected After_all_tests ( ) : void
return void

Because() protected method

protected Because ( ) : void
return void

Before_all_tests() protected method

protected Before_all_tests ( ) : void
return void

FixtureBase() public method

public FixtureBase ( ) : System
return System