ProtoResultParser.TestLevel
public
static
final
enum
ProtoResultParser.TestLevel
extends Enum<ProtoResultParser.TestLevel>
java.lang.Object | ||
↳ | java.lang.Enum<com.android.tradefed.result.proto.ProtoResultParser.TestLevel> | |
↳ | com.android.tradefed.result.proto.ProtoResultParser.TestLevel |
Enumeration representing the current level of the proto being processed.
Summary
Enum values | |
---|---|
ProtoResultParser.TestLevel |
INVOCATION
|
ProtoResultParser.TestLevel |
MODULE
|
ProtoResultParser.TestLevel |
TEST_CASE
|
ProtoResultParser.TestLevel |
TEST_RUN
|
Public methods | |
---|---|
static
ProtoResultParser.TestLevel
|
valueOf(String name)
|
static
final
TestLevel[]
|
values()
|
Enum values
Public methods
valueOf
public static ProtoResultParser.TestLevel valueOf (String name)
Parameters | |
---|---|
name |
String |
Returns | |
---|---|
ProtoResultParser.TestLevel |
Nội dung và mã mẫu trên trang này phải tuân thủ các giấy phép như mô tả trong phần Giấy phép nội dung. Java và OpenJDK là nhãn hiệu hoặc nhãn hiệu đã đăng ký của Oracle và/hoặc đơn vị liên kết của Oracle.
Cập nhật lần gần đây nhất: 2019-10-02 UTC.
[]
[]