Category Selected:

testbox

Blog

MockBox hits 1.0, get it now!

Luis Majano |  November 13, 2009
MockBox has now reached a 1.0 release and can be downloaded now!  For those of you who don't know, MockBox is a companion framework to the ColdBox Pla...
Read More

MockBox RC 1 Release!

Luis Majano |  October 07, 2009
MockBox RC1 is now released!  This release adds some simple syntax fixes and cleanup of the core code.  We are also preparing...
Read More

Mocking Objects with ColdBox Annotations

Luis Majano |  June 12, 2009
One of the nice things about ColdBox's model integration features are the ability to inject objects by using annotations via the cfproperty tag.  This gives a cleaner API to objects that don't really need to expose setters just for dependency injection purposes.  Why? well, in MY opinion, objects should be shy and only expose what they need to expose to the outside world.  By leveraging annotations, I can cleanly define the dependencies of my object and what is even better, it can...
Read More

Introducing MockBox: The ColdBox Mocking Framework

Luis Majano |  June 09, 2009
I am proud to announce another addition to our ColdBox Platform: MockBox.  MockBox is a companion package to the ColdBox Platform that will give you advanced mocking/stubing capabilities; hence a Mocking Framework. Not only does it integrat...
Read More