Interface ResultWithTitle

All Known Implementing Classes:
FixtureResult, StepResult, TestResult

public interface ResultWithTitle
The marker interface for model objects with title.
  • Method Summary

    Modifier and Type
    Method
    Description
    Sets title.
  • Method Details

    • setTitle

      ResultWithTitle setTitle(String title)
      Sets title.
      Parameters:
      title - the value
      Returns:
      self for method chaining