ariba.ui.aribaweb.test
Class TestLinkManager

java.lang.Object
  extended by ariba.ui.aribaweb.test.TestLinkManager

public class TestLinkManager
extends java.lang.Object


Constructor Summary
TestLinkManager()
           
 
Method Summary
 java.util.Map<java.lang.annotation.Annotation,java.lang.reflect.AnnotatedElement> annotationsForClass(java.lang.String className)
           
static void forceClassLoad()
           
 java.util.List<TestInspectorLink> getObjectInspectors(java.lang.Object object)
           
 java.util.List<Category> getTestCategoryList()
           
 TestLinkClickCallback getTestLinkClickCallback()
           
 TestSessionSetup getTestSessionSetup()
           
 boolean hasObjectInspectors(java.lang.Object object)
           
static void initialize(TestSessionSetup testSessionSetup)
           
static TestLinkManager instance()
           
 void registerTestLinkClickCallback(TestLinkClickCallback testLinkClickCallback)
           
 void registerTestSessionSetup(TestSessionSetup testSessionSetup)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestLinkManager

public TestLinkManager()
Method Detail

forceClassLoad

public static void forceClassLoad()

initialize

public static void initialize(TestSessionSetup testSessionSetup)

registerTestSessionSetup

public void registerTestSessionSetup(TestSessionSetup testSessionSetup)

getTestSessionSetup

public TestSessionSetup getTestSessionSetup()

registerTestLinkClickCallback

public void registerTestLinkClickCallback(TestLinkClickCallback testLinkClickCallback)

getTestLinkClickCallback

public TestLinkClickCallback getTestLinkClickCallback()

instance

public static final TestLinkManager instance()

annotationsForClass

public java.util.Map<java.lang.annotation.Annotation,java.lang.reflect.AnnotatedElement> annotationsForClass(java.lang.String className)

hasObjectInspectors

public boolean hasObjectInspectors(java.lang.Object object)

getObjectInspectors

public java.util.List<TestInspectorLink> getObjectInspectors(java.lang.Object object)

getTestCategoryList

public java.util.List<Category> getTestCategoryList()


AribaWeb User Interface Development Framework
Copyright © 2000-2014 Ariba, Inc. All Rights Reserved.