
org.junit.runner.manipulation.NoTestsRemainException Maven / Gradle / Ivy
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;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy