uk.co.thebadgerset.junit.concurrency.package.html Maven / Gradle / Ivy
Go to download
JUnit Toolkit enhances JUnit with performance testing, asymptotic behaviour analysis, and concurrency testing.
Contains code to assist in testing concurrency issues using coordinated threads to present code under test with
oportunities to expose concurrency bugs. Some example concurrency bugs that may be tested using these techniques are
race conditions, dead locks, live locks, dirty reads, phantom reads, non repeatable reads and so on.