First release
Inspects test classes for properties that are not set to nil in the tear down method
and offers to fix the problem by generating the tear down method.
- Shows warning when properties are not set to nil in tear down.
- Generates a tear down method if one does not exist.
- Sets all optional and implicitly unwrapped optional properties to nil in the tear down.
- Does not disturb existing code when modifying tear down method.
- Automatically fix all test files using Code Cleanup.