RoboidControl-csharp/test/UnitTest1.cs
2024-12-31 10:11:08 +01:00

18 lines
190 B
C#

namespace test;
using Passer.Control.Core;
public class Tests
{
[SetUp]
public void Setup()
{
}
[Test]
public void Test1()
{
Assert.Pass();
}
}