View Javadoc
1   package org.junit.runner.manipulation;
2   
3   /**
4    * Thrown when a filter removes all tests from a runner.
5    *
6    * @since 4.0
7    */
8   public class NoTestsRemainException extends Exception {
9       private static final long serialVersionUID = 1L;
10  }