Interface IXrayTestRepository

All Known Implementing Classes:
XrayServerTestRepository

public interface IXrayTestRepository
An interface defining methods for interacting with Xray's API in an opaque manner.
  • Method Details

    • findByTestId

      XrayTestDto findByTestId(String testId)
      Retrieve an Xray test issue by its ID.
      Parameters:
      testId - the issue's ID
      Returns:
      the Xray test issue
    • findByTestSetId

      XrayTestDtoCollection findByTestSetId(String testSetId)
      Retrieve all Xray test issues contained in a test set.
      Parameters:
      testSetId - the test set's ID
      Returns:
      the Xray test issues