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()
           
Summary(org.apache.maven.surefire.suite.RunResult runResult)
           
 
Method Summary
 Exception getFirstException()
           
 org.apache.maven.surefire.suite.RunResult getResultOfLastSuccessfulRun()
           
 boolean isErrorFree()
           
 boolean isFailureOrTimeout()
           
 boolean isForking()
           
static Summary noTestsRun()
           
 void registerException(Exception exception)
           
 void registerRunResult(org.apache.maven.surefire.suite.RunResult result)
           
 void reportForkConfiguration(boolean isForking)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Summary

public Summary()

Summary

public Summary(org.apache.maven.surefire.suite.RunResult runResult)
Method Detail

reportForkConfiguration

public void reportForkConfiguration(boolean isForking)

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()

noTestsRun

public static Summary noTestsRun()


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