// 测试所有者应该检查每个测试的有效性。
using Microsoft.VisualStudio.TestTools.UnitTesting;
using System;
using System.Text;
using System.Collections.Generic;
using Jack.MathLib;
namespace Jack.MathLibTest
{
///
///这是 Jack.MathLib.Math 的测试类,旨在
///包含所有 Jack.MathLib.Math 单元测试
///
[TestClass()]
public class MathTest
{
private TestContext testContextInstance;
///
///获取或设置测试上下文,上下文提供
///有关当前测试运行及其功能的信息。
///
public TestContext TestContext
延伸阅读
文章来源于领测软件测试网 https://www.ltesting.net/