C# Class StoryTeller.Testing.Grammars.ObjectBuilding.CreateLocationFixture

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

Public Methods

Method Description
AllProps ( ) : IGrammar
LoadLocation ( ) : void
PreSetTheX ( int x ) : void
UsingLoadObjectBy ( ) : IGrammar
UsingObjectIs ( ) : IGrammar
UsingWithInput ( ) : IGrammar

Private Methods

Method Description
Description ( ) : string
X ( ) : int
Y ( ) : int

Method Details

AllProps() public method

public AllProps ( ) : IGrammar
return IGrammar

LoadLocation() public method

public LoadLocation ( ) : void
return void

PreSetTheX() public method

public PreSetTheX ( int x ) : void
x int
return void

UsingLoadObjectBy() public method

public UsingLoadObjectBy ( ) : IGrammar
return IGrammar

UsingObjectIs() public method

public UsingObjectIs ( ) : IGrammar
return IGrammar

UsingWithInput() public method

public UsingWithInput ( ) : IGrammar
return IGrammar