public
Description: A collection of JUnit test decorators used to measure the performance and scalability of functionality contained within existing JUnit tests.
Homepage: http://clarkware.com/software/JUnitPerf.html
Clone URL: git://github.com/clarkware/junitperf.git
clarkware (author)
Thu Aug 21 15:37:20 -0700 2008
commit  60f8d292c730b5c87f76651e03b7fa15b407fd66
tree    4cb46271f9528db12128a4c53c6d614315115ae8
parent  0fdfa75a9ff3cf9d54cb6045afcdb222a74cb4fa
name age message
file CHANGES Thu Aug 21 14:32:15 -0700 2008 Initial import [clarkware]
file LICENSE Thu Aug 21 14:32:15 -0700 2008 Initial import [clarkware]
file README Thu Aug 21 15:37:20 -0700 2008 Updated docs for GitHub [clarkware]
file build.xml Thu Aug 21 14:32:15 -0700 2008 Initial import [clarkware]
directory docs/ Thu Aug 21 14:32:15 -0700 2008 Initial import [clarkware]
directory samples/ Thu Aug 21 14:32:15 -0700 2008 Initial import [clarkware]
directory src/ Thu Aug 21 14:32:15 -0700 2008 Initial import [clarkware]
directory test/ Thu Aug 21 14:32:15 -0700 2008 Initial import [clarkware]
README
                            J U N I T P E R F 
 

  What is it? 
  -----------
  
  JUnitPerf is a collection of JUnit test extensions for performance and
  scalability testing.


  The Latest Version
  ------------------

  The latest version of JUnitPerf is available at 
  http://www.clarkware.com/software/junitperf.zip.

  JUnitPerf is also available on GitHub at:
  http://github.com/clarkware/junitperf


  Documentation
  -------------

  Documentation is available in HTML format, in the docs/ directory.
  For the installation and user manual, see docs/JUnitPerf.html.
  For the API documentation, see docs/api/index.html.


  Support
  ---------

  If you have any questions, comments, enhancement requests, success
  stories, or bug reports regarding JUnitPerf, or if you want to be 
  notified when new versions of JUnitPerf are available, please email 
  mike@clarkware.com.


  Licensing
  ---------

  This software is licensed under the terms you may find in the file 
  named "LICENSE" in this directory.
  

  Thanks for using JUnitPerf!