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