| Package | Description |
|---|---|
| com.amazonaws.services.iotdeviceadvisor.model |
| Modifier and Type | Method and Description |
|---|---|
TestCase |
TestCase.addConfigurationEntry(String key,
String value)
Add a single Configuration entry
|
TestCase |
TestCase.clearConfigurationEntries()
Removes all the entries added into Configuration.
|
TestCase |
TestCase.clone() |
TestCase |
TestCase.withConfiguration(Map<String,String> configuration)
Shows test case configuration.
|
TestCase |
TestCase.withName(String name)
Shows test case name.
|
TestCase |
TestCase.withTest(TestCaseDefinition test)
Specifies a test.
|
| Modifier and Type | Method and Description |
|---|---|
List<TestCase> |
TestCaseCategory.getTests()
Lists all the tests in the specified category.
|
| Modifier and Type | Method and Description |
|---|---|
TestCaseCategory |
TestCaseCategory.withTests(TestCase... tests)
Lists all the tests in the specified category.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TestCaseCategory.setTests(Collection<TestCase> tests)
Lists all the tests in the specified category.
|
TestCaseCategory |
TestCaseCategory.withTests(Collection<TestCase> tests)
Lists all the tests in the specified category.
|
Copyright © 2021. All rights reserved.