org.apache.maven.plugin.surefire
Class Summary

java.lang.Object
  extended by org.apache.maven.plugin.surefire.Summary

public class Summary
extends Object


Constructor Summary
Summary()
           
 
Method Summary
 Exception getFirstException()
           
 org.apache.maven.surefire.suite.RunResult getResultOfLastSuccessfulRun()
           
 boolean isErrorFree()
           
 boolean isFailureOrTimeout()
           
 boolean isForking()
           
 void registerException(Exception exception)
           
 void registerRunResult(org.apache.maven.surefire.suite.RunResult result)
           
 void reportForkConfiguration(ForkConfiguration configuration)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Summary

public Summary()
Method Detail

reportForkConfiguration

public void reportForkConfiguration(ForkConfiguration configuration)

registerException

public void registerException(Exception exception)

registerRunResult

public void registerRunResult(org.apache.maven.surefire.suite.RunResult result)

isErrorFree

public boolean isErrorFree()

isFailureOrTimeout

public boolean isFailureOrTimeout()

isForking

public boolean isForking()

getFirstException

public Exception getFirstException()

getResultOfLastSuccessfulRun

public org.apache.maven.surefire.suite.RunResult getResultOfLastSuccessfulRun()


Copyright © 2004-2011 The Apache Software Foundation. All Rights Reserved.