UnitTest Push
This commit is contained in:
15
UnitTestRH/UnitTest1.cs
Normal file
15
UnitTestRH/UnitTest1.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
using Microsoft.VisualStudio.TestTools.UnitTesting;
|
||||
using RH_Engine;
|
||||
|
||||
namespace UnitTestRH
|
||||
{
|
||||
[TestClass]
|
||||
public class UnitTest1
|
||||
{
|
||||
[TestMethod]
|
||||
public void TestMethod1()
|
||||
{
|
||||
Command command = new Command("");
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user