Interface TestCaseFilter.Builder

    • Method Detail

      • status

        TestCaseFilter.Builder status​(String status)

        The status used to filter test cases. A TestCaseFilter can have one status. Valid values are:

        • SUCCEEDED

        • FAILED

        • ERROR

        • SKIPPED

        • UNKNOWN

        Parameters:
        status - The status used to filter test cases. A TestCaseFilter can have one status. Valid values are:

        • SUCCEEDED

        • FAILED

        • ERROR

        • SKIPPED

        • UNKNOWN

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • keyword

        TestCaseFilter.Builder keyword​(String keyword)

        A keyword that is used to filter on the name or the prefix of the test cases. Only test cases where the keyword is a substring of the name or the prefix will be returned.

        Parameters:
        keyword - A keyword that is used to filter on the name or the prefix of the test cases. Only test cases where the keyword is a substring of the name or the prefix will be returned.
        Returns:
        Returns a reference to this object so that method calls can be chained together.