summaryrefslogtreecommitdiffstats
path: root/testing-drivers/src/org/aspectj/testing/drivers/Harness.java
Commit message (Collapse)AuthorAgeFilesLines
* update license to EPLacolyer2006-06-011-2/+2
|
* -exitOnFailure for System.exit(..) on failure, so release/build.xml can ↵wisberg2005-03-101-2/+20
| | | | respond to test failures.
* spring cleaning in advance of 1.2 enhancements: acolyer2004-01-231-7/+7
| | | | | removed unused imports, local variables, and private methods (still there, just commented out).
* balancing start/end suite callswisberg2003-08-171-8/+12
|
* report fails as junit errors, not failuresacolyer2003-08-081-1/+1
|
* Added support for creation of junit xml reports using -junit or -logJUnit flagsacolyer2003-08-081-13/+165
|
* harness copyright wrong - was created in 2002wisberg2003-05-251-2/+3
|
* suite files now constrained to be readable to avoid confusion with ↵wisberg2003-05-251-1/+2
| | | | -ajctestTitle.. referents.
* -killTemp to delete temp directories when each test case completeswisberg2003-05-071-3/+12
|
* remove !eclipse from aliases because it is the default wisberg2003-05-071-4/+2
| | | | | and it overrides specification of the AJDE compiler (using -ajdeCompiler)
* corrected knownLimitation keywordwisberg2003-03-111-1/+1
|
* new -release option alias for harnesswisberg2003-03-051-5/+19
|
* To run in eclipse without a launch configuration window wisberg2003-01-061-6/+33
| | | | | | | (which crashes my NT - http://bugs.eclipse.org/bugs/show_bug.cgi?id=29011 ), create a file "HarnessArgs.txt" in the run directory for any arguments.
* initial versioninitial_CPLwisberg2002-12-161-0/+1215