using BotSharp.Core.Engines; using BotSharp.Platform.Models; using Microsoft.VisualStudio.TestTools.UnitTesting; using System; using System.Collections.Generic; using System.Text; namespace BotSharp.Core.UnitTest { [TestClass] public class BotTrainerTest : TestEssential { [TestMethod] public async void TrainingTest() { } } }