Class TestPlanV1_0.TestCase

java.lang.Object
io.qameta.allure.testfilter.TestPlanV1_0.TestCase
All Implemented Interfaces:
Serializable
Enclosing class:
TestPlanV1_0

public static class TestPlanV1_0.TestCase extends Object implements Serializable
Test plan test case. At least one of id and selector should be specified.
See Also:
  • Constructor Details

    • TestCase

      public TestCase()
  • Method Details

    • getId

      public String getId()
      Gets the value of the id property.
      Returns:
      id
    • setId

      public TestPlanV1_0.TestCase setId(String id)
      Sets the value of the id property.
      Parameters:
      id - the id to set.
      Returns:
      current instance.
    • getSelector

      public String getSelector()
      Gets the value of the selector property.
      Returns:
      id
    • setSelector

      public TestPlanV1_0.TestCase setSelector(String selector)
      Sets the value of the selector property.
      Parameters:
      selector - the selector to set.
      Returns:
      current instance.