Class LiteralExpression

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

public class LiteralExpression
extends java.lang.Object
implements io.cucumber.tagexpressions.Expression
  • Method Summary

    Modifier and Type Method Description
    boolean evaluate​(java.util.List<java.lang.String> variables)  
    java.lang.String toString()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Method Details

    • evaluate

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

      public java.lang.String toString()
      Overrides:
      toString in class java.lang.Object