mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-03-03 00:00:58 +08:00
提交.Net6版本
This commit is contained in:
13
Yi.Framework.Net6/Yi.Framework.MSUnitTest/UnitTest1.cs
Normal file
13
Yi.Framework.Net6/Yi.Framework.MSUnitTest/UnitTest1.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using Microsoft.VisualStudio.TestTools.UnitTesting;
|
||||
|
||||
namespace Yi.Framework.MSUnitTest
|
||||
{
|
||||
[TestClass]
|
||||
public class UnitTest1
|
||||
{
|
||||
[TestMethod]
|
||||
public void TestMethod1()
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user