|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.pushtotest.testmaker.Console
public class Console
Central console to operate TestMaker
| Method Summary | |
|---|---|
void |
dorun(AgentScript as)
|
org.armedbear.j.Editor |
getEditor()
|
static Console |
getInstance()
|
javax.swing.DefaultListModel |
getListModel()
|
boolean |
getLoadToTest()
|
boolean |
getOutputMode()
|
com.bitmechanic.maxq.ProxyServer |
getProxy()
Returns the Proxy Recorder |
Transformer |
getTransformer()
Dialog box to get details for transforming recorded tests to functional unit test scripts. |
Welcome |
getWelcome()
Returns the Quick Start Helper window, aka Welcome |
javax.swing.ImageIcon |
loadIcon(java.lang.String name)
loadIcon gets an icon from the jar file or current directory |
void |
newAction()
Create a new agent using the New Agent Wizard found in com.pushtotest.testmaker.bui.NewAgentWizard.WizardGui; |
void |
openHelp()
Opens the User Guide page |
void |
openSampleTestAgents()
Opens Help to information on sample test agents |
void |
openSupportOptions()
Opens Help to support options page |
static boolean |
openURL(java.lang.String theurl)
This is a call to BrowserOpener, a GPL library by Stephen Ostermiller at http://ostermiller.org/utils/Browser.html This opens the local browser and opens the URL. |
void |
pauseAction()
Agent -> Pause |
void |
reportOutsideException(java.lang.Throwable ex)
Implements an exception handler for the MaxQ proxy recorder |
void |
runAction()
|
void |
saveState()
Save state to the TestMaker.properties file |
void |
setChartpanel(javax.swing.JPanel chart)
|
void |
setEditor(org.armedbear.j.Editor ed)
|
void |
setListModel(javax.swing.DefaultListModel lm)
|
void |
setLoadToTest(boolean loadValue)
|
void |
setOutput(javax.swing.JTextArea out)
|
void |
setOutputMode(boolean mode)
|
void |
setRunningList(javax.swing.JList arl)
|
void |
setTMFrame(TMFrame mytmf)
|
void |
setTransformer(Transformer myt)
|
void |
setWelcome(Welcome wel)
Sets the Quick Start Helper window, aka Welcome |
void |
showHelp(java.lang.String doc)
|
tcpmon |
showNetWorkMonitor()
Instantiate the network monitor, or make the existing monitor visible |
void |
startController()
Starts the controller |
void |
startFirefox()
Start Firefox browser with TestGen4Web recorder |
void |
startProxyService()
Starts the Agent Recorder proxy service |
void |
startSoapui()
Start soapUI utility |
void |
stopAction()
Agent -> Stop |
void |
uncaughtException(java.lang.Thread T,
java.lang.Throwable e)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public Transformer getTransformer()
public void setTransformer(Transformer myt)
public void setLoadToTest(boolean loadValue)
public boolean getLoadToTest()
public void uncaughtException(java.lang.Thread T,
java.lang.Throwable e)
uncaughtException in interface java.lang.Thread.UncaughtExceptionHandlerpublic static Console getInstance()
public void setEditor(org.armedbear.j.Editor ed)
public org.armedbear.j.Editor getEditor()
public void setListModel(javax.swing.DefaultListModel lm)
public javax.swing.DefaultListModel getListModel()
public void setRunningList(javax.swing.JList arl)
public void setOutput(javax.swing.JTextArea out)
public void setChartpanel(javax.swing.JPanel chart)
public void setOutputMode(boolean mode)
public boolean getOutputMode()
public void startController()
public void startProxyService()
public com.bitmechanic.maxq.ProxyServer getProxy()
public void reportOutsideException(java.lang.Throwable ex)
public tcpmon showNetWorkMonitor()
public void showHelp(java.lang.String doc)
throws java.lang.Exception
java.lang.Exceptionpublic javax.swing.ImageIcon loadIcon(java.lang.String name)
name - Name for the iconpublic void newAction()
public void runAction()
public void dorun(AgentScript as)
public void pauseAction()
public void stopAction()
public void openSampleTestAgents()
public void openSupportOptions()
public void openHelp()
public static boolean openURL(java.lang.String theurl)
public Welcome getWelcome()
public void setWelcome(Welcome wel)
public void setTMFrame(TMFrame mytmf)
public void saveState()
public void startSoapui()
public void startFirefox()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||