Namespace: Drench.Tests.Logics
Assembly: Drench.Tests (in Drench.Tests.dll) Version: 1.1.1.0 (1.1.1)
Assembly: Drench.Tests (in Drench.Tests.dll) Version: 1.1.1.0 (1.1.1)
Syntax
Examples
[Test] public void MakingMoveAfterGameFinishedThrowsException() { MakeWinningMove(); Assert.Throws<Logic.CannotMakeMoveWhenGameIsOver>(() => logic.MakeMove(Color.Red)); }
See Also