Interface SuiteRunConfiguration.Builder

    • Method Detail

      • primaryDevice

        SuiteRunConfiguration.Builder primaryDevice​(DeviceUnderTest primaryDevice)

        Sets the primary device for the test suite run. This requires a thing ARN or a certificate ARN.

        Parameters:
        primaryDevice - Sets the primary device for the test suite run. This requires a thing ARN or a certificate ARN.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • selectedTestList

        SuiteRunConfiguration.Builder selectedTestList​(Collection<String> selectedTestList)

        Sets test case list.

        Parameters:
        selectedTestList - Sets test case list.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • selectedTestList

        SuiteRunConfiguration.Builder selectedTestList​(String... selectedTestList)

        Sets test case list.

        Parameters:
        selectedTestList - Sets test case list.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • parallelRun

        SuiteRunConfiguration.Builder parallelRun​(Boolean parallelRun)

        TRUE if multiple test suites run in parallel.

        Parameters:
        parallelRun - TRUE if multiple test suites run in parallel.
        Returns:
        Returns a reference to this object so that method calls can be chained together.