Releases: seanhenry/TearDownGenerator
Releases · seanhenry/TearDownGenerator
AppCode 2020.3 Support
AppCode 2020.1 Support
- 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
v3.2 Updates for AppCode 2019.3
2018.1.5 and 2018.2 Support
Fixes a breaking API change introduced in 2018.1.5 and 2018.2.
Analyses methods
Analyses methods called by the tear down for properties that are already set to nil.
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.