A C D E G H I J L M N O P R S T U V

A

AbstractCodeGenerator - Class in com.bitmechanic.maxq.generator
Abstract class providing general useful utility methods for code generation.
AbstractCodeGenerator(IScriptAdapter, String[]) - Constructor for class com.bitmechanic.maxq.generator.AbstractCodeGenerator
 
accept - Variable in class com.bitmechanic.maxq.HttpRequestHeader
A list of mime types the client can accept.
Action - Class in com.bitmechanic.maxq
Class that represents a single request that has been recorded by the ProxyRecorder.
Action() - Constructor for class com.bitmechanic.maxq.Action
 
actionPerformed(ActionEvent) - Method in class com.bitmechanic.maxq.PrefsDialog
 
actionPerformed(ActionEvent) - Method in class com.bitmechanic.maxq.RunTestDialog
 
actionPerformed(ActionEvent) - Method in class com.bitmechanic.maxq.SwingMain
 
addBodyParam(Param) - Method in class com.bitmechanic.maxq.Action
 
addHeader(HeaderValue) - Method in class com.bitmechanic.maxq.Action
 
addObserver(ProxyServer.Observer) - Method in class com.bitmechanic.maxq.ProxyServer
 
addPythonPath(String) - Method in class com.bitmechanic.maxq.Config
 
addQueryStringParam(Param) - Method in class com.bitmechanic.maxq.Action
 
append(String) - Method in interface com.bitmechanic.maxq.IScriptAdapter
Appends the given text to the end of the model.
append(String) - Method in class com.bitmechanic.maxq.JTextAreaTestScriptAdapter
 
assertNumber - Variable in class com.bitmechanic.maxq.generator.AbstractCodeGenerator
 
authorization - Variable in class com.bitmechanic.maxq.HttpRequestHeader
The clients authorization.

C

client - Variable in class com.bitmechanic.maxq.HttpTestCase
 
close() - Method in class com.bitmechanic.maxq.DBUtil
Closes the JDBC Connection associated with this instance.
close() - Method in class com.bitmechanic.maxq.generator.AbstractCodeGenerator
Necessary because the thread started in the constructor will otherwise never exit.
close() - Method in interface com.bitmechanic.maxq.generator.IScriptGenerator
Called when a generator is no longer needed.
close() - Method in class com.bitmechanic.maxq.generator.TemplateCodeGenerator
Called when a generator is no longer needed.
close() - Method in class com.bitmechanic.maxq.Test
Called when this instance is no longer required.
com.bitmechanic.maxq - package com.bitmechanic.maxq
 
com.bitmechanic.maxq.generator - package com.bitmechanic.maxq.generator
 
CompactGenerator - Class in com.bitmechanic.maxq.generator
This class generates scripts in the format required by the CompactTest base class.
CompactGenerator(IScriptAdapter) - Constructor for class com.bitmechanic.maxq.generator.CompactGenerator
 
completeInit() - Method in class com.bitmechanic.maxq.Config
Call this when all configuration options have been set.
Config - Class in com.bitmechanic.maxq
This singleton class stores all config information for MAXQ.
Config.ProxySettings - Class in com.bitmechanic.maxq
This class represents the settings for the proxy *THAT MAXQ USES*.
Config.ProxySettings() - Constructor for class com.bitmechanic.maxq.Config.ProxySettings
 
contentLength - Variable in class com.bitmechanic.maxq.HttpRequestHeader
The length of the content following the header.
contentType - Variable in class com.bitmechanic.maxq.HttpRequestHeader
The type of content following the request header.
createStatement(String) - Method in class com.bitmechanic.maxq.generator.JavaCodeGenerator
Returns the supplied string left padded

D

data - Variable in class com.bitmechanic.maxq.HttpTestCase
 
DBUtil - Class in com.bitmechanic.maxq
Utility class used to simplify database operations from within MaxQ python scripts.
DBUtil(String, String, String, String) - Constructor for class com.bitmechanic.maxq.DBUtil
Opens a database connection using the parameters provided.
DBUtil(String, String, Properties) - Constructor for class com.bitmechanic.maxq.DBUtil
Oopens a database connection using the properties provided.
doAssertResponse(String) - Method in class com.bitmechanic.maxq.generator.AbstractCodeGenerator
 
doAssertResponse(String) - Method in class com.bitmechanic.maxq.generator.CompactGenerator
 
doAssertResponse(String) - Method in class com.bitmechanic.maxq.generator.IsacCodeGenerator
 
doAssertResponse(String) - Method in class com.bitmechanic.maxq.generator.JavaCodeGenerator
 
doAssertResponse(String) - Method in class com.bitmechanic.maxq.generator.JythonCodeGenerator
 
doAssertResponse(String) - Method in class com.bitmechanic.maxq.generator.SampleGenerator
 
doBodyParameterList(Param[]) - Method in class com.bitmechanic.maxq.generator.AbstractCodeGenerator
 
doBodyParameterList(Param[]) - Method in class com.bitmechanic.maxq.generator.CompactGenerator
 
doBodyParameterList(Param[]) - Method in class com.bitmechanic.maxq.generator.IsacCodeGenerator
 
doBodyParameterList(Param[]) - Method in class com.bitmechanic.maxq.generator.JavaCodeGenerator
 
doBodyParameterList(Param[]) - Method in class com.bitmechanic.maxq.generator.JythonCodeGenerator
 
doBodyParameterList(Param[]) - Method in class com.bitmechanic.maxq.generator.SampleGenerator
 
doCallUrl(String, String, String, String) - Method in class com.bitmechanic.maxq.generator.AbstractCodeGenerator
 
doCallUrl(String, String, String, String) - Method in class com.bitmechanic.maxq.generator.CompactGenerator
 
doCallUrl(String, String, String, String) - Method in class com.bitmechanic.maxq.generator.IsacCodeGenerator
 
doCallUrl(String, String, String, String) - Method in class com.bitmechanic.maxq.generator.JavaCodeGenerator
 
doCallUrl(String, String, String, String) - Method in class com.bitmechanic.maxq.generator.JythonCodeGenerator
 
doCallUrl(String, String, String, String) - Method in class com.bitmechanic.maxq.generator.SampleGenerator
 
doClose() - Method in class com.bitmechanic.maxq.generator.IsacCodeGenerator
 
doClose() - Method in class com.bitmechanic.maxq.generator.SampleGenerator
 
doEndTransaction() - Method in class com.bitmechanic.maxq.generator.AbstractCodeGenerator
Called after all other calls for a particular transaction (request + response).
doEndTransaction() - Method in class com.bitmechanic.maxq.generator.CompactGenerator
 
doEndTransaction() - Method in class com.bitmechanic.maxq.generator.IsacCodeGenerator
 
doEndTransaction() - Method in class com.bitmechanic.maxq.generator.JavaCodeGenerator
 
