KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > junit > runner > manipulation > NoTestsRemainException


1 package org.junit.runner.manipulation;
2
3 /**
4  * Thrown when a filter removes all tests from a runner.
5  */

6 public class NoTestsRemainException extends Exception JavaDoc {
7     private static final long serialVersionUID = 1L;
8 }
9
Popular Tags