public class RunResult
extends java.lang.Object
| Constructor and Description |
|---|
RunResult(int completedCount,
int errors,
int failures,
int skipped) |
| Modifier and Type | Method and Description |
|---|---|
int |
getBooterCode() |
int |
getCompletedCount() |
int |
getErrors() |
int |
getFailures() |
int |
getSkipped() |
public static final int SUCCESS
public static final int FAILURE
Copyright © 2004-2016 The Apache Software Foundation. All Rights Reserved.