Package io.qameta.allure.testfilter
Class TestPlanV1_0
java.lang.Object
io.qameta.allure.testfilter.TestPlanV1_0
- All Implemented Interfaces:
TestPlan,Serializable
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetTests()Gets the value of the tests property.booleanisSelected(String allureId, String selector) setTests(List<TestPlanV1_0.TestCase> tests) Sets the value of the tests property.
-
Constructor Details
-
TestPlanV1_0
public TestPlanV1_0()
-
-
Method Details
-
getTests
Gets the value of the tests property.- Returns:
- tests.
-
setTests
Sets the value of the tests property.- Parameters:
tests- the value to set.- Returns:
- current instance.
-
isSelected
- Parameters:
allureId- value of @AllureId annotation, if not set pass null valueselector- selector of test method- Returns:
- true if test case with given allureId or selection is selected, false otherwise.
-