CODE Framework and Unit Testing
by Joseph on Jul 9th in Uncategorized
I’ve got an article pending for the CODE Magazine focusing on Unit Testing in the CODE Framework. Want a sneak peak? I’m going to discuss using the ServiceGardenLocal static object to set up InProcess Mock Objects.
Here’s the abstract…
The CODE Framework provides a set of tools for developing n-tier, service-oriented applications. In addition, there is a set of recommended patterns and practices which provide guidance in enabling developers to achieve Rapid Application Development, Contract-First implementation, and a system which allows you to change a contract without breaking an implementation. However, one question which has been repeatedly asked throughout our trainings and seminars is “How do I Unit Test when I’m using the CODE Framework?” This article will explain the reasoning behind the question, and attempt to answer it.