Skip to content

First release

Compare
Choose a tag to compare
@seanhenry seanhenry released this 23 Jun 16:45
· 22 commits to master since this 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.