Class SideSuite

java.lang.Object
jp.vmi.selenium.runner.model.side.SideBase
jp.vmi.selenium.runner.model.side.SideSuite
All Implemented Interfaces:
Id, ISuite<SideTest,​SideCommand>

public class SideSuite
extends SideBase
implements ISuite<SideTest,​SideCommand>
"suite" element of side format.
  • Constructor Details

    • SideSuite

      public SideSuite​(boolean isGen)
  • Method Details

    • setParallel

      public void setParallel​(boolean isParallel)
    • isParallel

      public boolean isParallel()
      Description copied from interface: ISuite
      Get parallel flag.
      Specified by:
      isParallel in interface ISuite<SideTest,​SideCommand>
      Returns:
      parallel if true
    • setTimeout

      public void setTimeout​(int timeout)
    • getTimeout

      public int getTimeout()
      Description copied from interface: ISuite
      Get timeout.
      Specified by:
      getTimeout in interface ISuite<SideTest,​SideCommand>
      Returns:
      timeout
    • isPersistSession

      public boolean isPersistSession()
      Description copied from interface: ISuite
      Get persist session flag.
      Specified by:
      isPersistSession in interface ISuite<SideTest,​SideCommand>
      Returns:
      persist session if true
    • setPersistSession

      public void setPersistSession​(boolean isPersistSession)
    • setTests

      public void setTests​(List<SideTest> tests)
    • getTests

      public List<SideTest> getTests()
      Description copied from interface: ISuite
      Get list of test cases.
      Specified by:
      getTests in interface ISuite<SideTest,​SideCommand>
      Returns:
      list of test cases
    • addTest

      public void addTest​(SideTest test)