public static class CitrusJUnit4Runner.CitrusFrameworkMethod
extends org.junit.runners.model.FrameworkMethod
CitrusTest
or CitrusXmlTest
annotation. This way
execution can decide which test to invoke when annotation has more than one test name defined or package scan is
used in annotation.Constructor and Description |
---|
CitrusFrameworkMethod(Method method,
String testName,
String packageName)
Returns a new
FrameworkMethod for method |
Modifier and Type | Method and Description |
---|---|
Object |
getAttribute(String key)
Gets attribute value from framework method.
|
String |
getPackageName()
Gets the test package name.
|
String |
getTestName()
Gets the test name.
|
void |
setAttribute(String key,
Object value)
Adds attribute value to framework method.
|
equals, getAnnotation, getAnnotations, getDeclaringClass, getMethod, getModifiers, getName, getReturnType, getType, hashCode, invokeExplosively, isShadowedBy, producesType, toString, validateNoTypeParametersOnArgs, validatePublicVoid, validatePublicVoidNoArg
Copyright © 2008–2017 ConSol Software GmbH. All rights reserved.