资 源 简 介
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