ConsoleUnitTestsRunner

码农软件 · 软件分类 · 测试工具 · 2019-11-22 20:27:35

软件介绍

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

console unit tests runner.png

命令行参数:

-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.

本文地址:https://codercto.com/soft/d/19574.html

测试驱动开发

测试驱动开发

Kent Beck / 孙平平、张小龙 / 中国电力出版社 / 2004-4-1 / 28.00元

《测试驱动开发》(中文版)设想把编程看成是转动曲柄从井里提一桶水上来的过程。如果水桶比较小,那么仅需一个能自由转动的曲柄就可以了。如果水桶比较大而且装满水,那么还没等水桶全部被提上来你就会很累了。你需要一个防倒转的装置,以保证每转一次可以休息一会儿。水桶越重,防倒转的棘齿相距越近。测试驱动开发中的测试程序就是防倒转装置上的棘齿。一旦我们的某个测试程序能工作了,你就知道,它从现在开始并且以后永远都可......一起来看看 《测试驱动开发》 这本书的介绍吧!

Base64 编码/解码
Base64 编码/解码

Base64 编码/解码

MD5 加密
MD5 加密

MD5 加密工具

HSV CMYK 转换工具
HSV CMYK 转换工具

HSV CMYK互换工具