mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-03-03 00:00:58 +08:00
14 lines
221 B
C#
14 lines
221 B
C#
|
|
using Microsoft.VisualStudio.TestTools.UnitTesting;
|
||
|
|
|
||
|
|
namespace Yi.Framework.MSUnitTest
|
||
|
|
{
|
||
|
|
[TestClass]
|
||
|
|
public class UnitTest1
|
||
|
|
{
|
||
|
|
[TestMethod]
|
||
|
|
public void TestMethod1()
|
||
|
|
{
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|