public class TestScenario extends Object
| Constructor and Description |
|---|
TestScenario() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Returns the description of the test-scenario.
|
String |
getId()
Returns the id of the test-scenario.
|
String |
getName()
Returns the name of the test-scenario.
|
String |
getStatus()
Returns the status of the test-scenario.
|
List<TestCase> |
getTestCases()
Returns the test-cases in the test-scenario.
|
void |
setDescription(String description)
Sets the test-scenario description.
|
void |
setId(String id)
Sets the test-scenario id.
|
void |
setName(String name)
Sets the test-scenario name.
|
void |
setStatus(String status)
Sets the test-scenario status.
|
void |
setTestCases(List<TestCase> testCases)
Sets the test cases available in a test-scenario.
|
public String getId()
public void setId(String id)
id - test-scenario idpublic String getStatus()
public void setStatus(String status)
status - test-scenario statuspublic String getName()
public void setName(String name)
name - test-scenario namepublic String getDescription()
public void setDescription(String description)
description - test-scenario descriptionpublic List<TestCase> getTestCases()
TestCase list of test-cases in the test-scenarioCopyright © 2019 WSO2. All rights reserved.