Class Label

java.lang.Object
ru.testit.models.Label

public class Label extends Object
The model object that could be used to pass additional metadata to test results.
  • Constructor Details

    • Label

      public Label()
  • Method Details

    • getName

      public String getName()
      Gets name.
      Returns:
      the name
    • setName

      public Label setName(String name)
      Sets name.
      Parameters:
      name - the value
      Returns:
      self for method chaining