public class RunResult extends Object
Modifier and Type | Field and Description |
---|---|
static int |
FAILURE |
static int |
NO_TESTS |
static RunResult |
Timeout |
Constructor and Description |
---|
RunResult(int completedCount,
int errors,
int failures,
int skipped) |
RunResult(int completedCount,
int errors,
int failures,
int skipped,
boolean failure,
boolean timeout) |
Modifier and Type | Method and Description |
---|---|
RunResult |
aggregate(RunResult other) |
static RunResult |
fromString(String string) |
String |
getAsString() |
int |
getBooterCode() |
int |
getCompletedCount() |
int |
getErrors() |
int |
getFailures() |
int |
getForkedProcessCode() |
int |
getSkipped() |
boolean |
isErrrorFree() |
boolean |
isFailure() |
boolean |
isFailureOrTimeout() |
boolean |
isTimeout() |
public static final int FAILURE
public static final int NO_TESTS
public static final RunResult Timeout
public RunResult(int completedCount, int errors, int failures, int skipped)
public RunResult(int completedCount, int errors, int failures, int skipped, boolean failure, boolean timeout)
public int getCompletedCount()
public int getErrors()
public int getFailures()
public int getSkipped()
public int getBooterCode()
public int getForkedProcessCode()
public boolean isErrrorFree()
public String getAsString()
public boolean isFailureOrTimeout()
public boolean isFailure()
public boolean isTimeout()
Copyright © 2004-2012 Apache Software Foundation. All Rights Reserved.