public abstract class AbstractTestLaunchBean extends java.lang.Object implements TestLaunchBean
TestLaunchBean.
This in addition implements storing of the context reference and test definition name/description.| Constructor and Description |
|---|
AbstractTestLaunchBean() |
| Modifier and Type | Method and Description |
|---|---|
TestLaunchPluginContext |
context()
Provides access to various information like the root directory of the test container.
|
java.lang.String |
getTestDefDescription()
Deprecated.
Since TM 8.6 the info about the test definition description
is not available anymore within the execution.
|
java.lang.String |
getTestDefName()
Must return the name of the test definition this instance is associated to.
|
boolean |
initialize(TestLaunchPluginContext contextAccess)
Called to initialize this instance and provide an access point to obtain infos from the framework context.
|
void |
setTestDefName(java.lang.String testDefName)
Called to supply the name of the test definition to this plugin instance.
|
TestSourceContext |
sourceAccess()
Provides access to local copies of VCS controlled Test Container files.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitexecute, terminatepublic boolean initialize(TestLaunchPluginContext contextAccess)
initialize in interface TestLaunchBeancontextAccess - access to information like the root directory of the test container.public java.lang.String getTestDefName()
TestLaunchBeangetTestDefName in interface TestLaunchBeanpublic void setTestDefName(java.lang.String testDefName)
TestLaunchBeansetTestDefName in interface TestLaunchBeantestDefName - the name of the test definition this instance is associated to.@Deprecated public java.lang.String getTestDefDescription()
public TestLaunchPluginContext context()
public TestSourceContext sourceAccess()
Copyright © Micro Focus 2004-2019. All rights reserved.