C# Class Sudoque.Scenarios.Steps.SudoqueSteps

Afficher le fichier Open project: lunivore/sudoque Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public AddPotentials ( int column, int row, string potentials ) : void
column int
row int
potentials string
Résultat void

HasAPuzzle() public méthode

public HasAPuzzle ( string grid ) : void
grid string
Résultat void

IsPlayed() public méthode

public IsPlayed ( ) : void
Résultat void

IsPlayedWithAPuzzle() public méthode

public IsPlayedWithAPuzzle ( string puzzle ) : void
puzzle string
Résultat void

IsRunning() public méthode

public IsRunning ( ) : void
Résultat void

IsToldToCreateANewGame() public méthode

public IsToldToCreateANewGame ( ) : void
Résultat void

ShouldBeEmpty() public méthode

public ShouldBeEmpty ( ) : void
Résultat void

ShouldLookLike() public méthode

public ShouldLookLike ( string grid ) : void
grid string
Résultat void

SudoqueSteps() public méthode

public SudoqueSteps ( World world ) : System
world World
Résultat System