org.jnario.runner.internal
Class NamedFrameworkMethod

java.lang.Object
  extended by org.junit.runners.model.FrameworkMethod
      extended by org.jnario.runner.internal.NamedFrameworkMethod

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

Author:
Sebastian Benz - Initial contribution and API

Constructor Summary
NamedFrameworkMethod(Method method, String name)
           
 
Method Summary
 String getName()
           
 
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

NamedFrameworkMethod

public NamedFrameworkMethod(Method method,
                            String name)
Method Detail

getName

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


Copyright © 2012-2013 BMW Car IT. All Rights Reserved.