Class MethodInfo
java.lang.Object
org.uitnet.testing.smartfwk.core.validator.MethodInfo
public class MethodInfo extends Object
Represents the calling method information.
- Author:
- Madhav Krishna
-
Constructor Summary
Constructors Constructor Description MethodInfo() -
Method Summary
Modifier and Type Method Description List<String>getArgsType()List<Object>getArgsValue()StringgetClassName()BooleangetIsStatic()StringgetMethodName()voidsetArgsType(List<String> argsType)voidsetArgsValue(List<Object> argsValue)voidsetClassName(String className)voidsetIsStatic(Boolean isStatic)voidsetMethodName(String methodName)
-
Constructor Details
-
MethodInfo
public MethodInfo()
-
-
Method Details
-
getClassName
-
setClassName
-
getMethodName
-
setMethodName
-
getArgsType
-
setArgsType
-
getArgsValue
-
setArgsValue
-
getIsStatic
-
setIsStatic
-