Interface TestRunQueries


public interface TestRunQueries
Collection of helper methods that return some Test Run related queries.
Since:
3.9.3
  • Method Details

    • notExecutedTestCases

      @NotNull String notExecutedTestCases()
      Returns query for Test Cases of this Test Run that are not yet executed.
      Returns:
      the created query
    • notExecutedTestCasesInDocument

      @NotNull String notExecutedTestCasesInDocument()
      Creates query that can be used to filter the Test Cases Document for not executed Test Cases. Valid only if Test Cases Document is set.
      See Also:
    • notExecutedTestCasesFilter

      @NotNull String notExecutedTestCasesFilter()
      Create a filter for not executed Test Cases depending on the Test Run's strategy defined by the TestRunFields.selectTestCasesBy() field. If the test run uses a document or the project span is set to only one project or is empty, the returned filter is only valid for this specific document or project
      Returns:
      a filter for all not executed test cases
      Since:
      3.10.1