carbidecpp22devenv/plugins/org.eclipse.test.source_3.5.0.r20080925/src/org.junit4_4.5.0.v20090423/junitsrc/org/junit/runner/manipulation/NoTestsRemainException.java
author cawthron
Fri, 04 Dec 2009 11:49:54 -0600
changeset 636 3ef299ba838f
permissions -rw-r--r--
add files for RCL_2_2
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
636
3ef299ba838f add files for RCL_2_2
cawthron
parents:
diff changeset
     1
package org.junit.runner.manipulation;
3ef299ba838f add files for RCL_2_2
cawthron
parents:
diff changeset
     2
3ef299ba838f add files for RCL_2_2
cawthron
parents:
diff changeset
     3
/**
3ef299ba838f add files for RCL_2_2
cawthron
parents:
diff changeset
     4
 * Thrown when a filter removes all tests from a runner.
3ef299ba838f add files for RCL_2_2
cawthron
parents:
diff changeset
     5
 */
3ef299ba838f add files for RCL_2_2
cawthron
parents:
diff changeset
     6
public class NoTestsRemainException extends Exception {
3ef299ba838f add files for RCL_2_2
cawthron
parents:
diff changeset
     7
	private static final long serialVersionUID = 1L;
3ef299ba838f add files for RCL_2_2
cawthron
parents:
diff changeset
     8
}