doEndTransaction() - Method in class com.bitmechanic.maxq.generator.JythonCodeGenerator
Appends an EOL char to scriptAdapter
doEndTransaction() - Method in class com.bitmechanic.maxq.generator.SampleGenerator
 
doHeaders(HeaderValue[]) - Method in class com.bitmechanic.maxq.generator.AbstractCodeGenerator
 
doHeaders(HeaderValue[]) - Method in class com.bitmechanic.maxq.generator.CompactGenerator
 
doHeaders(HeaderValue[]) - Method in class com.bitmechanic.maxq.generator.IsacCodeGenerator
 
doHeaders(HeaderValue[]) - Method in class com.bitmechanic.maxq.generator.JavaCodeGenerator
 
doHeaders(HeaderValue[]) - Method in class com.bitmechanic.maxq.generator.JythonCodeGenerator
 
doHeaders(HeaderValue[]) - Method in class com.bitmechanic.maxq.generator.SampleGenerator
 
doLoad() - Method in class com.bitmechanic.maxq.generator.AbstractCodeGenerator
 
doLoad() - Method in interface com.bitmechanic.maxq.generator.IScriptGenerator
Called after a new script has been loaded from file.
doLoad() - Method in class com.bitmechanic.maxq.generator.JavaCodeGenerator
 
doLoad() - Method in class com.bitmechanic.maxq.generator.TemplateCodeGenerator
Called after a new script has been loaded from file.
doNew() - Method in class com.bitmechanic.maxq.generator.CompactGenerator
 
doNew() - Method in class com.bitmechanic.maxq.generator.IsacCodeGenerator
 
doNew() - Method in interface com.bitmechanic.maxq.generator.IScriptGenerator
Called when a new script needs to be begun.
doNew() - Method in class com.bitmechanic.maxq.generator.JavaCodeGenerator
 
doNew() - Method in class com.bitmechanic.maxq.generator.JythonCodeGenerator
 
doNew() - Method in class com.bitmechanic.maxq.generator.SampleGenerator
 
doNew() - Method in class com.bitmechanic.maxq.generator.TemplateCodeGenerator
Called when a new script needs to be begun.
doParameterList(Param[]) - Method in class com.bitmechanic.maxq.generator.AbstractCodeGenerator
Implementer must add script code for the parameters provided.
doParameterList(Param[]) - Method in class com.bitmechanic.maxq.generator.CompactGenerator
 
doParameterList(Param[]) - Method in class com.bitmechanic.maxq.generator.IsacCodeGenerator
 
doParameterList(Param[]) - Method in class com.bitmechanic.maxq.generator.JavaCodeGenerator
 
doParameterList(Param[]) - Method in class com.bitmechanic.maxq.generator.JythonCodeGenerator
 
doParameterList(Param[]) - Method in class com.bitmechanic.maxq.generator.SampleGenerator
 
doQueryStringParameterList(Param[]) - Method in class com.bitmechanic.maxq.generator.AbstractCodeGenerator
 
doQueryStringParameterList(Param[]) - Method in class com.bitmechanic.maxq.generator.CompactGenerator
 
doQueryStringParameterList(Param[]) - Method in class com.bitmechanic.maxq.generator.IsacCodeGenerator
 
doQueryStringParameterList(Param[]) - Method in class com.bitmechanic.maxq.generator.JavaCodeGenerator
 
doQueryStringParameterList(Param[]) - Method in class com.bitmechanic.maxq.generator.JythonCodeGenerator
 
doQueryStringParameterList(Param[]) - Method in class com.bitmechanic.maxq.generator.SampleGenerator
 
doResponseForFile() - Method in class com.bitmechanic.maxq.generator.AbstractCodeGenerator
 
doResponseForFile() - Method in class com.bitmechanic.maxq.generator.CompactGenerator
 
doResponseForFile() - Method in class com.bitmechanic.maxq.generator.IsacCodeGenerator
 
doResponseForFile() - Method in class com.bitmechanic.maxq.generator.JavaCodeGenerator
 
doResponseForFile() - Method in class com.bitmechanic.maxq.generator.JythonCodeGenerator
 
doResponseForFile() - Method in class com.bitmechanic.maxq.generator.SampleGenerator
 
doResponseForStdOut(String) - Method in class com.bitmechanic.maxq.generator.AbstractCodeGenerator
 
doResponseForStdOut(String) - Method in class com.bitmechanic.maxq.generator.CompactGenerator
 
doResponseForStdOut(String) - Method in class com.bitmechanic.maxq.generator.IsacCodeGenerator
 
doResponseForStdOut(String) - Method in class com.bitmechanic.maxq.generator.JavaCodeGenerator
 
doResponseForStdOut(String) - Method in class com.bitmechanic.maxq.generator.JythonCodeGenerator
 
doResponseForStdOut(String) - Method in class com.bitmechanic.maxq.generator.SampleGenerator
 
doSave(String, String) - Method in class com.bitmechanic.maxq.generator.AbstractCodeGenerator
When a script is saved we update the name of the script embedded within it.
doSave(String, String) - Method in interface com.bitmechanic.maxq.generator.IScriptGenerator
Notifies the generator that the script is about to be saved.
doSave(String, String) - Method in class com.bitmechanic.maxq.generator.JavaCodeGenerator
 
doSave(String, String) - Method in class com.bitmechanic.maxq.generator.TemplateCodeGenerator
Notifies the generator that the script is about to be saved.
doSetCharset(String) - Method in class com.bitmechanic.maxq.generator.AbstractCodeGenerator
Called when the character set for POST requests changes.
doSetCharset(String) - Method in class com.bitmechanic.maxq.generator.CompactGenerator
 
doSetCharset(String) - Method in class com.bitmechanic.maxq.generator.IsacCodeGenerator
 
doSetCharset(String) - Method in class com.bitmechanic.maxq.generator.JavaCodeGenerator
 
doSetCharset(String) - Method in class com.bitmechanic.maxq.generator.JythonCodeGenerator
 
doSetCharset(String) - Method in class com.bitmechanic.maxq.generator.SampleGenerator
 
doSetData(String) - Method in class com.bitmechanic.maxq.generator.AbstractCodeGenerator
 
doSetData(String) - Method in class com.bitmechanic.maxq.generator.CompactGenerator
 
doSetData(String) - Method in class com.bitmechanic.maxq.generator.IsacCodeGenerator
 
doSetData(String) - Method in class com.bitmechanic.maxq.generator.JavaCodeGenerator
 
doSetData(String) - Method in class com.bitmechanic.maxq.generator.JythonCodeGenerator
 
doSetData(String) - Method in class com.bitmechanic.maxq.generator.SampleGenerator
 
doStartRecording() - Method in class com.bitmechanic.maxq.generator.CompactGenerator
 
doStartRecording() - Method in class com.bitmechanic.maxq.generator.IsacCodeGenerator
 
