Show / Hide Table of Contents

Class TestHelper

Inheritance
object
TestHelper
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.Overmind.Tests
Assembly: BotBrain.Overmind.Tests.dll
Syntax
public static class TestHelper

Methods

View Source

BuildServices()

Declaration
public static ServiceProvider BuildServices()
Returns
Type Description
ServiceProvider
View Source

CreateBrainHelper(IServiceProvider)

Declaration
public static IOvermindHelper CreateBrainHelper(IServiceProvider services)
Parameters
Type Name Description
IServiceProvider services
Returns
Type Description
IOvermindHelper
  • View Source
In this article
Back to top Generated by DocFX