Interface ResetParameterStep

  • All Superinterfaces:
    IdentifiableRemote, java.rmi.Remote, Step, TptRemote

    public interface ResetParameterStep
    extends Step
    A step which provides the possibility to reset a parameter during the test execution.
    • Method Detail

      • getParameter

        java.lang.String getParameter()
                               throws java.rmi.RemoteException
        Returns:
        the parameter to be reseted.
        Throws:
        java.rmi.RemoteException - remote communication problem
      • setParameter

        void setParameter​(java.lang.String parameter)
                   throws java.rmi.RemoteException
        Sets the parameter to be reseted.
        Parameters:
        parameter - parameter to reset
        Throws:
        java.rmi.RemoteException - remote communication problem