org.sonatype.tests.http.runner.junit
Class ConfiguratorMethod

java.lang.Object
  extended by org.junit.runners.model.FrameworkMethod
      extended by org.sonatype.tests.http.runner.junit.ConfiguratorMethod

public class ConfiguratorMethod
extends org.junit.runners.model.FrameworkMethod

Author:
Benjamin Hanzelmann

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

ConfiguratorMethod

public ConfiguratorMethod(Method method,
                          SuiteConfigurator cfg)
Method Detail

getConfigurator

public SuiteConfigurator getConfigurator()

getName

public String getName()
Overrides:
getName in class org.junit.runners.model.FrameworkMethod

toString

public String toString()
Overrides:
toString in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class org.junit.runners.model.FrameworkMethod

equals

public boolean equals(Object obj)
Overrides:
equals in class org.junit.runners.model.FrameworkMethod


Copyright © 2010-2012 Sonatype, Inc.. All Rights Reserved.