doStartRecording() - Method in interface com.bitmechanic.maxq.generator.IScriptGenerator
Called before any processRequest() calls.
doStartRecording() - Method in class com.bitmechanic.maxq.generator.JavaCodeGenerator
 
doStartRecording() - Method in class com.bitmechanic.maxq.generator.JythonCodeGenerator
 
doStartRecording() - Method in class com.bitmechanic.maxq.generator.SampleGenerator
 
doStartRecording() - Method in class com.bitmechanic.maxq.generator.TemplateCodeGenerator
Called before any processRequest() calls.
doStopRecording() - Method in class com.bitmechanic.maxq.generator.CompactGenerator
 
doStopRecording() - Method in class com.bitmechanic.maxq.generator.IsacCodeGenerator
 
doStopRecording() - Method in interface com.bitmechanic.maxq.generator.IScriptGenerator
Called after the last processResponse() call, but may be followed by another doStartRecording() to start the process over again.
doStopRecording() - Method in class com.bitmechanic.maxq.generator.JavaCodeGenerator
 
doStopRecording() - Method in class com.bitmechanic.maxq.generator.JythonCodeGenerator
 
doStopRecording() - Method in class com.bitmechanic.maxq.generator.SampleGenerator
 
doStopRecording() - Method in class com.bitmechanic.maxq.generator.TemplateCodeGenerator
Called after the last processResponse() call, but may be followed by another doStartRecording() to start the process over again.
doTestUrlMessage(String) - Method in class com.bitmechanic.maxq.generator.AbstractCodeGenerator
 
doTestUrlMessage(String) - Method in class com.bitmechanic.maxq.generator.CompactGenerator
 
doTestUrlMessage(String) - Method in class com.bitmechanic.maxq.generator.IsacCodeGenerator
 
doTestUrlMessage(String) - Method in class com.bitmechanic.maxq.generator.JavaCodeGenerator
 
doTestUrlMessage(String) - Method in class com.bitmechanic.maxq.generator.JythonCodeGenerator
 
doTestUrlMessage(String) - Method in class com.bitmechanic.maxq.generator.SampleGenerator
 
doTidyCode(String) - Method in class com.bitmechanic.maxq.generator.AbstractCodeGenerator
 
doTidyCode(String) - Method in class com.bitmechanic.maxq.generator.CompactGenerator
 
doTidyCode(String) - Method in class com.bitmechanic.maxq.generator.IsacCodeGenerator
 
doTidyCode(String) - Method in class com.bitmechanic.maxq.generator.JavaCodeGenerator
 
doTidyCode(String) - Method in class com.bitmechanic.maxq.generator.JythonCodeGenerator
 
doTidyCode(String) - Method in class com.bitmechanic.maxq.generator.SampleGenerator
 

E

END_STATEMENT - Static variable in class com.bitmechanic.maxq.generator.AbstractCodeGenerator
 
ENTITY_ALLOW - Static variable in class com.bitmechanic.maxq.HeaderValue
 
ENTITY_CONTENT_ENCODING - Static variable in class com.bitmechanic.maxq.HeaderValue
 
ENTITY_CONTENT_LANGUAGE - Static variable in class com.bitmechanic.maxq.HeaderValue
 
ENTITY_CONTENT_LENGHT - Static variable in class com.bitmechanic.maxq.HeaderValue
 
ENTITY_CONTENT_LOCATION - Static variable in class com.bitmechanic.maxq.HeaderValue
 
ENTITY_CONTENT_MD5 - Static variable in class com.bitmechanic.maxq.HeaderValue
 
ENTITY_CONTENT_RANGE - Static variable in class com.bitmechanic.maxq.HeaderValue
 
ENTITY_CONTENT_TYPE - Static variable in class com.bitmechanic.maxq.HeaderValue
 
ENTITY_EXPIRES - Static variable in class com.bitmechanic.maxq.HeaderValue
 
ENTITY_LAST_MODIFIED - Static variable in class com.bitmechanic.maxq.HeaderValue
 
EOL - Static variable in interface com.bitmechanic.maxq.generator.IScriptGenerator
 
escapeParam(String) - Method in class com.bitmechanic.maxq.generator.TemplateLogic
Escape a form parameter value in a way suitable for a String literal.
execute(String) - Method in class com.bitmechanic.maxq.DBUtil
Executes the INSERT/UPDATE/DELETE statement passed in.

G

GENERAL_CACHE_CONTROL - Static variable in class com.bitmechanic.maxq.HeaderValue
 
GENERAL_CONNECTION - Static variable in class com.bitmechanic.maxq.HeaderValue
 
GENERAL_DATE - Static variable in class com.bitmechanic.maxq.HeaderValue
 
GENERAL_PRAGMA - Static variable in class com.bitmechanic.maxq.HeaderValue
 
GENERAL_TRAILER - Static variable in class com.bitmechanic.maxq.HeaderValue
 
GENERAL_TRANSFER_ENC - Static variable in class com.bitmechanic.maxq.HeaderValue
 
GENERAL_UPGRADE - Static variable in class com.bitmechanic.maxq.HeaderValue
 
GENERAL_VIA - Static variable in class com.bitmechanic.maxq.HeaderValue
 
GENERAL_WARNING - Static variable in class com.bitmechanic.maxq.HeaderValue
 
GENERATOR_CLASSNAMES_PROPERTY - Static variable in class com.bitmechanic.maxq.generator.GeneratorFactory
property specifying the name of the test script class to use.
GeneratorFactory - Class in com.bitmechanic.maxq.generator
Factory for IScriptGenerator instances.
get(String) - Method in class com.bitmechanic.maxq.HttpTestCase
 
get(String, Object[]) - Method in class com.bitmechanic.maxq.HttpTestCase
 
getAllParameters() - Method in class com.bitmechanic.maxq.generator.Interchange
Returns the allParamters.
getBaseUrl() - Method in class com.bitmechanic.maxq.generator.Interchange
Returns the base url.
getBaseUrl() - Method in class com.bitmechanic.maxq.generator.TemplateLogic
Returns the applications base URL.
getBodyParamCount() - Method in class com.bitmechanic.maxq.Action
 
getBodyParams() - Method in class com.bitmechanic.maxq.Action
 
getClassDescription(String) - Static method in class com.bitmechanic.maxq.generator.GeneratorFactory
Returns a description of the generator in className, for use in the GUI.
getClasses() - Static method in class com.bitmechanic.maxq.generator.GeneratorFactory
Returns a list of class names to offer the user as generators.
getConfig() - Static method in class com.bitmechanic.maxq.Config
 
getConfig() - Method in class com.bitmechanic.maxq.generator.TemplateLogic
Returns the MaxQ config.
getConnection() - Method in class com.bitmechanic.maxq.DBUtil
Returns the JDBC Connection object associated with this object.
getContentType() - Method in class com.bitmechanic.maxq.generator.Interchange
Returns the contentType.
getCurrentPath() - Method in class com.bitmechanic.maxq.Test
 
