Package | Description |
---|---|
org.apache.chemistry.opencmis.tck | |
org.apache.chemistry.opencmis.tck.impl |
Modifier and Type | Method and Description |
---|---|
static CmisTestResultStatus |
CmisTestResultStatus.fromLevel(int level) |
CmisTestResultStatus |
CmisTestResult.getStatus()
Returns the check status.
|
static CmisTestResultStatus |
CmisTestResultStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CmisTestResultStatus[] |
CmisTestResultStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
CmisTestResultStatus |
CmisTestResultImpl.getStatus() |
protected CmisTestResultStatus |
AbstractSessionTest.getWorst(List<CmisTestResult> results) |
Modifier and Type | Method and Description |
---|---|
CmisTestResultImpl |
AbstractCmisTest.createResult(CmisTestResultStatus status,
String message) |
CmisTestResultImpl |
AbstractCmisTest.createResult(CmisTestResultStatus status,
String message,
boolean isFatal) |
CmisTestResultImpl |
AbstractCmisTest.createResult(CmisTestResultStatus status,
String message,
Throwable exception,
boolean isFatal) |
Constructor and Description |
---|
CmisTestResultImpl(String groupName,
String testName,
String message,
CmisTestResultStatus status,
Throwable exception,
boolean isFatal) |
Copyright © 2009–2017 The Apache Software Foundation. All rights reserved.