public class Summary extends Object
| Constructor and Description |
|---|
Summary() |
| Modifier and Type | Method and Description |
|---|---|
Exception |
getFirstException() |
RunResult |
getResultOfLastSuccessfulRun() |
boolean |
isErrorFree() |
boolean |
isFailureOrTimeout() |
boolean |
isForking() |
void |
registerException(Exception exception) |
void |
registerRunResult(RunResult result) |
void |
reportForkConfiguration(ForkConfiguration configuration) |
public void reportForkConfiguration(ForkConfiguration configuration)
public void registerException(Exception exception)
public void registerRunResult(RunResult result)
public boolean isErrorFree()
public boolean isFailureOrTimeout()
public boolean isForking()
public Exception getFirstException()
public RunResult getResultOfLastSuccessfulRun()
Copyright © 2004-2012 Apache Software Foundation. All Rights Reserved.