|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.junit.runners.model.FrameworkMethod
org.sonatype.tests.http.runner.junit.ConfiguratorMethod
public class ConfiguratorMethod
Constructor Summary | |
---|---|
ConfiguratorMethod(Method method,
SuiteConfigurator cfg)
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
SuiteConfigurator |
getConfigurator()
|
String |
getName()
|
int |
hashCode()
|
String |
toString()
|
Methods inherited from class org.junit.runners.model.FrameworkMethod |
---|
getAnnotation, getAnnotations, getMethod, invokeExplosively, isShadowedBy, producesType, validatePublicVoid, validatePublicVoidNoArg |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ConfiguratorMethod(Method method, SuiteConfigurator cfg)
Method Detail |
---|
public SuiteConfigurator getConfigurator()
public String getName()
getName
in class org.junit.runners.model.FrameworkMethod
public String toString()
toString
in class Object
public int hashCode()
hashCode
in class org.junit.runners.model.FrameworkMethod
public boolean equals(Object obj)
equals
in class org.junit.runners.model.FrameworkMethod
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |