Package io.qameta.allure.testfilter
Class TestPlanV1_0.TestCase
java.lang.Object
io.qameta.allure.testfilter.TestPlanV1_0.TestCase
- All Implemented Interfaces:
Serializable
- Enclosing class:
TestPlanV1_0
Test plan test case. At least one of
id and selector should be specified.- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()Gets the value of the id property.Gets the value of the selector property.Sets the value of the id property.setSelector(String selector) Sets the value of the selector property.
-
Constructor Details
-
TestCase
public TestCase()
-
-
Method Details
-
getId
Gets the value of the id property.- Returns:
- id
-
setId
Sets the value of the id property.- Parameters:
id- the id to set.- Returns:
- current instance.
-
getSelector
Gets the value of the selector property.- Returns:
- id
-
setSelector
Sets the value of the selector property.- Parameters:
selector- the selector to set.- Returns:
- current instance.
-