Class MethodCallArgument

java.lang.Object
com.weirddev.testme.intellij.template.context.MethodCallArgument

public class MethodCallArgument extends Object
Represents a Method call argument. Date: 23/06/2017
Author:
Yaron Yamin
  • Constructor Details

    • MethodCallArgument

      public MethodCallArgument(String text)
  • Method Details

    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • getText

      public String getText()
      textual expression of the argument passed to the method call