From 3ce247199704eae6b2c92c6e38c69584e3250c52 Mon Sep 17 00:00:00 2001 From: wisberg Date: Mon, 16 Dec 2002 17:19:22 +0000 Subject: initial version --- lib/junit/README.html | 466 ++++++++++++++++++++++++++++++++++++++++++++++++ lib/junit/junit-src.zip | Bin 0 -> 53547 bytes lib/junit/junit.jar | Bin 0 -> 117522 bytes lib/junit/src.jar | Bin 0 -> 53547 bytes 4 files changed, 466 insertions(+) create mode 100644 lib/junit/README.html create mode 100644 lib/junit/junit-src.zip create mode 100644 lib/junit/junit.jar create mode 100644 lib/junit/src.jar (limited to 'lib/junit') diff --git a/lib/junit/README.html b/lib/junit/README.html new file mode 100644 index 000000000..7674273f6 --- /dev/null +++ b/lib/junit/README.html @@ -0,0 +1,466 @@ + + + + + + + JUnit 3.7 + + + +

+JUnit +3.7 +@ SourceForge Logo

+ +
+
05/18/2001 +

JUnit is a simple framework to write repeatable tests. It is an instance +of the xUnit architecture for unit testing frameworks. +

+ +

+Summary of Changes between 3.6 and 3.7

+ +

+GUI

+ + + +

+Framework

+ + + +

+Text Runner

+ + + +

+Fixed Bugs (SourceForge Bug Tracker Ids)

+    [420315] No trace when fail with message... +
    [419375] reload warning lags +
    [418849] Classloader warning too obtrusive +
    [417978] constructor stack trace, please +
    [415103] Reload checkbox should be ignored in VAJ +
    [414954] error reporting when invoking suite() +
    [407296] Make doRun() public +
    [227578] rmi callbacks fail since TestCase has no +noArg constructor +
    [422603] Decorated decorators bug +

+Summary of Changes between 3.5 and 3.6

+ +

+TestRunner

+ + + +

+Framework

+ + + +

+Builds

+ + + +

+Fixed Bugs (SourceForge Bug Tracker Ids)

+ +
[ #229753 ] assertEquals on NaN and Infinity does not work +correctly +
[ #229287 ] Class Name too long "SimpleClassPathTestCollector" +
[ #229609 ] Stack Filtering missing in textui.TesRunner +
[ #229870 ] Clicking on ... after tests failed gives NPE +
[ #229974 ] Incorrect icon shown for first element in Swing GUI +
[ #230581 ] swingui.TestTreeModel: results of decorated testcases... +
[ #230971 ] Make junit.extensions.TestDecorator.getTest() public +
[ #231569 ] DocBug: JUnit Test Infected: Programmers Love Writing Tests +
[ #232645 ] BaseTestRunner.getTest loses exception information +
[ #233094 ] TestSuite masks exceptions +
[ #410967 ] No icon provided for first test +
[ #230745 ] ClassPathTestCollector sometimes lists classes in duplicate
+ +

+Documentation

+ + + +

+Summary of Changes between 3.4 and 3.5

+ +

+Framework

+ + + +

+TestRunner

+ + + +

+Tests

+ + + +

+Documentation

+ + + +

+Older Change Notes

+ +
+
  • +Changes between 2.1 and 3.4
  • + +
  • +Changes between 1.0 and 2.1
  • +
    + +

    +Contents of the Release

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    README.html this file
    junit.jara jar file with the JUnit framework and  tools 
    src.jara jar file with the source code of the junit framework
    junitthe source code of the JUnit samples
        samplessample test cases
        teststest cases for JUnit itself
    javadocjavadoc generated documentation
    docdocumentation and articles
    + +

    +Installation

    +Below are the installation steps for installing JUnit: +
      +
    1. +unzip the junit.zip file
    2. + +
    3. +add junit.jar to the CLASSPATH. For example: set classpath=%classpath%;INSTALL_DIR\junit3\junit.jar
    4. + +
    5. +test the installation by using either the batch or the graphical TestRunner +tool to run the tests that come with this release. All the tests should +pass OK.
    6. + +
      Notice: that the tests are not +contained in the junit.jar but in the installation directory directly. +Therefore make sure that the installation directory is on the class path + +
    +Important: don't install the junit.jar +into the extension directory of your JDK installation. If you do so the +test class on the files system will not be found. +

    +Getting Started

    +To get started with unit testing and JUnit read the Java Report article: +Test +Infected - Programmers Love Writing Tests. +
    This article demonstrates the development process with JUnit in the +context of multiple currency arithmetic. The corresponding source code +is in junit\samples\money. +

    You find additional samples in the junit.samples package: +

    + +

    +Documentation

    + +
    JUnit Cookbook +
        A cookbook for implementing tests with JUnit. +
    Test Infected - Programmers +Love Writing Tests +
        An article demonstrating the development process +with JUnit. +
    JUnit - A cooks tour +
    Javadoc +
        API documentation generated with javadoc. +
    Frequently asked questions +
        Some frequently asked questions about using JUnit. +
    TestRunner Preference settings +
        Describes the preferences settings that can be configured +for the JUnit TestRunners.
    + +

    +Extending JUnit

    +Examples of possible JUnit extensions can be found in the junit.extensions +package: + + +
    + + diff --git a/lib/junit/junit-src.zip b/lib/junit/junit-src.zip new file mode 100644 index 000000000..2a8c7ce03 Binary files /dev/null and b/lib/junit/junit-src.zip differ diff --git a/lib/junit/junit.jar b/lib/junit/junit.jar new file mode 100644 index 000000000..914a5cfa9 Binary files /dev/null and b/lib/junit/junit.jar differ diff --git a/lib/junit/src.jar b/lib/junit/src.jar new file mode 100644 index 000000000..2a8c7ce03 Binary files /dev/null and b/lib/junit/src.jar differ -- cgit v1.2.3