Self Shunt Pattern

Darren pointed me to the self shunt pattern, which is a lightweight way to test without using full Mocks. Similar to testing messaging classes by registering the Test as a listener on te object you are testing, and then checking the messages you receive.

Leave a Reply