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 | |
Liệt kê các kết quả có thể xảy ra của một bài kiểm tra.
Tóm tắt
Giá trị enum | |
|---|---|
TestStatus |
ASSUMPTION_FAILURE
|
TestStatus |
FAIL
|
TestStatus |
IGNORED
|
TestStatus |
PASS
|
TestStatus |
TEST_ERROR
|
TestStatus |
TEST_SKIPPED
|
Phương thức công khai | |
|---|---|
static
TestStatus
|
fromDescription(TestRecordProto.FailureStatus status)
|
String
|
toString()
|
static
TestStatus
|
valueOf(String name)
|
static
final
TestStatus[]
|
values()
|
Giá trị enum
Phương thức công khai
fromDescription
public static TestStatus fromDescription (TestRecordProto.FailureStatus status)
| Tham số | |
|---|---|
status |
TestRecordProto.FailureStatus |
| Giá trị trả về | |
|---|---|
TestStatus |
|
toString
public String toString ()
| Giá trị trả về | |
|---|---|
String |
|
valueOf
public static TestStatus valueOf (String name)
| Tham số | |
|---|---|
name |
String |
| Giá trị trả về | |
|---|---|
TestStatus |
|