| CodeGenerator |
Class responsible for generation of bash scripts and java sources to
allow running ws-unit test(s) with plain java and bash only (no ws-harness)
|
| Main |
Test harness driver.
|
| Realm |
Represents a classloader.
|
| RealmBuilder |
Adds jar files to ClassRealm and also builds up Path
to remember what those jars are.
|
| SourcesCollector |
Helper class to copy all necessary test artifacts out of harness (testcases directory)
to separate directory
|
| VersionNumberHandler |
OptionHandler to process version number.
|
| World |
"Global variables" for the test harness.
|