Interface TestCases.Builder

All Superinterfaces:
Buildable, CopyableBuilder<TestCases.Builder,TestCases>, SdkBuilder<TestCases.Builder,TestCases>, SdkPojo
Enclosing class:
TestCases

public static interface TestCases.Builder extends SdkPojo, CopyableBuilder<TestCases.Builder,TestCases>
  • Method Details

    • 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.