getDefaultTestName() - Method in class com.bitmechanic.maxq.generator.AbstractCodeGenerator
 
getDelayTime() - Method in class com.bitmechanic.maxq.Action
 
getDriverPkgName() - Static method in class com.bitmechanic.maxq.Config
 
getExcludePatterns() - Method in class com.bitmechanic.maxq.Config
 
getExist() - Method in class com.bitmechanic.maxq.Config
 
getExpectedResult() - Method in class com.bitmechanic.maxq.Action
 
getExpectedSize() - Method in class com.bitmechanic.maxq.Action
 
getFormByParameterNames(HTMLSegment, Map) - Method in class com.bitmechanic.maxq.generator.HttpUnitTemplateLogic
Guesses the submitted form using the names of the POST parameters in the next request.
getForms(HTMLSegment) - Method in class com.bitmechanic.maxq.generator.HttpUnitTemplateLogic
Returns all the forms contained in the given page.
getGeneratorDescription() - Static method in class com.bitmechanic.maxq.generator.CompactGenerator
 
getGeneratorDescription() - Static method in class com.bitmechanic.maxq.generator.IsacCodeGenerator
Return the description of the Generator.
getGeneratorDescription() - Static method in class com.bitmechanic.maxq.generator.JythonCodeGenerator
 
getGeneratorDescription() - Static method in class com.bitmechanic.maxq.generator.TemplateCodeGenerator
Returns brief description of the generator.
getGetParameters() - Method in class com.bitmechanic.maxq.generator.Interchange
Returns the getParameters.
getHeader() - Method in class com.bitmechanic.maxq.HeaderValue
 
getHeaderCount() - Method in class com.bitmechanic.maxq.Action
 
getHeaderField(String) - Method in class com.bitmechanic.maxq.generator.HttpUnitTemplateLogic.InPlaceResponse
Returns the value for the specified header field.
getHeaderFieldNames() - Method in class com.bitmechanic.maxq.generator.HttpUnitTemplateLogic.InPlaceResponse
Returns the header names.
getHeaderFields(String) - Method in class com.bitmechanic.maxq.generator.HttpUnitTemplateLogic.InPlaceResponse
Returns the values of the specified header.
getHeaders() - Method in class com.bitmechanic.maxq.Action
 
getHost() - Method in class com.bitmechanic.maxq.Config.ProxySettings
 
getHttpStatus(int) - Static method in class com.bitmechanic.maxq.generator.HttpStatusMap
 
getIncludePatterns() - Method in class com.bitmechanic.maxq.Config
 
getLibDir() - Method in class com.bitmechanic.maxq.Preferences
 
getLinkIds(HTMLSegment, String) - Method in class com.bitmechanic.maxq.generator.HttpUnitTemplateLogic
Returns list of IDs of the links that have hrefs containd in the specified URL.
getLinkTexts(HTMLSegment, String) - Method in class com.bitmechanic.maxq.generator.HttpUnitTemplateLogic
Returns list of texts of the links that have hrefs containd in the specified URL.
getMethod() - Method in class com.bitmechanic.maxq.Action
 
getMethod() - Method in class com.bitmechanic.maxq.generator.Interchange
Returns the method.
getMethod() - Method in class com.bitmechanic.maxq.HttpTestCase
 
getMultiPartData() - Method in class com.bitmechanic.maxq.Action
 
getParams() - Method in class com.bitmechanic.maxq.Action
Return query string and body parameter merged.
getParams(String) - Static method in class com.bitmechanic.maxq.Utils
 
getParamsCount() - Method in class com.bitmechanic.maxq.Action
 
getPort() - Method in class com.bitmechanic.maxq.Config
 
getPort() - Method in class com.bitmechanic.maxq.Config.ProxySettings
 
getPort() - Method in class com.bitmechanic.maxq.Preferences
 
getPostButtonId(WebForm) - Method in class com.bitmechanic.maxq.generator.HttpUnitTemplateLogic
Returns list of IDs of the buttons that can possibly submit a form using JavaScript.
getPostButtonIndices(WebForm) - Method in class com.bitmechanic.maxq.generator.HttpUnitTemplateLogic
Returns list of indices of the buttons that can possibly submit a form using JavaScript.
getPostLinkIds(HTMLSegment) - Method in class com.bitmechanic.maxq.generator.HttpUnitTemplateLogic
Returns IDs of all links in the page that execute JavaScript code.
getPostLinkTexts(HTMLSegment) - Method in class com.bitmechanic.maxq.generator.HttpUnitTemplateLogic
Returns texts of all links in the page that execute JavaScript code.
getPostParameters() - Method in class com.bitmechanic.maxq.generator.Interchange
Returns the postParameters.
getPostSubmitButton(WebForm, Map) - Method in class com.bitmechanic.maxq.generator.HttpUnitTemplateLogic
Guesses the clicked submit button in a form, based on the POST parameters in the next request.
getPostSubmitButtonIndices(WebForm) - Method in class com.bitmechanic.maxq.generator.HttpUnitTemplateLogic
Returns the indices of submit buttons present in the form.
getPrevious() - Method in class com.bitmechanic.maxq.generator.Interchange
Returns the previous.
getProperty(String) - Method in class com.bitmechanic.maxq.Config
Returns null if the property is not found.
getProperty(String, String) - Method in class com.bitmechanic.maxq.Config
Returns the string value of the property, or the given default if the property is missing or empty.
getPropertyInt(String) - Method in class com.bitmechanic.maxq.Config
Returns the property as an integer.
getProxy() - Method in class com.bitmechanic.maxq.Main
 
getProxySettings() - Method in class com.bitmechanic.maxq.Config
 
getPythonPath() - Method in class com.bitmechanic.maxq.Config
 
getQueryStringParamCount() - Method in class com.bitmechanic.maxq.Action
 
getQueryStringParams() - Method in class com.bitmechanic.maxq.Action
 
getRelativeUrl(String) - Method in class com.bitmechanic.maxq.generator.TemplateLogic
Returns an URL relative to the configured base URL.
getReplace() - Method in class com.bitmechanic.maxq.Config
 
getRequestCookies() - Method in class com.bitmechanic.maxq.generator.Interchange
Returns the requestCookies.
getRequestHeaders() - Method in class com.bitmechanic.maxq.generator.Interchange
Returns the requestHeaders.
getResponse() - Method in class com.bitmechanic.maxq.HttpTestCase
Converts the byte[] method.response as a string, regarding to the encoding
getResponseAsBytes() - Method in class com.bitmechanic.maxq.HttpTestCase
Just returns the response as an array of bytes
getResponseBody() - Method in class com.bitmechanic.maxq.generator.Interchange
Returns the responseBody.
getResponseCode() - Method in class com.bitmechanic.maxq.generator.HttpUnitTemplateLogic.InPlaceResponse
Returns the response code associated with this response.
getResponseCode() - Method in class com.bitmechanic.maxq.HttpTestCase
 
