Go to main content

man pages section 3: Library Interfaces and Headers

Exit Print View

Updated: Wednesday, July 27, 2022
 
 

junit (3)

Name

junit - Java Unit testing framework

Synopsis

add junit.jar to the CLASSPATH

Description

junit(3)                   Library Functions Manual                   junit(3)



NAME
       junit - Java Unit testing framework

SYNOPSIS
       add junit.jar to the CLASSPATH

DESCRIPTION
       junit  is  a  simple  framework  to  write  repeatable  tests. It is an
       instance of the xUnit architecture for  unit  testing  frameworks.  For
       additional  information  on using junit, browse the complete documenta-
       tion at:

              file://usr/share/doc/junit/README.html

LICENSE
       Common Public License

FILES
       /usr/share/lib/java/junit.jar

              JUnit framework jar file,  bundled  with  the  hamcrest-core-1.1
              dependency.

       /usr/share/doc/junit/doc/building-junit.txt

              Steps to build JUnit

       /usr/share/doc/junit/doc/cookbook/cookbook.htm

              A cookbook for implementing tests with JUnit.

       /usr/share/lib/java/javadoc/junit/index.html

              API documentation generated with javadoc.

       /usr/share/doc/junit/samples

              sample test cases

ATTRIBUTES
       See attributes(7) for descriptions of the following attributes:


       +---------------+----------------------+
       |ATTRIBUTE TYPE |   ATTRIBUTE VALUE    |
       +---------------+----------------------+
       |Availability   | developer/java/junit |
       +---------------+----------------------+
       |Stability      | Uncommitted          |
       +---------------+----------------------+

NOTES
       Source  code  for open source software components in Oracle Solaris can
       be found at https://www.oracle.com/downloads/opensource/solaris-source-
       code-downloads.html.

       This     software     was    built    from    source    available    at
       https://github.com/oracle/solaris-userland.   The  original   community
       source  was  downloaded  from   https://github.com/junit-team/junit/ar-
       chive/r4.11.zip.

       Further information about this software can be found on the open source
       community website at https://github.com/junit-team/junit.



                                  15 Nov 2021                         junit(3)