public class Summary extends Object
Modifier and Type | Method and Description |
---|---|
Exception |
getFirstException() |
RunResult |
getResultOfLastSuccessfulRun() |
boolean |
isErrorFree() |
boolean |
isFailureOrTimeout() |
boolean |
isForking() |
static Summary |
noTestsRun() |
void |
registerException(Exception exception) |
void |
registerRunResult(RunResult result) |
void |
reportForkConfiguration(boolean isForking) |
public Summary()
public Summary(RunResult runResult)
public void reportForkConfiguration(boolean isForking)
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()
public static Summary noTestsRun()
Copyright © 2004-2012 Apache Software Foundation. All Rights Reserved.