mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-04-05 17:38:01 +08:00
15 lines
226 B
C#
15 lines
226 B
C#
using Microsoft.VisualStudio.TestTools.UnitTesting;
|
|
|
|
namespace OpenAuth.UnitTest
|
|
{
|
|
[TestClass]
|
|
public class IndexTest
|
|
{
|
|
[TestMethod]
|
|
public void MenuTest()
|
|
{
|
|
|
|
}
|
|
}
|
|
}
|