Fulcrum TestContainer

Release History

Version Date Description
1.0.10 in GIT  
1.0.9 2021-01-04  
1.0.8 2019-01-06  
1.0.7 2015-08-08  
1.0.6 2009-05-03  
1.0.5 2005-05-13  
1.0.4 2004-11-24  
1.0-alpha-2 in cvs  
1.0-alpha-2 02-13-2004  
1.0-alpha-2 10-31/2003  

Release 1.0.10 – in GIT

No changes in this release.

Release 1.0.9 – 2021-01-04

Type Changes By
Update Update junit to 4.13.1, junit.jupiter.version to 5.7.0, junit.platform to 1.7.0 painter
Update Update junit and jupiter dependencies, source cleanup for Turbine compliance painter

Release 1.0.8 – 2019-01-06

Type Changes By
Update Update Fulcrum dependencies painter
Update Add support for JUnit 5. Use in surefire testing now the default fork model ( reuseForks = true, forkCount=1). gk
Update Update to Log4J2 Core with Log4J1.2 bridge v2.11.1, Jupiter v5.3.2, Platform v1.3.2. gk
Fix Fix build, Javadoc, Update Mockito v2.23.0 painter
Update Update parent tv
Update Clean up the source code and javadocs. sgoeschl

Release 1.0.7 – 2015-08-08

Type Changes By
Update Added JUnit 4 Support gk
Update Making the log level for the YAAFIContainer configurable sgoeschl

Release 1.0.6 – 2009-05-03

Type Changes By
Add Added a Maven-2 build tv
Fix Added the missing log4j-dependency tv

Release 1.0.5 – 2005-05-13

Type Changes By
Changed the implementation wo work with fulcrum-yaafi 1.0.4-dev since the initalization changed. sgoeschl

Release 1.0.4 – 2004-11-24

Type Changes By
Add By default use Yaafi as the Test container, but you can swap to ECM for more "real" testing if required by doing containerType=CONTAINER_ECM;. epugh
Add Add helper "resolve" method that delegates to "lookup" to faciliate using in both Merlin and ECM enviroments. epugh
Add Tweak documentation to be more explicit on where config files are pulled from. Thanks to Ben Gidley. epugh

Release 1.0-alpha-2 – in cvs

Type Changes By
Add Add additional context value urn:avalon:home to be more Merlin friendly. epugh

Release 1.0-alpha-2 – 02-13-2004

Type Changes By
Add allow setup method of subclasses to throw exceptions if they want.. epugh

Release 1.0-alpha-2 – 10-31/2003

Type Changes By
Update Changed the name of the component app root to "componentAppRoot" from "ComponentAppRoot". This matches what Turbine uses. Really, this should be a configurable thing, not a hardcoded context value. epugh
Add TestContainer can accept either the split role.xml, config.xml or just a single combined xml file. Additionally, by lazy loading the container, you can swap between container configurations in the various unit tests. epugh
Add TestContainer component was added. This is to be used for testing of the components so that we do not have a dependancy on Plexus. The test container is based on ECM, which is what Turbine is using. A base class for unit tests is also included. quintonm