CSharpHttpServer/SimpleHttpServerTest/UnitTest1.cs
2023-11-30 17:31:19 +01:00

8 lines
126 B
C#

namespace SimpleHttpServerTest;
[TestClass]
public class UnitTest1 {
[TestMethod]
public void TestMethod1() {
}
}