cocoanetics.com
Dynamic Unit Test Cases
You probably now how to add static test cases to a SenTestingKit-based unit test. You create a subclass of SenTestCase and add instance methods with their names prefixed with “test”. Wh…