TestSummary.Type
public static final enum TestSummary.Type
extends Enum< TestSummary.Type >
java.lang.Object | ||
↳ | java.lang.Enum< com.android.tradefed.result.TestSummary.Type > | |
↳ | com.android.tradefed.result.TestSummary.Type |
Zusammenfassung
Enum-Werte | |
---|---|
TestSummary.Type | TEXT |
TestSummary.Type | URI
|
Öffentliche Methoden | |
---|---|
static TestSummary.Type | valueOf (String name) |
static final Type[] | values () |
Enum-Werte
TEXT
public static final TestSummary.Type TEXT
Öffentliche Methoden
Wert von
public static TestSummary.Type valueOf (String name)
Parameter | |
---|---|
name | String |
Kehrt zurück | |
---|---|
TestSummary.Type |
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 2022-08-15 UTC.
[]
[]