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.COMManagerInternal
hasRunningInstance
in interface TestComplete.COMManagerInternal
public boolean isConnectedToRunningInstance()
TestComplete.COMManagerInternal
isConnectedToRunningInstance
in interface TestComplete.COMManagerInternal
public TestComplete.BaseManager getManager() throws TestCompleteIntegrationException
TestComplete.COMManager
getManager
in interface TestComplete.COMManager
TestCompleteIntegrationException
public TestComplete.IntegrationManager getIntegration() throws TestCompleteIntegrationException
TestComplete.COMManager
getIntegration
in interface TestComplete.COMManager
TestCompleteIntegrationException
public boolean getVisible() throws TestCompleteIntegrationException
TestComplete.COMManager
getVisible
in interface TestComplete.COMManager
TestCompleteIntegrationException
public void setVisible(boolean value) throws TestCompleteIntegrationException
TestComplete.COMManager
setVisible
in interface TestComplete.COMManager
TestCompleteIntegrationException
public void quit() throws TestCompleteIntegrationException
TestComplete.COMManager
quit
in interface TestComplete.COMManager
TestCompleteIntegrationException
Copyright © 2019. All rights reserved.