mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-11-08 02:14:44 +08:00
修改登录界面
This commit is contained in:
18
OpenAuth.UnitTest/IndexTest.cs
Normal file
18
OpenAuth.UnitTest/IndexTest.cs
Normal file
@@ -0,0 +1,18 @@
|
||||
using System;
|
||||
using Microsoft.VisualStudio.TestTools.UnitTesting;
|
||||
using OpenAuth.Domain.Model;
|
||||
|
||||
namespace OpenAuth.UnitTest
|
||||
{
|
||||
[TestClass]
|
||||
public class IndexTest
|
||||
{
|
||||
[TestMethod]
|
||||
public void MenuTest()
|
||||
{
|
||||
string userid = "";
|
||||
IndexApp app = new IndexApp();
|
||||
MenuResponse response = app.LoadMenu(userid);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -63,6 +63,7 @@
|
||||
<ItemGroup>
|
||||
<Compile Include="DbContextTest.cs" />
|
||||
<Compile Include="DepartmentTest.cs" />
|
||||
<Compile Include="IndexTest.cs" />
|
||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||
<Compile Include="LoginTest.cs" />
|
||||
</ItemGroup>
|
||||
|
||||
Reference in New Issue
Block a user