KickJava   Java API By Example, From Geeks To Geeks.

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


1 /**
2  * Provides classes to {@link org.junit.runner.manipulation.Filter filter} or {@link org.junit.runner.manipulation.Sorter sort} tests.
3  *
4  * @since 4.0
5  * @see org.junit.runner.Runner
6  */

7 package org.junit.runner.manipulation;
Popular Tags