8 lines
126 B
C#
8 lines
126 B
C#
namespace SimpleHttpServerTest;
|
|
|
|
[TestClass]
|
|
public class UnitTest1 {
|
|
[TestMethod]
|
|
public void TestMethod1() {
|
|
}
|
|
} |