csharp-sdk-upm/RTM/RTM.Test/Test.cs

11 lines
173 B
C#
Raw Normal View History

2019-07-19 15:01:34 +08:00
using NUnit.Framework;
using System;
namespace RTM.Test {
[TestFixture()]
public class Test {
[Test()]
public void TestCase() {
}
}
}