mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-08-23 13:06:48 +08:00
20 lines
324 B
C#
20 lines
324 B
C#
using Microsoft.VisualStudio.TestTools.UnitTesting;
|
|
|
|
namespace OpenAuth.UnitTest
|
|
{
|
|
/// <summary>
|
|
/// TestLogin 的摘要说明
|
|
/// </summary>
|
|
[TestClass]
|
|
public class TestLogin
|
|
{
|
|
|
|
|
|
[TestMethod]
|
|
public void Test()
|
|
{
|
|
|
|
}
|
|
}
|
|
}
|