Package org.junit.internal.runners.model
Class MultipleFailureException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.junit.runners.model.MultipleFailureException
-
- org.junit.internal.runners.model.MultipleFailureException
-
- All Implemented Interfaces:
java.io.Serializable
@Deprecated public class MultipleFailureException extends MultipleFailureException
Deprecated.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
Deprecated.
-
Constructor Summary
Constructors Constructor Description MultipleFailureException(java.util.List<java.lang.Throwable> errors)
Deprecated.
-
Method Summary
-
Methods inherited from class org.junit.runners.model.MultipleFailureException
assertEmpty, getFailures, getMessage
-
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
Deprecated.- See Also:
- Constant Field Values
-
-