This action will force synchronization from dotNET China/OpenAuth.Net, which will overwrite any changes that you have made since you forked the repository, and can not be recovered!!!
Synchronous operation will process in the background and will refresh the page when finishing processing. Please be patient.
using System;using System.Text;using System.Collections.Generic;using Infrastructure;using Microsoft.VisualStudio.TestTools.UnitTesting;namespace OpenAuth.UnitTest{/// <summary>/// TestFunction 的摘要说明/// </summary>[TestClass]public class TestFunction{public TestFunction(){////TODO: 在此处添加构造函数逻辑//}private TestContext testContextInstance;/// <summary>///获取或设置测试上下文,该上下文提供///有关当前测试运行及其功能的信息。///</summary>public TestContext TestContext{get{return testContextInstance;}set{testContextInstance = value;}}#region 附加测试特性//// 编写测试时,可以使用以下附加特性://// 在运行类中的第一个测试之前使用 ClassInitialize 运行代码// [ClassInitialize()]// public static void MyClassInitialize(TestContext testContext) { }//// 在类中的所有测试都已运行之后使用 ClassCleanup 运行代码// [ClassCleanup()]// public static void MyClassCleanup() { }//// 在运行每个测试之前,使用 TestInitialize 来运行代码// [TestInitialize()]// public void MyTestInitialize() { }//// 在每个测试运行完之后,使用 TestCleanup 来运行代码// [TestCleanup()]// public void MyTestCleanup() { }//#endregion[TestMethod]public void TestMethod1(){LogHelper.Log("UnitTest" + DateTime.Now.ToLongTimeString());}}}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。