getResponseCookies() - Method in class com.bitmechanic.maxq.generator.Interchange
Returns the responseCookies.
getResponseHeader() - Method in class com.bitmechanic.maxq.HttpTestCase
Returns response headers as a Python dictionary.
getResponseHeaders() - Method in class com.bitmechanic.maxq.generator.Interchange
Returns the responseHeaders.
getResponseMessage() - Method in class com.bitmechanic.maxq.generator.HttpUnitTemplateLogic.InPlaceResponse
Returns the response message associated with this response.
getScript() - Method in class com.bitmechanic.maxq.generator.AbstractCodeGenerator
Returns the full script from the ScriptAdapter.
getScriptAdapter() - Method in class com.bitmechanic.maxq.generator.AbstractCodeGenerator
 
getScriptArg() - Method in class com.bitmechanic.maxq.Config
 
getScriptArg() - Method in class com.bitmechanic.maxq.HttpTestCase
Returns any argument for the script.
getStatusCode() - Method in class com.bitmechanic.maxq.generator.Interchange
Returns the statusCode.
getStrutsToken() - Method in class com.bitmechanic.maxq.HttpTestCase
This operation returns the value of the Struts TOKEN in the response
getTestFile() - Method in class com.bitmechanic.maxq.Test
 
getTestLogger() - Static method in class com.bitmechanic.maxq.Config
 
getTestName() - Method in class com.bitmechanic.maxq.generator.AbstractCodeGenerator
Returns the name of the test.
getTestName() - Method in class com.bitmechanic.maxq.Test
 
getTestPath() - Method in class com.bitmechanic.maxq.generator.AbstractCodeGenerator
Returns the file path of the test.
getText() - Method in interface com.bitmechanic.maxq.IScriptAdapter
Returns the text contained in the model If the underlying model is null, will give a NullPointerException.
getText() - Method in class com.bitmechanic.maxq.JTextAreaTestScriptAdapter
 
getTimeElapsedSinceLastestRequest() - Method in class com.bitmechanic.maxq.generator.AbstractCodeGenerator
Returns time elapsed since the latest request.
getTimeout() - Method in class com.bitmechanic.maxq.Action
 
getUploadParamters() - Method in class com.bitmechanic.maxq.generator.Interchange
Returns the uploadParamters.
getUrl() - Method in class com.bitmechanic.maxq.Action
 
getUrl() - Method in class com.bitmechanic.maxq.generator.Interchange
Returns the url.
getUrlReplace() - Static method in class com.bitmechanic.maxq.HttpTestCase
 
getUrlSearch() - Static method in class com.bitmechanic.maxq.HttpTestCase
 
getValidatorPkgName() - Static method in class com.bitmechanic.maxq.Config
 
getValidFileExtensions() - Method in class com.bitmechanic.maxq.generator.CompactGenerator
 
getValidFileExtensions() - Method in class com.bitmechanic.maxq.generator.IsacCodeGenerator
 
getValidFileExtensions() - Method in interface com.bitmechanic.maxq.generator.IScriptGenerator
Returns an array of valid file extensions for the type of code generator in use.
getValidFileExtensions() - Method in class com.bitmechanic.maxq.generator.JavaCodeGenerator
 
getValidFileExtensions() - Method in class com.bitmechanic.maxq.generator.JythonCodeGenerator
 
getValidFileExtensions() - Method in class com.bitmechanic.maxq.generator.SampleGenerator
 
getValidFileExtensions() - Method in class com.bitmechanic.maxq.generator.TemplateCodeGenerator
Returns an array of valid file extensions for the type of code generator in use.
getvalidTestFileExtensions() - Method in class com.bitmechanic.maxq.Test
Returns a list of the valid file extensions for the test based on the code generator used.
getValue() - Method in class com.bitmechanic.maxq.HeaderValue
 

H

headersExist - Variable in class com.bitmechanic.maxq.generator.AbstractCodeGenerator
 
HeaderValue - Class in com.bitmechanic.maxq
Created by IntelliJ IDEA.
HeaderValue(String, String) - Constructor for class com.bitmechanic.maxq.HeaderValue
 
HttpRequestHeader - Class in com.bitmechanic.maxq
Parses and stores a http server request.
HttpRequestHeader(InputStream) - Constructor for class com.bitmechanic.maxq.HttpRequestHeader
Parses a http header from a stream.
HttpStatusMap - Class in com.bitmechanic.maxq.generator
Maps integer values to HttpStatus constant names
HttpStatusMap() - Constructor for class com.bitmechanic.maxq.generator.HttpStatusMap
 
HttpTestCase - Class in com.bitmechanic.maxq
 
HttpTestCase(String) - Constructor for class com.bitmechanic.maxq.HttpTestCase
 
HttpUnitTemplateLogic - Class in com.bitmechanic.maxq.generator
TemplateLogic variation for generating smart HttpUnit tests.
HttpUnitTemplateLogic() - Constructor for class com.bitmechanic.maxq.generator.HttpUnitTemplateLogic
 
HttpUnitTemplateLogic.InPlaceResponse - Class in com.bitmechanic.maxq.generator
A subclass of WebResponse for parsing pages intercepted by MaxQ proxy.

I

ifModifiedSince - Variable in class com.bitmechanic.maxq.HttpRequestHeader
A internet address date of the remote copy.
initConfig() - Static method in class com.bitmechanic.maxq.Config
Set up the properties file from the properties.file system property, defaulting to maxq.properties if it exists.
insert(String) - Method in class com.bitmechanic.maxq.generator.AbstractCodeGenerator
Inserts new lines into the script.
insert(String, int) - Method in interface com.bitmechanic.maxq.IScriptAdapter
Inserts the specified text at the specified position
insert(String, int) - Method in class com.bitmechanic.maxq.JTextAreaTestScriptAdapter
 
Interchange - Class in com.bitmechanic.maxq.generator
Describes browser / application interchange composed of one request and it's response.
Interchange(Config, Interchange) - Constructor for class com.bitmechanic.maxq.generator.Interchange
Creates a new Interaction instance.
IsacCodeGenerator - Class in com.bitmechanic.maxq.generator
Generates an ISAC scenario for CLIF Load Injection Framework
IsacCodeGenerator(IScriptAdapter) - Constructor for class com.bitmechanic.maxq.generator.IsacCodeGenerator
 
isCpRspToFile() - Static method in class com.bitmechanic.maxq.generator.AbstractCodeGenerator
 
isCpRspToStdout() - Static method in class com.bitmechanic.maxq.generator.AbstractCodeGenerator
 
IScriptAdapter - Interface in com.bitmechanic.maxq
Created by IntelliJ IDEA.
IScriptGenerator - Interface in com.bitmechanic.maxq.generator
All classes that generate MaxQ scripts must implement this interface.
isDebug() - Method in class com.bitmechanic.maxq.Config
 
