首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > 其他 > JUnit 4测试运行多线程并发和/或重复执行单元测试

JUnit 4测试运行多线程并发和/或重复执行单元测试

资 源 简 介

This project has moved to GitHub https://github.com/LeeKemp/outburst-framework-core Outburst Core is a multithreaded JUnit 4 test runner for concurrently and/or repetitively executing unit tests By spawning an individual thread for each test in a class the tests are then run concurrently and/or repetitively for either a set amount of time or number of runs. This allows JUnit tests to be used for performance tests, benchmarking and in some cases increase the execution time of your test suite. Outburst Core can be used either via the command line or by using the @RunWith JUnit annotation. Using the annotation allows you to utilize your existing development and build tools such as eclipse, ANT, Maven and Hudson etc. Examples Benchmarking (MapTest.class) HTTP Performance Tes
VIP VIP
0.167089s