public class TestCompleteCOMManagerImpl extends Object implements TestComplete.COMManager, TestComplete.COMManagerInternal
| Modifier and Type | Field and Description |
|---|---|
protected static MessageSupport |
messages |
| Constructor and Description |
|---|
TestCompleteCOMManagerImpl() |
TestCompleteCOMManagerImpl(String version) |
| Modifier and Type | Method and Description |
|---|---|
TestComplete.IntegrationManager |
getIntegration()
Returns the IntegrationManager object.
|
TestComplete.BaseManager |
getManager()
Returns the TestComplete main object.
|
protected String |
getProgId() |
protected String |
getUnableToCreateErrorText() |
protected String |
getVersion() |
boolean |
getVisible()
Specifies whether the application is visible.
|
boolean |
hasRunningInstance()
Checks whether an instance of the TestComplete or TestExecute already started.
|
boolean |
isConnectedToRunningInstance()
Indicates that this instance of the manager have been connected to the already running instance of the TestComplete or TestExecute.
|
void |
quit()
Closes the application.
|
void |
setVisible(boolean value)
Specifies whether the application is visible.
|
protected static final MessageSupport messages
public TestCompleteCOMManagerImpl()
public TestCompleteCOMManagerImpl(String version)
protected String getVersion()
protected String getProgId()
protected String getUnableToCreateErrorText()
public boolean hasRunningInstance()
TestComplete.COMManagerInternalhasRunningInstance in interface TestComplete.COMManagerInternalpublic boolean isConnectedToRunningInstance()
TestComplete.COMManagerInternalisConnectedToRunningInstance in interface TestComplete.COMManagerInternalpublic TestComplete.BaseManager getManager() throws TestCompleteIntegrationException
TestComplete.COMManagergetManager in interface TestComplete.COMManagerTestCompleteIntegrationExceptionpublic TestComplete.IntegrationManager getIntegration() throws TestCompleteIntegrationException
TestComplete.COMManagergetIntegration in interface TestComplete.COMManagerTestCompleteIntegrationExceptionpublic boolean getVisible()
throws TestCompleteIntegrationException
TestComplete.COMManagergetVisible in interface TestComplete.COMManagerTestCompleteIntegrationExceptionpublic void setVisible(boolean value)
throws TestCompleteIntegrationException
TestComplete.COMManagersetVisible in interface TestComplete.COMManagerTestCompleteIntegrationExceptionpublic void quit()
throws TestCompleteIntegrationException
TestComplete.COMManagerquit in interface TestComplete.COMManagerTestCompleteIntegrationExceptionCopyright © 2019. All rights reserved.