| Package | Description |
|---|---|
| microsoft.vs.analytics.v3.model.entity | |
| microsoft.vs.analytics.v3.model.enums |
| Modifier and Type | Field and Description |
|---|---|
protected TestResultState |
TestPoint.lastResultState |
| Modifier and Type | Method and Description |
|---|---|
Optional<TestResultState> |
TestPoint.getLastResultState() |
| Modifier and Type | Method and Description |
|---|---|
TestPoint.Builder |
TestPoint.Builder.lastResultState(TestResultState lastResultState) |
TestPoint |
TestPoint.withLastResultState(TestResultState lastResultState) |
| Modifier and Type | Method and Description |
|---|---|
static TestResultState |
TestResultState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TestResultState[] |
TestResultState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018–2021. All rights reserved.