Interface IParameterStruct<T>

All Superinterfaces:
IChangeGenerator, IChangeListener, IHasCustomValues, IHasValues, IParameter<T>, IStructure

public interface IParameterStruct<T> extends IStructure, IParameter<T>
Since:
3.9.2
  • Field Details

  • Method Details

    • setValue

      void setValue(@Nullable T object)
      Sets the value of this parameter. WARNING: So far only String parameters are supported, so the value must be a String.
      Throws:
      IllegalStateException - if the parameter comes from a test record that was already executed (even partially)
    • isEmpty

      boolean isEmpty()
      Checks whether the value is empty
      Returns:
      true if empty