components/junit/junit.3
changeset 318 3ed992b12a6c
child 772 96235751b5d2
equal deleted inserted replaced
317:1897ebe53127 318:3ed992b12a6c
       
     1 '\" t
       
     2 .\"
       
     3 .\" CDDL HEADER START
       
     4 .\"
       
     5 .\" The contents of this file are subject to the terms of the
       
     6 .\" Common Development and Distribution License (the "License").
       
     7 .\" You may not use this file except in compliance with the License.
       
     8 .\"
       
     9 .\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
       
    10 .\" or http://www.opensolaris.org/os/licensing.
       
    11 .\" See the License for the specific language governing permissions
       
    12 .\" and limitations under the License.
       
    13 .\"
       
    14 .\" When distributing Covered Code, include this CDDL HEADER in each
       
    15 .\" file and include the License file at usr/src/OPENSOLARIS.LICENSE.
       
    16 .\" If applicable, add the following below this CDDL HEADER, with the
       
    17 .\" fields enclosed by brackets "[]" replaced with your own identifying
       
    18 .\" information: Portions Copyright [yyyy] [name of copyright owner]
       
    19 .\"
       
    20 .\" CDDL HEADER END
       
    21 .\"
       
    22 .\" This man page created by Oracle to provide a reference to the documents 
       
    23 .\" for JUnit provided with the JUnit distribution.
       
    24 .\"
       
    25 .TH junit 3 "20 Aug 2008"
       
    26 .SH NAME
       
    27 junit \- Java Unit testing framework
       
    28 .SH SYNOPSIS
       
    29 add junit.jar to the CLASSPATH
       
    30 .SH DESCRIPTION
       
    31 junit is a simple framework to write repeatable tests. It
       
    32 is an instance of the xUnit architecture for unit testing 
       
    33 frameworks. For additional information on using junit, 
       
    34 browse the complete documentation at:
       
    35 .IP
       
    36 .B file:/usr/share/doc/junit/README.html
       
    37 .LP
       
    38 .SH LICENSE
       
    39 Common Public License 
       
    40 .SH FILES
       
    41 /usr/share/lib/java/junit.jar
       
    42 .IP
       
    43 JUnit framework jar file, bundled with the hamcrest-core-1.1 dependency.
       
    44 .LP
       
    45 
       
    46 /usr/share/doc/junit/doc/cookbook/cookbook.htm
       
    47 .IP
       
    48 A cookbook for implementing tests with JUnit.
       
    49 .LP
       
    50 
       
    51 /usr/share/lib/java/javadoc/junit/index.html
       
    52 .IP
       
    53 API documentation generated with javadoc. 
       
    54 .LP
       
    55 
       
    56 /usr/share/doc/junit/samples
       
    57 .IP
       
    58 sample test cases
       
    59 .LP
       
    60 .PD