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