Class LiteralExpression

java.lang.Object
io.cucumber.junit.LiteralExpression
All Implemented Interfaces:
io.cucumber.tagexpressions.Expression

public class LiteralExpression extends Object implements io.cucumber.tagexpressions.Expression
  • Method Details

    • evaluate

      public boolean evaluate(List<String> variables)
      Specified by:
      evaluate in interface io.cucumber.tagexpressions.Expression
    • toString

      public String toString()
      Overrides:
      toString in class Object