Tag Archives: unit-testing

Writing Unit tests for Cocoa

I realized something interesting today. I use unit testing to (hopefully) improve the quality of my code. With Java I use JUnit. With native Mac stuff I use OCUnit. One really clever thing about OCUnit that I realized today is … Continue reading

Posted in Macintosh, Writing Software | Tagged , , , , | Leave a comment