|
|
|
|
软件下载-->编程开发-->安装制作
|
| 名称: |
JAVA开发包junit4.3.1.rar |
上传时间: |
|
大小: |
|
| |
|
| 下载: |
1、 解压密码:www.infoxa.com
(全为小写)
2、低速下载
3、
|
| 介绍: |
junit4.3.1.rar Contents of the Release README.html this file junit-4.3.jar a jar file with the JUnit framework junit-4.3-src.jar a jar file with the source code of the JUnit framework org/junit the source code of the basic JUnit annotations and classes samples sample test cases tests test cases for JUnit itself javadoc javadoc generated documentation doc documentation and articles
Installation Below are the installation steps for installing JUnit: unzip the junit4.3.zip file add junit-4.3.jar to the CLASSPATH. For example: set classpath=% classpath%;INSTALL_DIR\junit-4.2.jar;INSTALL_DIR test the installation by running java org.junit.runner.JUnitCore org.junit.tests.AllTests. Notice: that the tests are not contained in the junit-4.3.jar but in the installation directory directly. Therefore make sure that the installation directory is on the class path
|
|