Interface ITest<C extends ICommand>

Type Parameters:
C - type of command.
All Superinterfaces:
Id
All Known Implementing Classes:
SideTest

public interface ITest<C extends ICommand>
extends Id
Test case.
  • Method Summary

    Modifier and Type Method Description
    List<C> getCommands()
    Get list of commands.

    Methods inherited from interface jp.vmi.selenium.runner.model.Id

    getId
  • Method Details

    • getCommands

      List<C> getCommands()
      Get list of commands.
      Returns:
      list of commands.