c#单元测试
using Microsoft.VisualStudio.TestTools.UnitTesting; using _5118Enterprise.Api.Helper; using System; using System.Collections.Generic; using System.Text; using Xunit.Sdk; using Xunit; namespace _5118Enterprise.Api.Helper.Tests { [TestClass()] public class ApiHelperTests { [TestMethod()] [DataRow(1,2,3)] public void ReplaceNotInLableNameTest(int a,int b ,int result) { Assert.AreEqual(result,a+b); } } }
可以设置多个参数,DataRow支持设置多个
本文来自博客园,作者:沉迷编程的程序员,转载请注明原文链接:https://www.cnblogs.com/codeDevotee/p/14366576.html
欢迎各位找我代写程序,python、c#、web等都可以,加我请注明博客园微信:A15919195482