aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/org/junit/package-info.java
blob: bb60d0d69710cf4d7aa57377cdb0d2665c1d8725 (plain)
1
2
3
4
5
6
7
8
/**
 * Provides JUnit core classes and annotations. 
 * 
 * Corresponds to junit.framework in Junit 3.x.
 *
 * @since 4.0
 */
package org.junit;