13 lines
227 B
C#
13 lines
227 B
C#
using Microsoft.VisualStudio.TestTools.UnitTesting;
|
|
using System;
|
|
using System.Collections.Generic;
|
|
using System.Text;
|
|
|
|
namespace BotSharp.UnitTest
|
|
{
|
|
[TestClass]
|
|
public class EntityTest : TestEssential
|
|
{
|
|
}
|
|
}
|