C# Class StoryTeller.Usages.ConsoleUsageGraphListener

Inheritance: IUsageGraphListener
Show file Open project: adymitruk/storyteller

Public Methods

Method Description
Finished ( ) : void
ReadingTest ( string path ) : void
Start ( int testCount ) : void

Method Details

Finished() public method

public Finished ( ) : void
return void

ReadingTest() public method

public ReadingTest ( string path ) : void
path string
return void

Start() public method

public Start ( int testCount ) : void
testCount int
return void