September 2009 Blog Posts

Unit Testing Visual Studio DSL Tools

I’ve been meaning to post this entry for a while now so while I wait for a 2010 beta install to complete…. For a long time I thought it wasn’t possible to unit test DSL Tools projects easily. Due to the nature of the environment it is sometimes difficult to see how unit testing is possible. The model elements are put in a partition in a store and all the partial classes, rules etc are very tightly coupled. It wasn’t until I wanted to write a use-case oriented management layer on top of our multiple DSLs that...