File tree
11 files changed
+42
-38
lines changed- Carthage/Checkouts
- ResponseDetective
- Configuration
- Tests/Specs
- ResponseDetective.xcodeproj
11 files changed
+42
-38
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
15 |
| - | |
| 15 | + | |
| 16 | + |
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + | |
| 2 | + | |
2 | 3 |
| |
3 | 4 |
|
- .gitignore+9-1
- .swiftlint.yml+1-1
- .travis.yml+8
- Cartfile.private+1
- Cartfile.resolved+2
- Carthage/Checkouts/CwlCatchException/LICENSE.txt+13
- Carthage/Checkouts/CwlCatchException/Package.swift+9
- Carthage/Checkouts/CwlCatchException/README.md+46
- Carthage/Checkouts/CwlCatchException/Sources/CwlCatchException/CwlCatchException.swift+3-3
- Carthage/Checkouts/CwlCatchException/Sources/CwlCatchExceptionSupport/CwlCatchException.m
- Carthage/Checkouts/CwlCatchException/Sources/CwlCatchExceptionSupport/include/CwlCatchException.h-1
- Carthage/Checkouts/CwlPreconditionTesting/LICENSE.txt+13
- Carthage/Checkouts/CwlPreconditionTesting/Package.swift+19
- Carthage/Checkouts/CwlPreconditionTesting/README.md+73
- Carthage/Checkouts/CwlPreconditionTesting/Sources/CwlMachBadInstructionHandler/CwlMachBadInstructionHandler.m
- Carthage/Checkouts/CwlPreconditionTesting/Sources/CwlMachBadInstructionHandler/include/CwlMachBadInstructionHandler.h+1-1
- Carthage/Checkouts/CwlPreconditionTesting/Sources/CwlMachBadInstructionHandler/mach_excServer.c
- Carthage/Checkouts/CwlPreconditionTesting/Sources/CwlMachBadInstructionHandler/mach_excServer.h
- Carthage/Checkouts/CwlPreconditionTesting/Sources/CwlPreconditionTesting/CwlBadInstructionException.swift
- Carthage/Checkouts/CwlPreconditionTesting/Sources/CwlPreconditionTesting/CwlCatchBadInstruction.swift+18-22
- Carthage/Checkouts/CwlPreconditionTesting/Sources/CwlPreconditionTesting/CwlCatchBadInstructionPosix.swift
- Carthage/Checkouts/CwlPreconditionTesting/Sources/CwlPreconditionTesting/CwlDarwinDefinitions.swift
- Carthage/Checkouts/CwlPreconditionTesting/Sources/CwlPreconditionTesting/Mach/CwlPreconditionTesting.h
- Carthage/Checkouts/CwlPreconditionTesting/Sources/CwlPreconditionTesting/Posix/CwlPreconditionTesting_POSIX.h+2-2
- Nimble.podspec+17-14
- Nimble.xcodeproj/project.pbxproj+154-144
- Nimble.xcodeproj/project.xcworkspace/xcshareddata/Nimble.xccheckout-41
- Package.swift-1
- [email protected]+22
- Sources/Lib/CwlPreconditionTesting/README.md-80
- Sources/Nimble/Matchers/BeLessThanOrEqual.swift+1-1
- Sources/Nimble/Matchers/MatcherProtocols.swift+13-13
- Sources/Nimble/Matchers/PostNotification.swift+30-2
- Sources/Nimble/Nimble.h+5-1
- Tests/NimbleTests/Helpers/utils.swift+1-1
- Tests/NimbleTests/Matchers/BeAKindOfTest.swift+3-3
- Tests/NimbleTests/Matchers/BeAnInstanceOfTest.swift+3-3
- Tests/NimbleTests/Matchers/BeCloseToTest.swift+4-4
- Tests/NimbleTests/Matchers/BeEmptyTest.swift+2-2
- Tests/NimbleTests/Matchers/BeGreaterThanOrEqualToTest.swift+5-5
- Tests/NimbleTests/Matchers/BeGreaterThanTest.swift+6-6
- Tests/NimbleTests/Matchers/BeIdenticalToTest.swift+5-5
- Tests/NimbleTests/Matchers/BeLessThanOrEqualToTest.swift+4-4
- Tests/NimbleTests/Matchers/BeLessThanTest.swift+10-10
- Tests/NimbleTests/Matchers/ContainTest.swift+1-1
- Tests/NimbleTests/Matchers/EqualTest.swift+5-5
- Tests/NimbleTests/Matchers/RaisesExceptionTest.swift+1-1
- Tests/NimbleTests/Matchers/ThrowErrorTest.swift+2-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
13 |
| - | |
| 13 | + | |
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
328 | 328 |
| |
329 | 329 |
| |
330 | 330 |
| |
331 |
| - | |
332 |
| - | |
333 | 331 |
| |
334 | 332 |
| |
335 | 333 |
| |
336 | 334 |
| |
337 |
| - | |
338 |
| - | |
339 |
| - | |
340 |
| - | |
341 |
| - | |
342 |
| - | |
343 |
| - | |
344 |
| - | |
345 |
| - | |
346 |
| - | |
347 |
| - | |
348 |
| - | |
349 |
| - | |
350 |
| - | |
351 | 335 |
| |
352 | 336 |
| |
353 | 337 |
| |
| |||
651 | 635 |
| |
652 | 636 |
| |
653 | 637 |
| |
654 |
| - | |
| 638 | + | |
655 | 639 |
| |
656 | 640 |
| |
657 | 641 |
| |
658 | 642 |
| |
| 643 | + | |
659 | 644 |
| |
660 | 645 |
| |
661 | 646 |
| |
| 647 | + | |
662 | 648 |
| |
663 | 649 |
| |
664 | 650 |
| |
| |||
754 | 740 |
| |
755 | 741 |
| |
756 | 742 |
| |
| 743 | + | |
757 | 744 |
| |
758 | 745 |
| |
759 | 746 |
| |
| |||
771 | 758 |
| |
772 | 759 |
| |
773 | 760 |
| |
| 761 | + | |
774 | 762 |
| |
775 | 763 |
| |
776 | 764 |
| |
| |||
788 | 776 |
| |
789 | 777 |
| |
790 | 778 |
| |
| 779 | + | |
791 | 780 |
| |
792 | 781 |
| |
793 | 782 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + |
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
| 3 | + | |
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
| |||
40 | 40 |
| |
41 | 41 |
| |
42 | 42 |
| |
43 |
| - | |
44 |
| - | |
45 |
| - | |
| 43 | + | |
| 44 | + | |
46 | 45 |
| |
47 | 46 |
| |
48 | 47 |
| |
| |||
71 | 70 |
| |
72 | 71 |
| |
73 | 72 |
| |
74 |
| - | |
75 | 73 |
| |
76 | 74 |
| |
77 | 75 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
| 3 | + | |
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
| |||
40 | 40 |
| |
41 | 41 |
| |
42 | 42 |
| |
43 |
| - | |
44 |
| - | |
45 |
| - | |
| 43 | + | |
| 44 | + | |
46 | 45 |
| |
47 | 46 |
| |
48 | 47 |
| |
| |||
71 | 70 |
| |
72 | 71 |
| |
73 | 72 |
| |
74 |
| - | |
75 | 73 |
| |
76 | 74 |
| |
77 | 75 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
| 3 | + | |
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
| |||
40 | 40 |
| |
41 | 41 |
| |
42 | 42 |
| |
43 |
| - | |
44 |
| - | |
45 |
| - | |
| 43 | + | |
| 44 | + | |
46 | 45 |
| |
47 | 46 |
| |
48 | 47 |
| |
| |||
71 | 70 |
| |
72 | 71 |
| |
73 | 72 |
| |
74 |
| - | |
75 | 73 |
| |
76 | 74 |
| |
77 | 75 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
15 |
| - | |
| 15 | + | |
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
| 10 | + | |
10 | 11 |
| |
11 | 12 |
| |
12 | 13 |
| |
| |||
15 | 16 |
| |
16 | 17 |
| |
17 | 18 |
| |
18 |
| - | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
19 | 26 |
| |
20 | 27 |
| |
21 | 28 |
| |
22 | 29 |
| |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
23 | 34 |
| |
24 | 35 |
| |
25 | 36 |
| |
|
0 commit comments