Class Summary |
AutomationValueFilterPlugin |
Core plugin that filters testscripts to run based on the automation value provided in the strategy file |
AutomationValuePlugin |
Plugin that runs post parse of the strategy. |
BaseParser |
I plan to scrap these parsers within a few releases to allow for a more
flexible model. |
CommandLibraryParser |
The class is responsible for discovering and parsing commands.xml files from
the classpath and under the project folder |
DigraphPlugin |
Parser plugin that runs post all. |
ExceptionPlugin |
This is internal class meant for verification of expected exception in the script |
LoopPlugin |
Parser plugin meant to handle the loop element in the script that determines
the number of times a test script needs to be run. |
MaxThreadsPlugin |
Strategy parser plugin that parses maximum parallel threads in strategy. |
ScriptParser |
FIXME This is a "just get the job done" implementation. |
StatementParser |
Responsible for parsing statement in test script. |
SuiteDependenciesPlugin |
Parser plugin to parse test suite dependencies |
SuiteExclusionsPlugin |
Parser plugin to handle exclusions defined in a test suite. |
TestDataPlugin |
Parser plugin to handle testdata element in a test script. |
TestDependenciesPlugin |
parser plugin to parse the dependencies defined in a test script. |
TestExclusionsPlugin |
Parser plugin responsible for parsing exclusions in test script. |
TestStrategyParser |
Parser for TestAgenda or Strategy xml file. |