添加xunit单元测试
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
using Yi.Framework.Common.Const;
|
||||
using Yi.Framework.Core;
|
||||
using Yi.Framework.Interface;
|
||||
|
||||
namespace Yi.Framework.XUnitTest
|
||||
{
|
||||
public class AccountTest
|
||||
{
|
||||
private IUserService _iUserService;
|
||||
public AccountTest(IUserService iUserService) =>
|
||||
(_iUserService) =
|
||||
(iUserService);
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user