isFirstRequest() - Method in class com.bitmechanic.maxq.generator.AbstractCodeGenerator
 
isIgnored() - Method in class com.bitmechanic.maxq.generator.Interchange
Returns the ignored.
isQuiet() - Method in class com.bitmechanic.maxq.Config
 
isRecording() - Method in class com.bitmechanic.maxq.Test
 

J

JavaCodeGenerator - Class in com.bitmechanic.maxq.generator
Generate a java JUnit test case.
JavaCodeGenerator(IScriptAdapter) - Constructor for class com.bitmechanic.maxq.generator.JavaCodeGenerator
 
JTextAreaTestScriptAdapter - Class in com.bitmechanic.maxq
Created by IntelliJ IDEA.
JTextAreaTestScriptAdapter(JTextArea) - Constructor for class com.bitmechanic.maxq.JTextAreaTestScriptAdapter
 
jtidyConfigFile - Static variable in class com.bitmechanic.maxq.generator.AbstractCodeGenerator
jtidyConfigFile variable serves two purpose: one as a flag indicating we need spit out jtidy integration code, and as a variable indicating the location of jtidy.cfg file.
JYTHON_CLASSNAME - Static variable in class com.bitmechanic.maxq.generator.GeneratorFactory
generator that outputs Jython code.
JythonCodeGenerator - Class in com.bitmechanic.maxq.generator
Generates a Jython test case.
JythonCodeGenerator(IScriptAdapter) - Constructor for class com.bitmechanic.maxq.generator.JythonCodeGenerator
 

L

load() - Method in class com.bitmechanic.maxq.Preferences
 
loadRow(String) - Method in class com.bitmechanic.maxq.DBUtil
Executes the SELECT statement passed in.
loadRows(String) - Method in class com.bitmechanic.maxq.DBUtil
Executes the SELECT statement passed in.
loadVal(String) - Method in class com.bitmechanic.maxq.DBUtil
Executes the SELECT statement passed in.

M

Main - Class in com.bitmechanic.maxq
todo Make default package configurable todo Make default save location configurable todo Remeber package and save location
Main() - Constructor for class com.bitmechanic.maxq.Main
 
main(String[]) - Static method in class com.bitmechanic.maxq.Main
 
Main.CommandLineResults - Class in com.bitmechanic.maxq
 
Main.CommandLineResults() - Constructor for class com.bitmechanic.maxq.Main.CommandLineResults
 
method - Variable in class com.bitmechanic.maxq.HttpRequestHeader
Http Request method.
method - Variable in class com.bitmechanic.maxq.HttpTestCase
 

N

name - Variable in class com.bitmechanic.maxq.Param
 
newGenerator(String, IScriptAdapter) - Static method in class com.bitmechanic.maxq.generator.GeneratorFactory
Retrieves the test script implementation object.
noGui - Variable in class com.bitmechanic.maxq.Main.CommandLineResults
 

O

oldContentLength - Variable in class com.bitmechanic.maxq.HttpRequestHeader
The content length of a remote copy of the requested object.
openFile(File) - Method in class com.bitmechanic.maxq.SwingMain
Opens the script indicated by path for editing.

P

Param - Class in com.bitmechanic.maxq
Simple structure that represents a name/value pair in a query string or POST request.
Param() - Constructor for class com.bitmechanic.maxq.Param
 
paramsToNV(Object[]) - Method in class com.bitmechanic.maxq.HttpTestCase
Converts parameters in naturally python representation (a list of tuples) to the form expected by HttpClient.
parseLine(String[], Main.CommandLineResults) - Static method in class com.bitmechanic.maxq.Main
 
parsePage(String, String) - Method in class com.bitmechanic.maxq.generator.HttpUnitTemplateLogic
Parse a web page using HttpUnit.
parseTestName() - Method in class com.bitmechanic.maxq.generator.AbstractCodeGenerator
 
parseTestName() - Method in interface com.bitmechanic.maxq.generator.IScriptGenerator
Parses the name of the test out of the script.
parseTestName() - Method in class com.bitmechanic.maxq.generator.JavaCodeGenerator
 
parseTestName() - Method in class com.bitmechanic.maxq.generator.TemplateCodeGenerator
Parses the name of the test out of the script.
post(String) - Method in class com.bitmechanic.maxq.HttpTestCase
 
post(String, Object[]) - Method in class com.bitmechanic.maxq.HttpTestCase
 
postMultiPart(String, String, int) - Method in class com.bitmechanic.maxq.HttpTestCase
Performs a POST in the form of multipart/form-data
postMultiPart(String, String, int, Object[]) - Method in class com.bitmechanic.maxq.HttpTestCase
Performs a POST in the form of multipart/form-data
pragmaNoCache - Variable in class com.bitmechanic.maxq.HttpRequestHeader
Indicates that no cached versions of the requested object are to be sent.
Preferences - Class in com.bitmechanic.maxq
 
Preferences(String) - Constructor for class com.bitmechanic.maxq.Preferences
 
PrefsDialog - Class in com.bitmechanic.maxq
 
PrefsDialog(Frame, Preferences) - Constructor for class com.bitmechanic.maxq.PrefsDialog
 
printResponse() - Method in class com.bitmechanic.maxq.HttpTestCase
 
processRequest(HttpRequestHeader, byte[]) - Method in class com.bitmechanic.maxq.generator.AbstractCodeGenerator
 
processRequest(HttpRequestHeader, byte[]) - Method in class com.bitmechanic.maxq.generator.Interchange
Capture the request data.
processRequest(HttpRequestHeader, byte[]) - Method in class com.bitmechanic.maxq.generator.TemplateCodeGenerator
processRequest(HttpRequestHeader, byte[]) - Method in interface com.bitmechanic.maxq.ProxyServer.Observer
 
processRequest(HttpRequestHeader, byte[]) - Method in class com.bitmechanic.maxq.ProxyServer
 
processResponse(HttpRequestHeader, byte[]) - Method in class com.bitmechanic.maxq.generator.AbstractCodeGenerator
Processes the response and generates test events for the code generator implementation class.
processResponse(HttpRequestHeader, byte[]) - Method in class com.bitmechanic.maxq.generator.TemplateCodeGenerator
processResponse(HttpRequestHeader, byte[]) - Method in interface com.bitmechanic.maxq.ProxyServer.Observer
 
processResponse(HttpRequestHeader, byte[]) - Method in class com.bitmechanic.maxq.ProxyServer
 
processResposne(HttpRequestHeader, byte[]) - Method in class com.bitmechanic.maxq.generator.Interchange
 
ProxyServer - Class in com.bitmechanic.maxq
A proxy server.
ProxyServer() - Constructor for class com.bitmechanic.maxq.ProxyServer
 
