C# Class Samples.Fixtures.CriticalThrowingFixture

Inheritance: Fixture
显示文件 Open project: storyteller/Storyteller

Public Methods

Method Description
SetupBlows ( ) : IGrammar
ThrowCritical ( ) : void
ThrowNormal ( ) : void

Method Details

SetupBlows() public method

public SetupBlows ( ) : IGrammar
return IGrammar

ThrowCritical() public method

public ThrowCritical ( ) : void
return void

ThrowNormal() public method

public ThrowNormal ( ) : void
return void