Class ExpressionArgument

java.lang.Object
io.cucumber.core.stepexpression.ExpressionArgument
All Implemented Interfaces:
Argument

public final class ExpressionArgument extends Object implements Argument
  • Method Details

    • getValue

      public Object getValue()
      Specified by:
      getValue in interface Argument
    • getGroup

      public io.cucumber.cucumberexpressions.Group getGroup()
    • getType

      public Type getType()
    • getParameterTypeName

      public String getParameterTypeName()
    • toString

      public String toString()
      Specified by:
      toString in interface Argument
      Overrides:
      toString in class Object