C# Class Sudoque.Scenarios.Steps.SudoqueSteps

Datei anzeigen Open project: lunivore/sudoque Class Usage Examples

Public Methods

Method Description
AddPotentials ( int column, int row, string potentials ) : void
HasAPuzzle ( string grid ) : void
IsPlayed ( ) : void
IsPlayedWithAPuzzle ( string puzzle ) : void
IsRunning ( ) : void
IsToldToCreateANewGame ( ) : void
ShouldBeEmpty ( ) : void
ShouldLookLike ( string grid ) : void
SudoqueSteps ( World world ) : System

Method Details

AddPotentials() public method

public AddPotentials ( int column, int row, string potentials ) : void
column int
row int
potentials string
return void

HasAPuzzle() public method

public HasAPuzzle ( string grid ) : void
grid string
return void

IsPlayed() public method

public IsPlayed ( ) : void
return void

IsPlayedWithAPuzzle() public method

public IsPlayedWithAPuzzle ( string puzzle ) : void
puzzle string
return void

IsRunning() public method

public IsRunning ( ) : void
return void

IsToldToCreateANewGame() public method

public IsToldToCreateANewGame ( ) : void
return void

ShouldBeEmpty() public method

public ShouldBeEmpty ( ) : void
return void

ShouldLookLike() public method

public ShouldLookLike ( string grid ) : void
grid string
return void

SudoqueSteps() public method

public SudoqueSteps ( World world ) : System
world World
return System