ProxyServer(int) - Constructor for class com.bitmechanic.maxq.ProxyServer
Attempts to start a proxy server on the specified port.
ProxyServer.Observer - Interface in com.bitmechanic.maxq
 

R

referer - Variable in class com.bitmechanic.maxq.HttpRequestHeader
The requesting documents that contained the url link.
removeBodyParam(Param) - Method in class com.bitmechanic.maxq.Action
 
removeHeader(HeaderValue) - Method in class com.bitmechanic.maxq.Action
 
removeObserver(ProxyServer.Observer) - Method in class com.bitmechanic.maxq.ProxyServer
 
removeQueryStringParam(Param) - Method in class com.bitmechanic.maxq.Action
 
replace(String, int, int) - Method in interface com.bitmechanic.maxq.IScriptAdapter
Replaces text from the indicated start to end position with the new text specified
replace(String, int, int) - Method in class com.bitmechanic.maxq.JTextAreaTestScriptAdapter
 
replace(String, String, String) - Static method in class com.bitmechanic.maxq.Utils
 
replaceURL(String) - Static method in class com.bitmechanic.maxq.HttpTestCase
 
reportException(Throwable) - Method in class com.bitmechanic.maxq.SwingMain
Show an error report in a message box.
reportOutsideException(Throwable) - Static method in class com.bitmechanic.maxq.SwingMain
Called by other threads to complain about their problems.
REQUEST_ACCEPT - Static variable in class com.bitmechanic.maxq.HeaderValue
 
REQUEST_ACCEPT_CHARSET - Static variable in class com.bitmechanic.maxq.HeaderValue
 
REQUEST_ACCEPT_ENCODING - Static variable in class com.bitmechanic.maxq.HeaderValue
 
REQUEST_ACCEPT_LANGUAGE - Static variable in class com.bitmechanic.maxq.HeaderValue
 
REQUEST_AUTHORIZATION - Static variable in class com.bitmechanic.maxq.HeaderValue
 
REQUEST_EXPECT - Static variable in class com.bitmechanic.maxq.HeaderValue
 
REQUEST_FROM - Static variable in class com.bitmechanic.maxq.HeaderValue
 
REQUEST_HOST - Static variable in class com.bitmechanic.maxq.HeaderValue
 
REQUEST_IF_MATCH - Static variable in class com.bitmechanic.maxq.HeaderValue
 
REQUEST_IF_MODIFIED_SINCE - Static variable in class com.bitmechanic.maxq.HeaderValue
 
REQUEST_IF_NONE_MATCH - Static variable in class com.bitmechanic.maxq.HeaderValue
 
REQUEST_IF_RANGE - Static variable in class com.bitmechanic.maxq.HeaderValue
 
REQUEST_IF_UNMODIFIED_SINCE - Static variable in class com.bitmechanic.maxq.HeaderValue
 
REQUEST_MAX_FORWARDS - Static variable in class com.bitmechanic.maxq.HeaderValue
 
REQUEST_PROXY_AUTHORIZATION - Static variable in class com.bitmechanic.maxq.HeaderValue
 
REQUEST_RANGE - Static variable in class com.bitmechanic.maxq.HeaderValue
 
REQUEST_REFERER - Static variable in class com.bitmechanic.maxq.HeaderValue
 
REQUEST_TE - Static variable in class com.bitmechanic.maxq.HeaderValue
 
REQUEST_USER_AGENT - Static variable in class com.bitmechanic.maxq.HeaderValue
 
RequestHandler - Class in com.bitmechanic.maxq
One of these is created as a thread to handle each request and response pair for ProxyServer.
RESPONSE_AGE - Static variable in class com.bitmechanic.maxq.HeaderValue
 
RESPONSE_ETAG - Static variable in class com.bitmechanic.maxq.HeaderValue
 
RESPONSE_LOCATION - Static variable in class com.bitmechanic.maxq.HeaderValue
 
RESPONSE_PROXY_AUTHENTICATE - Static variable in class com.bitmechanic.maxq.HeaderValue
 
RESPONSE_RETRY_AFTER - Static variable in class com.bitmechanic.maxq.HeaderValue
 
RESPONSE_SERVER - Static variable in class com.bitmechanic.maxq.HeaderValue
 
RESPONSE_VARY - Static variable in class com.bitmechanic.maxq.HeaderValue
 
RESPONSE_WWW_AUTHENTICATE - Static variable in class com.bitmechanic.maxq.HeaderValue
 
responseContains(String) - Method in class com.bitmechanic.maxq.HttpTestCase
Checks if the text is in the response data.
responseContainsURI(String) - Method in class com.bitmechanic.maxq.HttpTestCase
Checks if the response contains the uri provided.
responseOK() - Method in class com.bitmechanic.maxq.HttpTestCase
Checks to see if the HTTP response is 200, 302, or 304.
run() - Method in class com.bitmechanic.maxq.generator.AbstractCodeGenerator
A thread for performing insertions.
Run() - Method in class com.bitmechanic.maxq.HttpTestCase
This is called when our test scripts are run standalone, not when we are running a JUnit test harness.
run() - Method in class com.bitmechanic.maxq.ProxyServer
 
run() - Method in class com.bitmechanic.maxq.RequestHandler
does the following get header info from client.
run() - Method in class com.bitmechanic.maxq.RunTestDialog
 
RunTestDialog - Class in com.bitmechanic.maxq
 
RunTestDialog(JFrame, String) - Constructor for class com.bitmechanic.maxq.RunTestDialog
 
runTests(String[]) - Method in class com.bitmechanic.maxq.Main
Runs tests on command line.

S

SampleGenerator - Class in com.bitmechanic.maxq.generator
This class implements the generator interface and simply outputs the parameters of any calls that are made on it.
SampleGenerator(IScriptAdapter) - Constructor for class com.bitmechanic.maxq.generator.SampleGenerator
 
save() - Method in class com.bitmechanic.maxq.Preferences
 
save() - Method in class com.bitmechanic.maxq.Test
 
saveHTML(String, String, String) - Static method in class com.bitmechanic.maxq.Utils
Save HTML string to a file under the specified directory.
setCharset(String) - Method in class com.bitmechanic.maxq.HttpTestCase
 
setConnections(HttpTestCase) - Method in class com.bitmechanic.maxq.HttpTestCase
 
setDebug(boolean) - Method in class com.bitmechanic.maxq.Config
 
setDefaultTestName(String) - Method in class com.bitmechanic.maxq.generator.AbstractCodeGenerator
 
setDelayTime(int) - Method in class com.bitmechanic.maxq.Action
 
setExcludePatterns(String[]) - Method in class com.bitmechanic.maxq.Config
 
setExist(String) - Method in class com.bitmechanic.maxq.Config
 
setExpectedResult(String) - Method in class com.bitmechanic.maxq.Action
 
setExpectedSize(int) - Method in class com.bitmechanic.maxq.Action
 
