aboutsummaryrefslogtreecommitdiff
path: root/src/org/junit/runner/manipulation/package-info.java
blob: ba5c3b2ed8efb5ff2e44a41f9d3d62f3745745d7 (plain)
1
2
3
4
5
6
7
/**
 * Provides classes to {@link org.junit.runner.manipulation.Filter filter} or {@link org.junit.runner.manipulation.Sorter sort} tests.
 *
 * @since 4.0
 * @see org.junit.runner.Runner
 */
package org.junit.runner.manipulation;