• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 package org.junit.internal.runners;
2 
3 import org.junit.runners.BlockJUnit4ClassRunner;
4 
5 /**
6  * @deprecated Included for backwards compatibility with JUnit 4.4. Will be
7  *             removed in the next major release. Please use
8  *             {@link BlockJUnit4ClassRunner} in place of {@link JUnit4ClassRunner}.
9  */
10 @Deprecated
11 class FailedBefore extends Exception {
12     private static final long serialVersionUID = 1L;
13 }