public class EasyFrameworkMethod
extends org.junit.runners.model.FrameworkMethod
FrameworkMethod to introduce custom method name getters and setters.| Constructor and Description |
|---|
EasyFrameworkMethod(Method method,
Map<String,Object> testData,
TestResultBean testResult,
String methodNameForTestData)
Construct a new EasyFrameworkMethod
|
| Modifier and Type | Method and Description |
|---|---|
String |
getMethodNameForTestData() |
String |
getName()
Returns the method's name
|
Map<String,Object> |
getTestData() |
TestResultBean |
getTestResult() |
void |
setName(String name)
Set the method's name
|
public String getMethodNameForTestData()
public String getName()
getName in class org.junit.runners.model.FrameworkMethodpublic void setName(String name)
name - the name of the method to set.public TestResultBean getTestResult()
Copyright © 2014. All rights reserved.