| Modifier and Type | Method and Description |
|---|---|
static TestResult |
TestResult.forNumber(int value) |
TestResult |
TestCaseResult.getTestResult()
Whether the test case passed in the agent environment.
|
TestResult |
TestCaseResult.Builder.getTestResult()
Whether the test case passed in the agent environment.
|
TestResult |
TestCaseResultOrBuilder.getTestResult()
Whether the test case passed in the agent environment.
|
static TestResult |
TestResult.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static TestResult |
TestResult.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static TestResult |
TestResult.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TestResult[] |
TestResult.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<TestResult> |
TestResult.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
TestCaseResult.Builder |
TestCaseResult.Builder.setTestResult(TestResult value)
Whether the test case passed in the agent environment.
|
Copyright © 2025 Google LLC. All rights reserved.