Skip to content

Provides assert function that check memory leak in Swift.

License

Notifications You must be signed in to change notification settings

tarunon/XCTAssertNoLeak

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d24a03c · Jun 7, 2022

History

77 Commits
Jun 5, 2019
May 27, 2019
Mar 4, 2020
Mar 4, 2020
Apr 26, 2021
Jun 5, 2019
May 24, 2019
Apr 26, 2021
May 24, 2019
Jun 7, 2022
May 28, 2019
Mar 6, 2020

Repository files navigation

XCTAssertNoLeak

Build Status Carthage compatible pod

Provides memory leak test cases for Swift.

Found memory leak objects from traverse object tree using Mirror.

Support version

Swift Support Note
5.0 -
4.2 (Xcode 10.2) -
4.2 (Xcode 10.1) × SR-8878
4.1 -

Instration

Carthage

github "tarunon/XCTAssertNoLeak"

CocoaPods

Write it below Pods for testing.

pod 'XCTAssertNoLeak'