Commit 8f115fb
File tree
4 files changed
+6
-6
lines changed- Carthage/Checkouts
4 files changed
+6
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
| 1 | + | |
| 2 | + | |
3 | 3 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
| 1 | + | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
- .travis.yml+1-1
- CONTRIBUTING.md+3
- Nimble.podspec+2-1
- Nimble.xcodeproj/project.pbxproj+144-102
- README.md+17
- Sources/Nimble/Adapters/NonObjectiveC/ExceptionCapture.swift
- Sources/Nimble/Adapters/ObjectiveC/CurrentTestCaseTracker.m+25
- Sources/Nimble/Adapters/ObjectiveC/DSL.h
- Sources/Nimble/Adapters/ObjectiveC/DSL.m
- Sources/Nimble/Adapters/ObjectiveC/NMBExceptionCapture.h
- Sources/Nimble/Adapters/ObjectiveC/NMBExceptionCapture.m
- Sources/Nimble/Adapters/ObjectiveC/NMBExpectation.swift
- Sources/Nimble/Adapters/ObjectiveC/NMBObjCMatcher.swift
- Sources/Nimble/Adapters/ObjectiveC/NMBStringify.h+18
- Sources/Nimble/Adapters/ObjectiveC/NMBStringify.m+6
- Sources/Nimble/DSL+Wait.swift+6-6
- Sources/Nimble/DSL.swift+7-7
- Sources/Nimble/Matchers/AsyncMatcherWrapper.swift
- Sources/Nimble/Matchers/BeCloseTo.swift+1-5
- Sources/Nimble/Matchers/BeEmpty.swift+1-1
- Sources/Nimble/Matchers/BeLogical.swift+6-12
- Sources/Nimble/Matchers/HaveCount.swift+2-2
- Sources/Nimble/Matchers/MatchError.swift+26
- Sources/Nimble/Matchers/MatcherFunc.swift-26
- Sources/Nimble/Matchers/MatcherProtocols.swift+5-19
- Sources/Nimble/Matchers/SatisfyAnyOf.swift-4
- Sources/Nimble/Matchers/ThrowError.swift-128
- Sources/Nimble/Nimble.h+1
- Sources/Nimble/Utils/Async.swift+2-2
- Sources/Nimble/Utils/Errors.swift+133
- Sources/Nimble/Utils/Stringers.swift+129-38
- Sources/Nimble/objc/CurrentTestCaseTracker.m-18
- Tests/Nimble/AsynchronousTest.swift+3-3
- Tests/Nimble/Helpers/utils.swift+3-3
- Tests/Nimble/Matchers/BeCloseToTest.swift+12-17
- Tests/Nimble/Matchers/BeEmptyTest.swift+17
- Tests/Nimble/Matchers/BeGreaterThanTest.swift+1-7
- Tests/Nimble/Matchers/BeLessThanTest.swift+1-7
- Tests/Nimble/Matchers/ContainTest.swift+4-4
- Tests/Nimble/Matchers/HaveCountTest.swift+4-4
- Tests/Nimble/Matchers/MatchErrorTest.swift+78
- Tests/Nimble/Matchers/PostNotificationTest.swift+1-1
- Tests/Nimble/Matchers/SatisfyAnyOfTest.swift+1-1
- Tests/Nimble/objc/ObjCAllPassTest.m+6-6
- Tests/Nimble/objc/ObjCBeCloseToTest.m+4-4
- Tests/Nimble/objc/ObjCBeEmptyTest.m+10-2
- Tests/Nimble/objc/ObjCBeFalsyTest.m+2-2
- Tests/Nimble/objc/ObjCBeGreaterThanOrEqualToTest.m+4-4
- Tests/Nimble/objc/ObjCBeGreaterThanTest.m+4-4
- Tests/Nimble/objc/ObjCBeLessThanOrEqualToTest.m+4-4
- Tests/Nimble/objc/ObjCBeLessThanTest.m+4-4
- Tests/Nimble/objc/ObjCBeNilTest.m+1-1
- Tests/Nimble/objc/ObjCBeTrueTest.m+1-1
- Tests/Nimble/objc/ObjCBeTruthyTest.m+2-2
- Tests/Nimble/objc/ObjCContainTest.m+6-6
- Tests/Nimble/objc/ObjCEqualTest.m+2-2
- Tests/Nimble/objc/ObjCHaveCount.m+17-2
- Tests/Nimble/objc/ObjCSatisfyAnyOfTest.m+3-3
- Tests/Nimble/objc/ObjCUserDescriptionTest.m+6-6
- Tests/Nimble/objc/ObjcStringersTest.m+31
- circle.yml+1-1
0 commit comments