Skip to content

JUnit Event will be a QOS (Quality of Service) framework when it is done. Essentially, QOS is correctness under duress. This has been updated to take advantage of new java.util.concurrent features of Java 7.

License

Notifications You must be signed in to change notification settings

anatar02/JUnitEvent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JUnit Events is designed for Quality of Service (QOS) testing.  This project
defines QOS as correctness under duress.  The idea is to provide a stable and
scalable architecture to be able to create concurrent testing harnesses.

While you can use this project for your normal, every day correctness testing;
it is designed to put some serious load on your project.  The tests will be
run in separate threads, but the number of threads are not infinite.  The test
harness will allow you to specify a multiplier for the number of physical
processors that your system has.  Based on your machine's architecture and the
multiplier the test harness will create that many threads.

About

JUnit Event will be a QOS (Quality of Service) framework when it is done. Essentially, QOS is correctness under duress. This has been updated to take advantage of new java.util.concurrent features of Java 7.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages