Interface ISuite<T extends ITest<C>,​C extends ICommand>

  • Type Parameters:
    T - type of test case.
    C - type of test command.
    All Superinterfaces:
    Id
    All Known Implementing Classes:
    SideSuite

    public interface ISuite<T extends ITest<C>,​C extends ICommand>
    extends Id
    Test suite.
    • Method Detail

      • getTests

        List<T> getTests()
        Get list of test cases.
        Returns:
        list of test cases
      • isParallel

        boolean isParallel()
        Get parallel flag.
        Returns:
        parallel if true
      • getTimeout

        int getTimeout()
        Get timeout.
        Returns:
        timeout
      • isPersistSession

        boolean isPersistSession()
        Get persist session flag.
        Returns:
        persist session if true