OpenAuth.Net/OpenAuth.UnitTest/TestLogin.cs

20 lines
324 B
C#
Raw Normal View History

2017-11-29 20:49:14 +08:00
using Microsoft.VisualStudio.TestTools.UnitTesting;
2015-12-03 23:39:27 +08:00
namespace OpenAuth.UnitTest
{
/// <summary>
/// TestLogin 的摘要说明
/// </summary>
[TestClass]
public class TestLogin
{
[TestMethod]
public void Test()
{
2015-12-03 23:39:27 +08:00
}
}
}