【问题标题】:What testing framework for c# is the most similar to Junit 4?c#的什么测试框架和Junit 4最相似? 【发布时间】:2011-03-25 23:51:15 【问题描述】: 主要从特征集的立场,以及方法名称/工作逻辑/冗长的相似性? 【问题讨论】: 标签: unit-testing junit nunit xunit 【解决方案1】: NUnit 是 JUnit 到 .Net 的端口。 【讨论】: