| Modifier and Type | Method and Description |
|---|---|
TestCaseName |
TestCaseName.Builder.build() |
static TestCaseName |
TestCaseName.of(String project,
String location,
String agent,
String testCase) |
static TestCaseName |
TestCaseName.parse(String formattedString) |
| Modifier and Type | Method and Description |
|---|---|
static List<TestCaseName> |
TestCaseName.parseList(List<String> formattedStrings) |
| Modifier and Type | Method and Description |
|---|---|
static List<String> |
TestCaseName.toStringList(List<TestCaseName> values) |
Copyright © 2022 Google LLC. All rights reserved.