From d74edd8bb6380f399951ec51f4ce26868fe669a8 Mon Sep 17 00:00:00 2001 From: Aidan Skinner Date: Thu, 28 Aug 2008 19:26:51 +0000 Subject: Add ASL to everywhere, to everything. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@689937 13f79535-47bb-0310-9956-ffa450edef68 --- .../org/apache/qpid/junit/concurrency/package.html | 35 +++++++++++++---- .../qpid/junit/extensions/listeners/package.html | 33 +++++++++++++--- .../org/apache/qpid/junit/extensions/package.html | 45 ++++++++++++++++------ .../apache/qpid/junit/extensions/util/package.html | 33 +++++++++++++--- 4 files changed, 115 insertions(+), 31 deletions(-) (limited to 'java/junit-toolkit/src') diff --git a/java/junit-toolkit/src/main/org/apache/qpid/junit/concurrency/package.html b/java/junit-toolkit/src/main/org/apache/qpid/junit/concurrency/package.html index 4264367690..904fd0fd05 100644 --- a/java/junit-toolkit/src/main/org/apache/qpid/junit/concurrency/package.html +++ b/java/junit-toolkit/src/main/org/apache/qpid/junit/concurrency/package.html @@ -1,7 +1,28 @@ - - -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. - - \ No newline at end of file + + + + +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. + + diff --git a/java/junit-toolkit/src/main/org/apache/qpid/junit/extensions/listeners/package.html b/java/junit-toolkit/src/main/org/apache/qpid/junit/extensions/listeners/package.html index 326d6e176e..15acc02ab1 100644 --- a/java/junit-toolkit/src/main/org/apache/qpid/junit/extensions/listeners/package.html +++ b/java/junit-toolkit/src/main/org/apache/qpid/junit/extensions/listeners/package.html @@ -1,6 +1,27 @@ - - -Listners for test statistics are defined in this package. At the moment there is only one listener which writes all test -statistics out to a CSV (comma seperated values) file which can be loaded by most spread sheets. - - \ No newline at end of file + + + + +Listners for test statistics are defined in this package. At the moment there is only one listener which writes all test +statistics out to a CSV (comma seperated values) file which can be loaded by most spread sheets. + + diff --git a/java/junit-toolkit/src/main/org/apache/qpid/junit/extensions/package.html b/java/junit-toolkit/src/main/org/apache/qpid/junit/extensions/package.html index 091dcce08e..4cab8d936a 100644 --- a/java/junit-toolkit/src/main/org/apache/qpid/junit/extensions/package.html +++ b/java/junit-toolkit/src/main/org/apache/qpid/junit/extensions/package.html @@ -1,12 +1,33 @@ - - -Basic JUnit is enahanced with test runners to run tests repeatedly, simultaneously in many threads and with increasing -test sizes for asymptotic performance measurements. There are features to measure the time and amount of memory that -tests use as well as to record the asymptotic test size parameters. There are some utilities to write these test -statistics to various file formats too and these can be found in the listeners package. - -

The main test runner class is TKTestRunner which can be called with command line parameters to specify how tests -should be run. - - - \ No newline at end of file + + + + +Basic JUnit is enahanced with test runners to run tests repeatedly, simultaneously in many threads and with increasing +test sizes for asymptotic performance measurements. There are features to measure the time and amount of memory that +tests use as well as to record the asymptotic test size parameters. There are some utilities to write these test +statistics to various file formats too and these can be found in the listeners package. + +

The main test runner class is TKTestRunner which can be called with command line parameters to specify how tests +should be run. + + + diff --git a/java/junit-toolkit/src/main/org/apache/qpid/junit/extensions/util/package.html b/java/junit-toolkit/src/main/org/apache/qpid/junit/extensions/util/package.html index cbf45fe295..f39b892e2d 100644 --- a/java/junit-toolkit/src/main/org/apache/qpid/junit/extensions/util/package.html +++ b/java/junit-toolkit/src/main/org/apache/qpid/junit/extensions/util/package.html @@ -1,6 +1,27 @@ - - -Provides some helper classes. ContextualProperties allows a hierarchy of properties to be used in properties file with -default overrides. SizeOf takes memeory measurements by stabilizing the garbage collector. - - \ No newline at end of file + + + + +Provides some helper classes. ContextualProperties allows a hierarchy of properties to be used in properties file with +default overrides. SizeOf takes memeory measurements by stabilizing the garbage collector. + + -- cgit v1.2.1