TestStatus
public
final
enum
TestStatus
extends Enum<TestStatus>
| java.lang.Object | ||
| ↳ | java.lang.Enum<com.google.android.tradefed.result.teststorage.TestStatus> | |
| ↳ | com.google.android.tradefed.result.teststorage.TestStatus | |
Enum representing possible outcomes of a test.
Summary
Enum values | |
|---|---|
TestStatus |
ASSUMPTION_FAILURE
|
TestStatus |
FAIL
|
TestStatus |
IGNORED
|
TestStatus |
PASS
|
TestStatus |
TEST_ERROR
|
TestStatus |
TEST_SKIPPED
|
Public methods | |
|---|---|
static
TestStatus
|
fromDescription(TestRecordProto.FailureStatus status)
|
String
|
toString()
|
static
TestStatus
|
valueOf(String name)
|
static
final
TestStatus[]
|
values()
|
Enum values
Public methods
fromDescription
public static TestStatus fromDescription (TestRecordProto.FailureStatus status)
| Parameters | |
|---|---|
status |
TestRecordProto.FailureStatus |
| Returns | |
|---|---|
TestStatus |
|
toString
public String toString ()
| Returns | |
|---|---|
String |
|
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2025-12-04 UTC.