微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!

ConsoleUnitTestsRunner

程序名称:ConsoleUnitTestsRunner

授权协议: LGPL

操作系统: Windows

开发语言: C#

ConsoleUnitTestsRunner 介绍

ConsoleUnitTestsRunner (Console parallel nunit tests runner)
一个小工具,用来在控制台上并行的运行 nunit 测试用例,并给出运行报告。

命令行参数:

-p=N - specify process count, by default N = cpu cores count
-clone - clone unit tests folder, by default false
-copyMasks=a;b - file masks to copy, by default =.dll;.config
-sync - enable sync for unit tests, by default false
-dirToCloneTests=path - folder to clone tests, by default %temp%
-commandBeforeTestsRun=exePath - command to run before execute tests, but after it clone , by default empty
-startDelay=N - delay before test starts, by default 0
-prefetch - use test run time statistic to optimize tests separation, by default false
-teamcity - teamcity inteagration: will show test progress, by default false
NUnit compatible arguments:
/include=a1;a2 - include only tests with specified categories
/exclude=a1;a2 - exclude all tests with specified categories
/xml=path path for xml report, by default empty
/output:path path for tests output, by default empty
/labels Label each test in stdOut, by default false
/noshadow Do nothing (for Now)
/nologo Do not display the logo, by default false
/help display this page
/wait wait for input key after at the end, by default false
/timeout
/nothread.

ConsoleUnitTestsRunner 官网

http://cpntr.codeplex.com/

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 [email protected] 举报,一经查实,本站将立刻删除。

相关推荐