Package com.bitmechanic.maxq.generator

Interface Summary
IScriptGenerator All classes that generate MaxQ scripts must implement this interface.
 

Class Summary
AbstractCodeGenerator Abstract class providing general useful utility methods for code generation.
CompactGenerator This class generates scripts in the format required by the CompactTest base class.
GeneratorFactory Factory for IScriptGenerator instances.
HttpStatusMap Maps integer values to HttpStatus constant names
HttpUnitTemplateLogic TemplateLogic variation for generating smart HttpUnit tests.
HttpUnitTemplateLogic.InPlaceResponse A subclass of WebResponse for parsing pages intercepted by MaxQ proxy.
Interchange Describes browser / application interchange composed of one request and it's response.
IsacCodeGenerator Generates an ISAC scenario for CLIF Load Injection Framework
JavaCodeGenerator Generate a java JUnit test case.
JythonCodeGenerator Generates a Jython test case.
SampleGenerator This class implements the generator interface and simply outputs the parameters of any calls that are made on it.
TemplateCodeGenerator Template based code generator.
TemplateLogic A helper object that can be used in the test templates.