mirror of
https://github.com/netchx/netch.git
synced 2026-03-14 17:43:18 +08:00
13 lines
205 B
C#
13 lines
205 B
C#
using Microsoft.VisualStudio.TestTools.UnitTesting;
|
|
|
|
namespace UnitTest
|
|
{
|
|
[TestClass]
|
|
public class UnitTest1
|
|
{
|
|
[TestMethod]
|
|
public void TestMethod1()
|
|
{
|
|
}
|
|
}
|
|
} |