ariba.ui.aribaweb.test
Class AnnotationUtil
java.lang.Object
ariba.ui.aribaweb.test.AnnotationUtil
public class AnnotationUtil
- extends Object
|
Method Summary |
static Object |
createObject(AWRequestContext requestContext,
Class c)
|
static String |
getAnnotationName(Annotation annotation)
|
static String |
getAnnotationSuperType(Annotation annotation)
|
static String |
getAnnotationTypeList(Annotation annotation)
|
static String |
getDescription(Annotation annotation)
|
static Object |
getObjectToInvoke(AWRequestContext requestContext,
Method method)
|
static void |
initializePageTestParams(AWRequestContext requestContext,
AWResponseGenerating page)
|
static Object |
invokeMethod(AWRequestContext requestContext,
TestContext testContext,
Method method,
Object onObject)
|
static Object |
invokeMethod(AWRequestContext requestContext,
TestContext testContext,
Method method,
Object onObject,
Object objectForValidation)
|
static Object |
invokeMethod(Method method,
Object onObject,
Object[] args)
|
AnnotationUtil
public AnnotationUtil()
getAnnotationTypeList
public static String getAnnotationTypeList(Annotation annotation)
getAnnotationSuperType
public static String getAnnotationSuperType(Annotation annotation)
getAnnotationName
public static String getAnnotationName(Annotation annotation)
getDescription
public static String getDescription(Annotation annotation)
getObjectToInvoke
public static Object getObjectToInvoke(AWRequestContext requestContext,
Method method)
invokeMethod
public static Object invokeMethod(AWRequestContext requestContext,
TestContext testContext,
Method method,
Object onObject)
invokeMethod
public static Object invokeMethod(AWRequestContext requestContext,
TestContext testContext,
Method method,
Object onObject,
Object objectForValidation)
invokeMethod
public static Object invokeMethod(Method method,
Object onObject,
Object[] args)
createObject
public static Object createObject(AWRequestContext requestContext,
Class c)
initializePageTestParams
public static void initializePageTestParams(AWRequestContext requestContext,
AWResponseGenerating page)
AribaWeb User Interface Development Framework
Copyright © 2000-2009 Ariba, Inc. All Rights Reserved.