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

11 lines
179 B
C#
Raw Normal View History

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