org.junit.experimental.results
Class FailureList

java.lang.Object
  extended by org.junit.experimental.results.FailureList

public class FailureList
extends java.lang.Object


Constructor Summary
FailureList(java.util.List<Failure> failures)
           
 
Method Summary
 Result result()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FailureList

public FailureList(java.util.List<Failure> failures)
Method Detail

result

public Result result()