File tree
10 files changed
+16
-16
lines changed- Carthage/Checkouts
- ReactiveObjCBridge
10 files changed
+16
-16
lines changed+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
51 | 51 |
| |
52 | 52 |
| |
53 | 53 |
| |
54 |
| - | |
| 54 | + | |
55 | 55 |
| |
56 | 56 |
| |
57 | 57 |
| |
|
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 |
| - | |
| 2 | + |
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
| 3 | + |
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + | |
2 | 2 |
| |
3 | 3 |
| |
4 |
| - | |
| 4 | + | |
5 | 5 |
| |
6 |
| - | |
| 6 | + |
- .swiftlint.yml+3
- .travis.yml+1-1
- Dockerfile.test+3
- Nimble.podspec+7-5
- Nimble.xcodeproj/project.pbxproj+224-106
- Nimble.xcodeproj/xcshareddata/xcschemes/Nimble-iOS.xcscheme+1-1
- Nimble.xcodeproj/xcshareddata/xcschemes/Nimble-macOS.xcscheme+1-1
- Nimble.xcodeproj/xcshareddata/xcschemes/Nimble-tvOS.xcscheme+1-1
- Package.swift+5-3
- README.md+490-178
- Sources/Lib/CwlPreconditionTesting/CwlCatchException/.gitignore-3
- Sources/Lib/CwlPreconditionTesting/CwlCatchException/CwlCatchException.swift
- Sources/Lib/CwlPreconditionTesting/CwlCatchException/CwlCatchException/Info.plist-28
- Sources/Lib/CwlPreconditionTesting/CwlCatchExceptionSupport/CwlCatchException.m
- Sources/Lib/CwlPreconditionTesting/CwlCatchExceptionSupport/include/CwlCatchException.h
- Sources/Lib/CwlPreconditionTesting/CwlMachBadInstructionHandler/CwlMachBadInstructionHandler.m+2-1
- Sources/Lib/CwlPreconditionTesting/CwlMachBadInstructionHandler/include/CwlMachBadInstructionHandler.h-5
- Sources/Lib/CwlPreconditionTesting/CwlMachBadInstructionHandler/mach_excServer.c+2-2
- Sources/Lib/CwlPreconditionTesting/CwlMachBadInstructionHandler/mach_excServer.h
- Sources/Lib/CwlPreconditionTesting/CwlPreconditionTesting/CwlBadInstructionException.swift+11-11
- Sources/Lib/CwlPreconditionTesting/CwlPreconditionTesting/CwlCatchBadInstruction.swift+24-23
- Sources/Lib/CwlPreconditionTesting/CwlPreconditionTesting/CwlCatchBadInstructionPOSIX.swift+14-17
- Sources/Lib/CwlPreconditionTesting/CwlPreconditionTesting/CwlDarwinDefinitions.swift+5-5
- Sources/Lib/CwlPreconditionTesting/CwlPreconditionTesting/Info.plist-25
- Sources/Lib/CwlPreconditionTesting/CwlPreconditionTesting/Mach/CwlPreconditionTesting.h+30
- Sources/Lib/CwlPreconditionTesting/CwlPreconditionTesting/Posix/CwlPreconditionTesting.h+27
- Sources/Nimble/Adapters/NMBExpectation.swift+80-28
- Sources/Nimble/Adapters/NimbleEnvironment.swift+1-1
- Sources/Nimble/DSL+Wait.swift+1-1
- Sources/Nimble/Expectation.swift+65-5
- Sources/Nimble/ExpectationMessage.swift+261
- Sources/Nimble/FailureMessage.swift+27
- Sources/Nimble/Matchers/AllPass.swift+74-48
- Sources/Nimble/Matchers/AsyncMatcherWrapper.swift+89-4
- Sources/Nimble/Matchers/BeAKindOf.swift+38-18
- Sources/Nimble/Matchers/BeAnInstanceOf.swift+27-21
- Sources/Nimble/Matchers/BeCloseTo.swift+23-19
- Sources/Nimble/Matchers/BeEmpty.swift+34-33
- Sources/Nimble/Matchers/BeGreaterThan.swift+8-8
- Sources/Nimble/Matchers/BeGreaterThanOrEqualTo.swift+6-6
- Sources/Nimble/Matchers/BeIdenticalTo.swift+4-4
- Sources/Nimble/Matchers/BeLessThan.swift+6-6
- Sources/Nimble/Matchers/BeLessThanOrEqual.swift+6-6
- Sources/Nimble/Matchers/BeLogical.swift+19-25
- Sources/Nimble/Matchers/BeNil.swift+3-4
- Sources/Nimble/Matchers/BeVoid.swift+2-2
- Sources/Nimble/Matchers/BeginWith.swift+15-18
- Sources/Nimble/Matchers/Contain.swift+16-16
- Sources/Nimble/Matchers/ContainElementSatisfying.swift+4-4
- Sources/Nimble/Matchers/EndWith.swift+10-10
- Sources/Nimble/Matchers/Equal.swift+83-44
- Sources/Nimble/Matchers/HaveCount.swift+5-5
- Sources/Nimble/Matchers/Match.swift+3-3
- Sources/Nimble/Matchers/MatchError.swift+35-8
- Sources/Nimble/Matchers/MatcherFunc.swift+19-3
- Sources/Nimble/Matchers/MatcherProtocols.swift+17
- Sources/Nimble/Matchers/PostNotification.swift+3-3
- Sources/Nimble/Matchers/Predicate.swift+348
- Sources/Nimble/Matchers/RaisesException.swift+3-3
- Sources/Nimble/Matchers/SatisfyAnyOf.swift+73-28
- Sources/Nimble/Matchers/ThrowAssertion.swift+2-2
- Sources/Nimble/Matchers/ThrowError.swift+211-24
- Sources/Nimble/Matchers/ToSucceed.swift+37
- Sources/Nimble/Nimble.h+1-6
- Sources/Nimble/Utils/Async.swift+16-17
- Sources/Nimble/Utils/Errors.swift+3-85
- Sources/NimbleObjectiveC/DSL.h+2
- Sources/NimbleObjectiveC/NMBStringify.h+1-1
- Tests/NimbleTests/AsynchronousTest.swift+7-9
- Tests/NimbleTests/Helpers/utils.swift+11-11
- Tests/NimbleTests/Matchers/BeAnInstanceOfTest.swift+2-2
- Tests/NimbleTests/Matchers/BeCloseToTest.swift+14-14
- Tests/NimbleTests/Matchers/BeGreaterThanOrEqualToTest.swift+4
- Tests/NimbleTests/Matchers/BeGreaterThanTest.swift+3
- Tests/NimbleTests/Matchers/BeIdenticalToTest.swift+3-3
- Tests/NimbleTests/Matchers/ContainTest.swift+4-4
- Tests/NimbleTests/Matchers/EqualTest.swift+4-2
- Tests/NimbleTests/Matchers/MatchErrorTest.swift+1
- Tests/NimbleTests/Matchers/ThrowErrorTest.swift+1
- Tests/NimbleTests/Matchers/ToSucceedTest.swift+36
- Tests/NimbleTests/SynchronousTests.swift+2-2
- Tests/NimbleTests/objc/ObjCAllPassTest.m+7-7
- Tests/NimbleTests/objc/ObjCBeEmptyTest.m+4-4
- Tests/NimbleTests/objc/ObjCBeGreaterThanOrEqualToTest.m+2
- Tests/NimbleTests/objc/ObjCBeGreaterThanTest.m+5-4
- Tests/NimbleTests/objc/ObjCBeLessThanTest.m+4-4
- Tests/NimbleTests/objc/ObjCContainTest.m+2-2
- Tests/NimbleTests/objc/ObjCEqualTest.m+2-2
- Tests/NimbleTests/objc/ObjCRaiseExceptionTest.m+1-1
- script/release+2-1
- test+23-9
- Result.podspec+1-1
- Result.xcodeproj/project.pbxproj+13-1
- Result.xcodeproj/xcshareddata/xcschemes/Result-Mac.xcscheme+1-1
- Result.xcodeproj/xcshareddata/xcschemes/Result-iOS.xcscheme+1-1
- Result.xcodeproj/xcshareddata/xcschemes/Result-tvOS.xcscheme+1-1
- Result.xcodeproj/xcshareddata/xcschemes/Result-watchOS.xcscheme+1-1
- Result/Info.plist+1-1
- Result/Result.swift+7-4
- Result/ResultProtocol.swift+8-5
- Tests/ResultTests/Info.plist+1-1
- Tests/ResultTests/ResultTests.swift+21
+3-3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
4 |
| - | |
5 |
| - | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
| 3 | + | |
4 | 4 |
| |
5 | 5 |
| |
6 |
| - | |
| 6 | + | |
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
| |||
20 | 20 |
| |
21 | 21 |
| |
22 | 22 |
| |
23 |
| - | |
| 23 | + | |
24 | 24 |
| |
25 | 25 |
| |
26 | 26 |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
18 |
| - | |
| 18 | + | |
19 | 19 |
| |
20 | 20 |
| |
21 | 21 |
| |
|
0 commit comments