Class ParameterizedTestComponents
java.lang.Object
com.weirddev.testme.intellij.template.context.ParameterizedTestComponents
Holds string constructs for composing a parameterized test call.
Date: 10/11/2017
- Author:
- Yaron Yamin
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
parameterized method invocation expressionmap of argument name - value for method callint
hashCode()
void
setMethodClassParamsStr
(String methodClassParamsStr) parameterized method invocation expressionvoid
setParamsMap
(Map<String, String> paramsMap) map of argument name - value for method calltoString()
-
Constructor Details
-
ParameterizedTestComponents
public ParameterizedTestComponents()
-
-
Method Details
-
getParamsMap
map of argument name - value for method call -
getMethodClassParamsStr
parameterized method invocation expression -
setParamsMap
map of argument name - value for method call -
setMethodClassParamsStr
parameterized method invocation expression -
equals
-
hashCode
public int hashCode() -
toString
-