Skip to content

Releases: seanhenry/TearDownGenerator

AppCode 2020.3 Support

16 Dec 17:31
Compare
Choose a tag to compare
  • Adds support for AppCode 2020.3
  • Is now available in other IDEs with the Swift plugin available.

AppCode 2020.1 Support

24 Mar 10:13
Compare
Choose a tag to compare
  • Fixes the breaking changes in the latest AppCode 2020.1 EAP.
  • Fixes issue where static variables are set to nil in instance scope by ignoring them.
  • Changes minimum required AppCode version to 2020.1.

2019.3 support

08 Dec 16:30
Compare
Choose a tag to compare
v3.2

Updates for AppCode 2019.3

2018.1.5 and 2018.2 Support

03 Jun 09:15
Compare
Choose a tag to compare

Fixes a breaking API change introduced in 2018.1.5 and 2018.2.

Analyses methods

01 Jul 00:19
Compare
Choose a tag to compare

Analyses methods called by the tear down for properties that are already set to nil.

First release

23 Jun 16:45
Compare
Choose a tag to compare

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.