package org.junit.runner.manipulation;

Thrown when a filter removes all tests from a runner.
Since:4.0
/** * Thrown when a filter removes all tests from a runner. * * @since 4.0 */
public class NoTestsRemainException extends Exception { private static final long serialVersionUID = 1L; }