ariba.ui.aribaweb.test
Class TestLinkManager

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

public class TestLinkManager
extends Object


Constructor Summary
TestLinkManager()
           
 
Method Summary
 Map<Annotation,AnnotatedElement> annotationsForClass(String className)
           
static void forceClassLoad()
           
 List<TestInspectorLink> getObjectInspectors(Object object)
           
 List<Category> getTestCategoryList()
           
 TestSessionSetup getTestSessionSetup()
           
 boolean hasObjectInspectors(Object object)
           
static void initialize(TestSessionSetup testSessionSetup)
           
static TestLinkManager instance()
           
 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()

instance

public static final TestLinkManager instance()

annotationsForClass

public Map<Annotation,AnnotatedElement> annotationsForClass(String className)

hasObjectInspectors

public boolean hasObjectInspectors(Object object)

getObjectInspectors

public List<TestInspectorLink> getObjectInspectors(Object object)

getTestCategoryList

public List<Category> getTestCategoryList()


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