Inheritance Hierarchy
Drench.Tests.Logics PlayerVsDumbAiLogicTests
Namespace: Drench.Tests.Logics
Assembly: Drench.Tests (in Drench.Tests.dll) Version: 1.1.1.0 (1.1.1)
Syntax
The PlayerVsDumbAiLogicTests type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | PlayerVsDumbAiLogicTests | Initializes a new instance of the PlayerVsDumbAiLogicTests class |
Methods
Name | Description | |
---|---|---|
![]() | AiMove | |
![]() | PlayUntilFinished | |
![]() | SetUp | |
![]() | WhenPlayerPassesAiPlays |
Examples
[Test] public void AiMove() { humanVsAiLogicTests.AiMove(); }
[Test] public void PlayUntilFinished() { humanVsAiLogicTests.PlayUntilFinished(); }
[Test] public void WhenPlayerPassesAiPlays() { humanVsAiLogicTests.WhenPlayerPassesAiPlays(); }
See Also