文件名称:NLBaseTests:iOS - SenTestCase 子类,使通知观察测试变得容易
文件大小:30KB
文件格式:ZIP
更新时间:2024-07-08 05:16:26
Objective-C
NLBase 测试 iOS 的单元测试基类。 XCTestCase 子类,使通知观察测试变得容易。 更多信息: : 用法 你的测试用例应该继承自NLBaseTests 目标-C NLAssertObservingNotification (obj, notifcation, description, ...); NLAssertObservingNotificationWithSelector (obj, notification, selector, description, ...); NLAssertNotObservingNotification (obj, notification, description, ...); Swift NLAssertObservingNotification ( " notificationName " , object : obj,
【文件预览】:
NLBaseTests-master
----NLBaseTests()
--------NLBaseTests.m(4KB)
--------Example-SwiftTests-Bridging-Header.h(127B)
--------NLBaseTests.swift(4KB)
--------NLBaseTests.h(3KB)
----Example()
--------NLBaseTestsExample.xcodeproj()
--------NLBaseTestsExample()
--------NLBaseTestsExampleTests()
----LICENSE(1KB)
----Example-Swift()
--------Example-SwiftTests()
--------Example-Swift.xcodeproj()
--------Example-Swift()
----.gitignore(236B)
----README.md(2KB)