|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.junit.runners.model.FrameworkMethod
org.easetech.easytest.runner.EasyFrameworkMethod
public class EasyFrameworkMethod
An extension of FrameworkMethod to introduce custom method name getters and setters.
| Constructor Summary | |
|---|---|
EasyFrameworkMethod(Method method)
Construct a new EasyFrameworkMethod |
|
| Method Summary | |
|---|---|
String |
getName()
Returns the method's name |
void |
setName(String name)
Set the method's name |
| Methods inherited from class org.junit.runners.model.FrameworkMethod |
|---|
equals, getAnnotation, getAnnotations, getMethod, hashCode, invokeExplosively, isShadowedBy, producesType, validateNoTypeParametersOnArgs, validatePublicVoid, validatePublicVoidNoArg |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EasyFrameworkMethod(Method method)
method - the method| Method Detail |
|---|
public String getName()
getName in class org.junit.runners.model.FrameworkMethodpublic void setName(String name)
name - the name of the method to set.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||