Class ModifyBrainTests
Contains tests related to actions which modify the brain.
Implements
Inherited Members
Namespace: Microsoft.XboxStudios.BotBrain.Tests
Assembly: BotBrain.Core.Tests.dll
Syntax
[TestClass]
public class ModifyBrainTests : IDisposable
Constructors
View SourceModifyBrainTests()
Declaration
public ModifyBrainTests()
Methods
View SourceDispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Declaration
public void Dispose()
TestChangeAndRevertParameter()
Test that parameters can be changed and reverted for a specific bot.
Declaration
[TestMethod]
public Task TestChangeAndRevertParameter()
Returns
Type | Description |
---|---|
Task | A task. |
TestDisableAndEnableUrge()
Test that urges can be disabled and re-enabled for a specific bot.
Declaration
[TestMethod]
public Task TestDisableAndEnableUrge()
Returns
Type | Description |
---|---|
Task | A task. |
TestDisableAndRevertUrge()
Test that urges can be disabled and reverted for a specific bot.
Declaration
[TestMethod]
public Task TestDisableAndRevertUrge()
Returns
Type | Description |
---|---|
Task | A task. |