C# Class Sudoque.Behavior.Game.Engine.CellBehavior

Mostra file Open project: lunivore/sudoque

Public Methods

Method Description
ShouldBeAbleToCopyItselfWithTheSamePotentialsActualsAndMode ( ) : void

Private Methods

Method Description
ShouldClearFixedNumbersWhenGameIsRecreated ( ) : void
ShouldClearPotentialsWhenGameIsRecreated ( ) : void
ShouldFixTheNumberIfItHasAnActualWhenGameIsStarted ( ) : void
ShouldHavePotentialsIfMoreThanOneNumberToggled ( ) : void
ShouldNotAllowFixedNumbersToBeToggled ( ) : void
ShouldNotAllowPotentialsForANewGame ( ) : void
ShouldNotHaveAnythingInToStartWith ( ) : void
ShouldRemoveNumbersWhenToggledTwice ( ) : void

Method Details

ShouldBeAbleToCopyItselfWithTheSamePotentialsActualsAndMode() public method