mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-09-20 02:29:24 +08:00
完善单元测试
This commit is contained in:
10
OpenAuth.UnitTest/TestBase.cs
Normal file
10
OpenAuth.UnitTest/TestBase.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
namespace OpenAuth.UnitTest
|
||||
{
|
||||
public class TestBase
|
||||
{
|
||||
public TestBase()
|
||||
{
|
||||
AutofacExt.InitDI();
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user