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 Detail

      • getCommands

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