summaryrefslogtreecommitdiff
path: root/java/junit-toolkit/src/main/org/apache/qpid/junit/concurrency/package.html
blob: 426436769038c74509d9ed032e27c17b2ec75018 (plain)
1
2
3
4
5
6
7
<html>
<body>
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.
</body>
</html>