Interface Parallelizable

  • All Known Implementing Classes:
    TestSuite

    public interface Parallelizable
    Marks the element to be executable in parallel.
    Since:
    2.0.0
    Author:
    Oliver Libutzki <[email protected]>
    • Method Detail

      • isParallelized

        boolean isParallelized()
        Returns true if the execution should be parallelized.
        Returns:
        true, if parallel execution is requested, otherwise false.
        Since:
        2.0.0