Class ParameterizedTestComponents

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

public class ParameterizedTestComponents extends Object
Holds string constructs for composing a parameterized test call. Date: 10/11/2017
Author:
Yaron Yamin
  • Constructor Details

    • ParameterizedTestComponents

      public ParameterizedTestComponents()
  • Method Details

    • getParamsMap

      public Map<String,String> getParamsMap()
      map of argument name - value for method call
    • getMethodClassParamsStr

      public String getMethodClassParamsStr()
      parameterized method invocation expression
    • setParamsMap

      public void setParamsMap(Map<String,String> paramsMap)
      map of argument name - value for method call
    • setMethodClassParamsStr

      public void setMethodClassParamsStr(String methodClassParamsStr)
      parameterized method invocation expression
    • equals

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

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

      public String toString()
      Overrides:
      toString in class Object