Interface TestCases.Builder

    • Method Detail

      • sequential

        TestCases.Builder sequential​(Collection<String> sequential)

        The sequential of the test case.

        Parameters:
        sequential - The sequential of the test case.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • sequential

        TestCases.Builder sequential​(String... sequential)

        The sequential of the test case.

        Parameters:
        sequential - The sequential of the test case.
        Returns:
        Returns a reference to this object so that method calls can be chained together.