org.junit.internal.runners.model
Class MultipleFailureException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.junit.internal.runners.model.MultipleFailureException
- All Implemented Interfaces:
- Serializable
public class MultipleFailureException
- extends Exception
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
MultipleFailureException
public MultipleFailureException(List<Throwable> errors)
getFailures
public List<Throwable> getFailures()
assertEmpty
public static void assertEmpty(List<Throwable> errors)
throws Throwable
- Throws:
Throwable