NeetAssertionKit:用于 NEET 的 Objective-C 断言套件

时间:2024-07-23 23:24:33
【文件属性】:

文件名称:NeetAssertionKit:用于 NEET 的 Objective-C 断言套件

文件大小:19KB

文件格式:ZIP

更新时间:2024-07-23 23:24:33

Objective-C

NeetAssertionKit 用于 NEET 的 Objective-C 的断言宏集合。 如何安装 你可以使用 CocoaPods. 附加到你的 Podfile 中。 pod 'NeetAssertionKit' 并安装。 pod install 断言宏 NAKAssertTrue (条件, fmt, ...) 断言条件表达式为真。 它在发布版本中被删除,并且指定的条件表达式也不会执行。 // 条件式が false の時にエラーを出す. - ( void )getObjectAtIndex:( NSUInteger )index inArray:( NSArray *)array { // index が NSNotFound の時エラー NSAssertTrue (index != NSNotFound , @" index は NSNotFound 以外


【文件预览】:
NeetAssertionKit-master
----.travis.yml(122B)
----NeetAssertionKit.xcodeproj()
--------project.xcworkspace()
--------project.pbxproj(18KB)
--------xcshareddata()
----LICENSE(1KB)
----Gemfile(17B)
----.gitignore(247B)
----NeetAssertionKit()
--------NeetAssertionKit-Prefix.pch(172B)
--------NeetAssertionKit.h(176B)
--------NAKAssertions.m(992B)
--------NAKAssertions.h(11KB)
----Makefile(270B)
----README.md(6KB)
----NeetAssertionKit.podspec(559B)
----NeetAssertionKitTests()
--------NAKAssertTest.m(21KB)
--------TestObjects.h(370B)
--------TestObjects.m(241B)
--------NeetAssertionKitTests-Info.plist(693B)
--------en.lproj()

网友评论