setHeader(String) - Method in class com.bitmechanic.maxq.HeaderValue
 
setHost(String) - Method in class com.bitmechanic.maxq.Config.ProxySettings
 
setIncludePatterns(String[]) - Method in class com.bitmechanic.maxq.Config
 
setLibDir(String) - Method in class com.bitmechanic.maxq.Preferences
 
setMethod(String) - Method in class com.bitmechanic.maxq.Action
 
setMultiPartData(String) - Method in class com.bitmechanic.maxq.Action
 
setPort(int) - Method in class com.bitmechanic.maxq.Config.ProxySettings
 
setPort(int) - Method in class com.bitmechanic.maxq.Config
 
setPort(int) - Method in class com.bitmechanic.maxq.Preferences
 
setProperty(String, String) - Method in class com.bitmechanic.maxq.Config
 
setProxySettings(Config.ProxySettings) - Method in class com.bitmechanic.maxq.Config
 
setQuiet(boolean) - Method in class com.bitmechanic.maxq.Config
 
setReplace(String) - Method in class com.bitmechanic.maxq.Config
 
setScriptArg(String) - Method in class com.bitmechanic.maxq.Config
 
setStruts(boolean) - Method in class com.bitmechanic.maxq.generator.AbstractCodeGenerator
Called if the processResponse find that the response contains the Struts token
setStruts(boolean) - Method in class com.bitmechanic.maxq.generator.CompactGenerator
 
setStruts(boolean) - Method in class com.bitmechanic.maxq.generator.IsacCodeGenerator
 
setStruts(boolean) - Method in class com.bitmechanic.maxq.generator.JavaCodeGenerator
 
setStruts(boolean) - Method in class com.bitmechanic.maxq.generator.JythonCodeGenerator
 
setStruts(boolean) - Method in class com.bitmechanic.maxq.generator.SampleGenerator
 
setTestFile(File) - Method in class com.bitmechanic.maxq.Test
 
setTestName(String) - Method in class com.bitmechanic.maxq.generator.AbstractCodeGenerator
Sets the name of the test class.
setTestPath(String) - Method in class com.bitmechanic.maxq.generator.AbstractCodeGenerator
Sets the file path of the test
setText(String) - Method in interface com.bitmechanic.maxq.IScriptAdapter
Sets the text of this TextComponent to the specified text.
setText(String) - Method in class com.bitmechanic.maxq.JTextAreaTestScriptAdapter
 
setTimeout(int) - Method in class com.bitmechanic.maxq.Action
 
setUrl(String) - Method in class com.bitmechanic.maxq.Action
 
setURLReplace(String, String) - Static method in class com.bitmechanic.maxq.HttpTestCase
 
setValue(String) - Method in class com.bitmechanic.maxq.HeaderValue
 
SPACE - Static variable in class com.bitmechanic.maxq.Utils
 
splitString(String, String) - Static method in class com.bitmechanic.maxq.Utils
 
startGUI(int, String) - Method in class com.bitmechanic.maxq.Main
 
startRecording() - Method in class com.bitmechanic.maxq.Test
 
staticUrlDecode(String) - Static method in class com.bitmechanic.maxq.HttpTestCase
 
stopRecording() - Method in class com.bitmechanic.maxq.Test
 
SwingMain - Class in com.bitmechanic.maxq
The GUI for MaxQ.
SwingMain(ProxyServer) - Constructor for class com.bitmechanic.maxq.SwingMain
Called once, to create the window.

T

TemplateCodeGenerator - Class in com.bitmechanic.maxq.generator
Template based code generator.
TemplateCodeGenerator(IScriptAdapter) - Constructor for class com.bitmechanic.maxq.generator.TemplateCodeGenerator
Creates new TempateCodeGenerator instance.
TemplateLogic - Class in com.bitmechanic.maxq.generator
A helper object that can be used in the test templates.
TemplateLogic() - Constructor for class com.bitmechanic.maxq.generator.TemplateLogic
Creates new TemplateLogic instance.
Test - Class in com.bitmechanic.maxq
This encapsulates a test opened in the GUI.
Test(ProxyServer, IScriptAdapter, String) - Constructor for class com.bitmechanic.maxq.Test
Create a new test using the supplied generator.
Test(ProxyServer, IScriptAdapter, File) - Constructor for class com.bitmechanic.maxq.Test
Load an existing test from a file.
tests - Variable in class com.bitmechanic.maxq.Main.CommandLineResults
 
toString() - Method in class com.bitmechanic.maxq.generator.HttpUnitTemplateLogic.InPlaceResponse
Returns a string representation of the object.
toString(boolean) - Method in class com.bitmechanic.maxq.HttpRequestHeader
 
toString() - Method in class com.bitmechanic.maxq.HttpRequestHeader
(Re)builds the header in a string.
toXML() - Method in class com.bitmechanic.maxq.Action
 

U

unrecognized - Variable in class com.bitmechanic.maxq.HttpRequestHeader
Anything in the header that was unrecognized by this class.
url - Variable in class com.bitmechanic.maxq.HttpRequestHeader
The requested url.
urlDecode(String) - Method in class com.bitmechanic.maxq.HttpTestCase
URL Decodes the given string.
userAgent - Variable in class com.bitmechanic.maxq.HttpRequestHeader
The client's browser's name.
userConfirm(String) - Method in class com.bitmechanic.maxq.HttpTestCase
Puts up an OK/Cancel message box and returns whether the user clicked OK.
userInput(String) - Method in class com.bitmechanic.maxq.HttpTestCase
Puts up a message box with a prompt and returns whatever the user enters.
Utils - Class in com.bitmechanic.maxq
Created by IntelliJ IDEA.
Utils() - Constructor for class com.bitmechanic.maxq.Utils
 
Utils.SilentException - Exception in com.bitmechanic.maxq
For silently aborting without showing any error.
Utils.SilentException() - Constructor for exception com.bitmechanic.maxq.Utils.SilentException
 
Utils.UserException - Exception in com.bitmechanic.maxq
For exceptions whose messages have been composed so that they can be understood by the user.
Utils.UserException(String) - Constructor for exception com.bitmechanic.maxq.Utils.UserException
 

V

validateRequest(HttpTestCase, HttpMethod, String, String, Object[]) - Static method in class com.bitmechanic.maxq.Validator
Validate the request based on the previous response.
validateResponse(HttpTestCase, HttpMethod, String, Object[]) - Static method in class com.bitmechanic.maxq.Validator
Validate the response after the method has been executed.
Validator - Class in com.bitmechanic.maxq
The class that does variuos validations on the requests and responses.
Validator() - Constructor for class com.bitmechanic.maxq.Validator
 
value - Variable in class com.bitmechanic.maxq.Param
 
version - Variable in class com.bitmechanic.maxq.HttpRequestHeader
Version of http being used.

A C D E G H I J L M N O P R S T U V