Package org.junit.internal.runners
Class FailedBefore
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.junit.internal.runners.FailedBefore
-
- All Implemented Interfaces:
java.io.Serializable
@Deprecated class FailedBefore extends java.lang.Exception
Deprecated.Included for backwards compatibility with JUnit 4.4. Will be removed in the next major release. Please useBlockJUnit4ClassRunner
in place ofJUnit4ClassRunner
.
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
Deprecated.
-
Constructor Summary
Constructors Constructor Description FailedBefore()
Deprecated.
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
Deprecated.- See Also:
- Constant Field Values
-
-