public class

MultipleFailureException

extends Exception
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ org.junit.internal.runners.model.MultipleFailureException

Summary

Public Constructors
MultipleFailureException(List<Throwable> errors)
Public Methods
static void assertEmpty(List<Throwable> errors)
List<Throwable> getFailures()
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public MultipleFailureException (List<Throwable> errors)

Public Methods

public static void assertEmpty (List<Throwable> errors)

Throws
Throwable

public List<Throwable> getFailures ()