xunit
-
XUnit & AutoFixture:运行 具有不同数据组合的测试(多个 AutoDataAttributes)
-
xunit.runner.dnx 设置用于 运行 测试的配置
-
如何为 Linq 查询设置 Expectation
-
Visual Studio 2015 Test Explorer 没有看到 XUnit dnx traits
-
xUnit 中的 Assert.DoesNotThrowAsync() 发生了什么?
-
如何确定构建程序集的 MSBuild 版本?
-
让xUnit组合参数
-
我怎样才能 return 一个 Dictionary<string, string> 作为一个 IEnumerable<object> XUnit 的 MemberData 需要
-
如何使用 XUnit 2.0 和 FSharp 样式测试捕获输出
-
Visual Studio Test Runner 抱怨找不到 'xunit.core, Version=2.x.0'
-
在 Xunit 中处理多个测试用例的首选方法是什么?
-
xUnit 异步测试在 VS2015 中显示为 "External"
-
使用 xunit 控制台说明多个特征?
-
Allure + Jenkins + TestNG:当 Jenkins 上 运行 但在本地显示时,xUnit 未在套件中显示测试用例
-
VS2013 代码覆盖率未找到任何 XUnit 测试
-
将 AutoFixture 与 NSubstitute 自动数据属性一起使用时缺少测试
-
如何在控件进入方法之前在 base class 中获取 xunit 测试方法名称?
-
我可以在 XUnit 构造函数中自定义 Fixture 以与 Theory 和 AutoData 一起使用吗?
-
在 xUnit 中使用 allure
-
使用 Mock 对 void 方法进行单元测试?