Class FakeBot<T>
A fake bot used for testing.
Implements
IEventPublisher<BotActionEventArgs>
    
    
    
    
    
  Inherited Members
      EventPublisher<BotActionEventArgs>.EventReceived
    
    
    
    
    
    
    
  Namespace: Microsoft.XboxStudios.BotBrain.Tests
Assembly: BotBrain.Core.Tests.dll
Syntax
public class FakeBot<T> : BotWithEvents<T>, IEventPublisher<BotActionEventArgs>, IBotWithEvents<T>, IBotWithEvents, IAutomatedBot<T>, IAutomatedBot, IHasParameters where T : classType Parameters
| Name | Description | 
|---|---|
| T | The action type. | 
Implements
      Microsoft.XboxStudios.GameStateTracker.Events.IEventPublisher<T>