Is there an easy way to automatically enforce goals like “This service must support 1,000 transactions per minute” in daily build tests for Java? Is this ever done in JUnit or are there caveats to it?
Is there an easy way to automatically enforce goals like This service must support
Share
You can’t do exactly what you are looking for but you can do the below using JUnitPerf.