KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > junit > package-info


1 /**
2  * Provides JUnit core classes and annotations.
3  *
4  * Corresponds to junit.framework in Junit 3.x.
5  *
6  * @since 4.0
7  */

8 package org.junit;
Popular Tags