C# Class StoryTeller.Testing.Grammars.RecordingFixture

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

Public Properties

Property Type Description
Traced IList

Public Methods

Method Description
AddTrace ( string message ) : void
Blue ( ) : void
Green ( ) : void
Red ( ) : void
SetUp ( ) : void
TearDown ( ) : void

Method Details

AddTrace() public method

public AddTrace ( string message ) : void
message string
return void

Blue() public method

public Blue ( ) : void
return void

Green() public method

public Green ( ) : void
return void

Red() public method

public Red ( ) : void
return void

SetUp() public method

public SetUp ( ) : void
return void

TearDown() public method

public TearDown ( ) : void
return void

Property Details

Traced public_oe static_oe property

public static IList Traced
return IList