[root]/proposal/myrmidon/etc/testcases/org/apache/myrmidon/components/deployer
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 6 (100.0%) | 6 (100.0%) | 1.0 |
adammurdoch | 4 (66.7%) | 6 (100.0%) | 1.5 |
donaldp | 2 (33.3%) | 0 (0.0%) | 0.0 |
Removed old hierarchy for test data
0 lines of code changed in:
Added version attribute to all the descriptors.
3 lines of code changed in:
Changes to DefaultDeployer:
* Got rid of <converters> element from antlib descriptor. Converters are
now defined in the <types> element.
* Moved (most of) the role-specific knowledge from Deployment back to DefaultDeployer.
* Split out ClassLoader management into DefaultClassLoaderManager. This is
living in the deployer package for now.
* Tidied-up the component set-up and clean-up in DefaultEmbeddor. Added
the ClassLoaderManager component.
* Added test for TypeDeployer.deployAll().
Changes to unit tests:
* Added AbstractMyrmidonTest, which takes care of locating test resources.
* Changed the VFS, type factory, and deployer tests to use AbstractMyrmidonTest.
3 lines of code changed in: