Inheritance Hierarchy
Drench.Tests.Logics PlayerVsSmartAiLogicTests
Namespace: Drench.Tests.Logics
Assembly: Drench.Tests (in Drench.Tests.dll) Version: 1.1.1.0 (1.1.1)
Syntax
The PlayerVsSmartAiLogicTests type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | PlayerVsSmartAiLogicTests | Initializes a new instance of the PlayerVsSmartAiLogicTests 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