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