Class RunResult
java.lang.Object
org.apache.maven.surefire.api.suite.RunResult
Represents a test-run-result; this may be from a single test run or an aggregated result.
In the case of timeout==true, the run-counts reflect the state of the test-run at the time of the timeout.
In the case of timeout==true, the run-counts reflect the state of the test-run at the time of the timeout.
- Author:
- Kristian Rosenvold
-
Field Summary
-
Constructor Summary
ConstructorDescriptionRunResult
(int completedCount, int errors, int failures, int skipped) RunResult
(int completedCount, int errors, int failures, int skipped, int flakes) RunResult
(int completedCount, int errors, int failures, int skipped, int flakes, String failure, boolean timeout) RunResult
(int completedCount, int errors, int failures, int skipped, String failure, boolean timeout) -
Method Summary
-
Field Details
-
SUCCESS
public static final int SUCCESS- See Also:
-
FAILURE
public static final int FAILURE- See Also:
-
-
Constructor Details
-
RunResult
public RunResult(int completedCount, int errors, int failures, int skipped) -
RunResult
public RunResult(int completedCount, int errors, int failures, int skipped, int flakes) -
RunResult
public RunResult(int completedCount, int errors, int failures, int skipped, String failure, boolean timeout) -
RunResult
public RunResult(int completedCount, int errors, int failures, int skipped, int flakes, String failure, boolean timeout)
-
-
Method Details
-
timeout
-
failure
-
getCompletedCount
public int getCompletedCount() -
getErrors
public int getErrors() -
getFlakes
public int getFlakes() -
getFailures
public int getFailures() -
getSkipped
public int getSkipped() -
getFailsafeCode
-
isErrorFree
public boolean isErrorFree() -
isInternalError
public boolean isInternalError() -
isFailureOrTimeout
public boolean isFailureOrTimeout() -
isFailure
public boolean isFailure() -
getFailure
-
isTimeout
public boolean isTimeout() -
aggregate
-
noTestsRun
-
equals
-
hashCode
public int hashCode()
-