Interface TestResult.Builder

    • Method Detail

      • groups

        TestResult.Builder groups​(Collection<GroupResult> groups)

        Show each group of test results.

        Parameters:
        groups - Show each group of test results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • groups

        TestResult.Builder groups​(GroupResult... groups)

        Show each group of test results.

        Parameters:
        groups - Show each group of test results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.