C# Class StoryTeller.Testing.Model.SentenceTester.MySentencesFixture

Inheritance: Fixture
Datei anzeigen Open project: storyteller/Storyteller

Public Methods

Method Description
MySentencesFixture ( ) : System
PickACard ( [ card ) : void
PickState ( [ state ) : void
ThisIsSo ( ) : bool
WriteText ( [ text ) : void

Private Methods

Method Description
DoMore ( [ number ) : void
Go ( ) : void

Method Details

MySentencesFixture() public method

public MySentencesFixture ( ) : System
return System

PickACard() public method

public PickACard ( [ card ) : void
card [
return void

PickState() public method

public PickState ( [ state ) : void
state [
return void

ThisIsSo() public method

public ThisIsSo ( ) : bool
return bool

WriteText() public method

public WriteText ( [ text ) : void
text [
return void