mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-11-08 18:34: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);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user