Show / Hide Table of Contents

Class ModifyBrainTests

Contains tests related to actions which modify the brain.

Inheritance
object
ModifyBrainTests
Implements
IDisposable
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Microsoft.XboxStudios.BotBrain.Tests
Assembly: BotBrain.Core.Tests.dll
Syntax
[TestClass]
public class ModifyBrainTests : IDisposable

Constructors

View Source

ModifyBrainTests()

Declaration
public ModifyBrainTests()

Methods

View Source

Dispose()

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

Declaration
public void Dispose()
View Source

TestChangeAndRevertParameter()

Test that parameters can be changed and reverted for a specific bot.

Declaration
[TestMethod]
public Task TestChangeAndRevertParameter()
Returns
Type Description
Task

A task.

View Source

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.

View Source

TestDisableAndRevertUrge()

Test that urges can be disabled and reverted for a specific bot.

Declaration
[TestMethod]
public Task TestDisableAndRevertUrge()
Returns
Type Description
Task

A task.

Implements

IDisposable
  • View Source
In this article
Back to top Generated by DocFX