Blog
Mocking a Super Class with MockBox
A few folks have asked how you can leverage MXUnit and MockBox to mock a super class class. Here is a simple example to showcase this:
Class Parent A
<cfcomponent name="A"> <!--- send ---> <cffunction access="public" hint="" name="send" output="false" returntype="any"> <cfreturn parent=""> </cffunction> </cfcomponent>
Class Parent B
Announcing The ColdBox Connection!
ColdBox California Training Moved To April
ColdBox Training In California in 12 days Hurry!
Just a reminder our training is from March 14-18th, 2011 where we will offer two courses back to back:
ColdBox Platform Utilities v2.5 Released
Welcome to yet another release of the ColdBox Platform Utilities. This release has updated templates for applications, wirebox integration, wirebox variable mappings and our cool new ColdSpring to WireBox XML converter. I think the video will showcase these new features and how to use them.
A new age for ColdFusion Dependency Injection: Wirebox
I am super proud to announce our newest member of the ColdBox Platform: WireBox.
WireBox is our new addition to the family. It is our enterprise dependency injection and AOP framework for ColdFusion 8 and above. This project has been part of ColdBox since its earl...
ColdBox 3.0.0 Release Candidate 2 is now out!
After almost a full year of development I am happy to announce our FINAL release candidate, ColdBox 3.0.0 RC2, before final release. The circle is complete now and our most ambitious release is finalized. To recap the history of this 3.0.0 release, it all started about 1 year ago in our team ColdBox sessions trying...