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

11 lines
179 B
C#

using NUnit.Framework;
using System;
namespace LiveQuery.Test {
[TestFixture()]
public class Test {
[Test()]
public void TestCase() {
}
}
}