File tree
23 files changed
+53
-55
lines changed- Carthage/Checkouts
- External
- ObjectiveGit
- Categories
- ObjectiveGitTests
23 files changed
+53
-55
lines changedLines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 |
| - | |
3 |
| - | |
4 |
| - | |
| 2 | + | |
| 3 | + | |
| 4 | + |
Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
2 |
| - | |
3 |
| - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
4 | 4 |
|
- .travis.yml+43-1
- Cartfile.private+1-1
- Cartfile.resolved+1-1
- Carthage/Checkouts/CwlPreconditionTesting/Sources/CwlPreconditionTesting/Mach/CwlPreconditionTesting.h+2
- Carthage/Checkouts/CwlPreconditionTesting/Sources/CwlPreconditionTesting/Posix/CwlPreconditionTesting_POSIX.h+2
- Gemfile+1-1
- Gemfile.lock+39-36
- Nimble.podspec+3-4
- Nimble.xcodeproj/project.pbxproj+47-29
- Sources/Nimble/Adapters/AssertionRecorder.swift+2-2
- Sources/Nimble/Adapters/NMBExpectation.swift+3-3
- Sources/Nimble/Adapters/NMBObjCMatcher.swift+23-13
- Sources/Nimble/Adapters/NimbleEnvironment.swift+6-3
- Sources/Nimble/Adapters/NimbleXCTestHandler.swift+12-1
- Sources/Nimble/Expectation.swift+14-21
- Sources/Nimble/ExpectationMessage.swift+3-1
- Sources/Nimble/Matchers/AllPass.swift+3-3
- Sources/Nimble/Matchers/Async.swift+25-82
- Sources/Nimble/Matchers/BeAKindOf.swift+2-2
- Sources/Nimble/Matchers/BeAnInstanceOf.swift+2-2
- Sources/Nimble/Matchers/BeCloseTo.swift+16-4
- Sources/Nimble/Matchers/BeEmpty.swift+3-3
- Sources/Nimble/Matchers/BeGreaterThan.swift+5-5
- Sources/Nimble/Matchers/BeGreaterThanOrEqualTo.swift+10-10
- Sources/Nimble/Matchers/BeIdenticalTo.swift+39-8
- Sources/Nimble/Matchers/BeLessThan.swift+10-10
- Sources/Nimble/Matchers/BeLessThanOrEqual.swift+9-10
- Sources/Nimble/Matchers/BeLogical.swift+4-4
- Sources/Nimble/Matchers/BeNil.swift+1-1
- Sources/Nimble/Matchers/BeVoid.swift+2-3
- Sources/Nimble/Matchers/BeginWith.swift+3-3
- Sources/Nimble/Matchers/Contain.swift+24-24
- Sources/Nimble/Matchers/ContainElementSatisfying.swift+10-12
- Sources/Nimble/Matchers/EndWith.swift+17-21
- Sources/Nimble/Matchers/Equal.swift+2-2
- Sources/Nimble/Matchers/HaveCount.swift+23-17
- Sources/Nimble/Matchers/Match.swift+7-8
- Sources/Nimble/Matchers/MatchError.swift+32-14
- Sources/Nimble/Matchers/MatcherProtocols.swift+2-2
- Sources/Nimble/Matchers/PostNotification.swift+4-2
- Sources/Nimble/Matchers/Predicate.swift+10-6
- Sources/Nimble/Matchers/RaisesException.swift+18-12
- Sources/Nimble/Matchers/SatisfyAllOf.swift+6-31
- Sources/Nimble/Matchers/SatisfyAnyOf.swift+6-31
- Sources/Nimble/Matchers/ThrowAssertion.swift+12-16
- Sources/Nimble/Matchers/ThrowError.swift+45-39
- Sources/Nimble/Utils/Await.swift+4
- Sources/Nimble/Utils/Stringers.swift+16-10
- Sources/NimbleObjectiveC/CurrentTestCaseTracker.h-9
- Sources/NimbleObjectiveC/DSL.m+5-8
- Sources/NimbleObjectiveC/NMBExceptionCapture.m+1-1
- Sources/NimbleObjectiveC/NMBStringify.m+5
- Sources/NimbleObjectiveC/XCTestObservationCenter+Register.m+6-1
- Tests/NimbleTests/Helpers/utils.swift+6-6
- Tests/NimbleTests/Matchers/MatchErrorTest.swift+1-1
- Tests/NimbleTests/Matchers/ThrowAssertionTest.swift+7-1
- Tests/NimbleTests/Matchers/ThrowErrorTest.swift+11-2
- Tests/NimbleTests/SynchronousTest.swift+33
- test+1-1
- .gitignore+2-2
- .travis.yml+9-5
- Documentation/README.md+1
- Documentation/en-us/ConfiguringQuick.md+2-2
- Documentation/en-us/NimbleAssertions.md+14-14
- Documentation/en-us/QuickExamplesAndGroups.md+1-1
- Documentation/en-us/TestingApps.md+75
- Documentation/ja/NimbleAssertions.md+14-14
- Documentation/ja/QuickExamplesAndGroups.md+1-1
- Documentation/ko-kr/ArrangeActAssert.md+203
- Documentation/ko-kr/BehavioralTesting.md+80
- Documentation/ko-kr/ConfiguringQuick.md+99
- Documentation/ko-kr/InstallingFileTemplates.md+25
- Documentation/ko-kr/InstallingQuick.md+141
- Documentation/ko-kr/MoreResources.md+25
- Documentation/ko-kr/NimbleAssertions.md+97
- Documentation/ko-kr/QuickExamplesAndGroups.md+462
- Documentation/ko-kr/QuickInObjectiveC.md+49
- Documentation/ko-kr/README.md+35
- Documentation/ko-kr/SettingUpYourXcodeProject.md+80
- Documentation/ko-kr/SharedExamples.md+116
- Documentation/ko-kr/TestUsingTestDoubles.md+129
- Documentation/ko-kr/TestingApps.md+173
- Documentation/ko-kr/Troubleshooting.md+10
- Documentation/zh-cn/NimbleAssertions.md+12-12
- Documentation/zh-cn/QuickExamplesAndGroups.md+1-1
- Externals/Nimble+1-1
- Gemfile+1-1
- Gemfile.lock+40-36
- Package.resolved+16
- [email protected]+1-1
- Quick.podspec+6-2
- Quick.xcodeproj/project.pbxproj+59-36
- Quick.xcodeproj/xcshareddata/xcschemes/Quick-iOS.xcscheme+1-3
- Quick.xcodeproj/xcshareddata/xcschemes/Quick-macOS.xcscheme+1-3
- Quick.xcodeproj/xcshareddata/xcschemes/Quick-tvOS.xcscheme+1-3
- Quick.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist+8
- Rakefile+5
- Sources/Quick/Behavior.swift+1-1
- Sources/Quick/Configuration/QuickConfiguration.swift+3-3
- Sources/Quick/DSL/World+DSL.swift+9-4
- Sources/Quick/Example.swift+3
- Sources/Quick/NSString+C99ExtendedIdentifier.swift+19-3
- Sources/Quick/QuickSpec.swift+14-2
- Sources/Quick/World.swift+1-1
- Sources/QuickObjectiveC/Configuration/QuickConfiguration.m+6-1
- Sources/QuickObjectiveC/DSL/QCKDSL.m+6-2
- Sources/QuickObjectiveC/DSL/World+DSL.h-20
- Sources/QuickObjectiveC/QuickSpec.h+6
- Sources/QuickObjectiveC/QuickSpec.m+11-3
- Sources/QuickObjectiveC/World.h-18
- Sources/QuickObjectiveC/XCTestSuite+QuickTestSuiteBuilder.m+5
- Tests/QuickTests/QuickTests/FunctionalTests/CurrentSpecTests.swift+25
- Tests/QuickTests/QuickTests/Helpers/QCKSpecRunner.m-1
- Tests/QuickTests/QuickTests/Helpers/QuickSpec+QuickSpec_MethodList.h+7-1
- Tests/QuickTests/QuickTests/Helpers/QuickSpec+QuickSpec_MethodList.m+5-13
Submodule ZipArchive updated 12 files
- .travis.yml+36-18
- ObjectiveCExample/ObjectiveCExample.xcodeproj/project.pbxproj+10
- ObjectiveCExample/ObjectiveCExampleTests/Fixtures/PathTraversal.zip
- ObjectiveCExample/ObjectiveCExampleTests/SSZipArchiveTests.m+52
- ObjectiveCExample/Podfile.lock+3-3
- Release-Instructions.md+4-2
- SSZipArchive.podspec+4-3
- SSZipArchive/SSZipArchive.m+25-15
- SSZipArchive/minizip/crypt.c+2
- SSZipArchive/minizip/crypt.h+2
- SSZipArchive/minizip/unzip.c+8-1
- SwiftExample/Podfile.lock+3-3
Submodule libgit2 updated 6582 files
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
20 |
| - | |
| 20 | + | |
21 | 21 |
| |
22 | 22 |
| |
23 | 23 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
98 | 98 |
| |
99 | 99 |
| |
100 | 100 |
| |
101 |
| - | |
| 101 | + | |
102 | 102 |
| |
103 | 103 |
| |
104 |
| - | |
| 104 | + | |
105 | 105 |
| |
106 | 106 |
| |
107 | 107 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
63 | 63 |
| |
64 | 64 |
| |
65 | 65 |
| |
66 |
| - | |
| 66 | + | |
67 | 67 |
| |
68 | 68 |
| |
69 | 69 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
105 | 105 |
| |
106 | 106 |
| |
107 | 107 |
| |
108 |
| - | |
| 108 | + | |
109 | 109 |
| |
110 | 110 |
| |
111 | 111 |
| |
| |||
114 | 114 |
| |
115 | 115 |
| |
116 | 116 |
| |
117 |
| - | |
| 117 | + | |
118 | 118 |
| |
119 | 119 |
| |
120 | 120 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
69 | 69 |
| |
70 | 70 |
| |
71 | 71 |
| |
72 |
| - | |
| 72 | + | |
73 | 73 |
| |
74 | 74 |
| |
75 | 75 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
127 | 127 |
| |
128 | 128 |
| |
129 | 129 |
| |
130 |
| - | |
| 130 | + | |
131 | 131 |
| |
132 | 132 |
| |
133 | 133 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
98 | 98 |
| |
99 | 99 |
| |
100 | 100 |
| |
101 |
| - | |
| 101 | + | |
102 | 102 |
| |
103 | 103 |
| |
104 | 104 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
133 | 133 |
| |
134 | 134 |
| |
135 | 135 |
| |
136 |
| - | |
| 136 | + | |
137 | 137 |
| |
138 | 138 |
| |
139 | 139 |
| |
|
Lines changed: 8 additions & 10 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
31 | 31 |
| |
32 | 32 |
| |
33 | 33 |
| |
34 |
| - | |
35 |
| - | |
36 |
| - | |
37 |
| - | |
38 |
| - | |
39 |
| - | |
40 |
| - | |
41 |
| - | |
42 |
| - | |
43 |
| - | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
44 | 42 |
| |
45 | 43 |
| |
46 | 44 |
| |
|
Lines changed: 7 additions & 7 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
82 | 82 |
| |
83 | 83 |
| |
84 | 84 |
| |
85 |
| - | |
| 85 | + | |
86 | 86 |
| |
87 |
| - | |
| 87 | + | |
88 | 88 |
| |
89 | 89 |
| |
90 |
| - | |
| 90 | + | |
91 | 91 |
| |
92 | 92 |
| |
93 |
| - | |
| 93 | + | |
94 | 94 |
| |
95 | 95 |
| |
96 |
| - | |
| 96 | + | |
97 | 97 |
| |
98 | 98 |
| |
99 | 99 |
| |
100 | 100 |
| |
101 | 101 |
| |
102 | 102 |
| |
103 | 103 |
| |
104 |
| - | |
| 104 | + | |
105 | 105 |
| |
106 | 106 |
| |
107 | 107 |
| |
| |||
149 | 149 |
| |
150 | 150 |
| |
151 | 151 |
| |
152 |
| - | |
| 152 | + | |
153 | 153 |
| |
154 | 154 |
| |
155 | 155 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
102 | 102 |
| |
103 | 103 |
| |
104 | 104 |
| |
105 |
| - | |
| 105 | + | |
106 | 106 |
| |
107 | 107 |
| |
108 | 108 |
| |
|
Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
34 | 34 |
| |
35 | 35 |
| |
36 | 36 |
| |
37 |
| - | |
38 |
| - | |
39 |
| - | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
40 | 40 |
| |
41 | 41 |
| |
42 | 42 |
| |
|
Lines changed: 4 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
45 | 45 |
| |
46 | 46 |
| |
47 | 47 |
| |
48 |
| - | |
| 48 | + | |
49 | 49 |
| |
50 | 50 |
| |
51 | 51 |
| |
| |||
144 | 144 |
| |
145 | 145 |
| |
146 | 146 |
| |
147 |
| - | |
| 147 | + | |
148 | 148 |
| |
149 | 149 |
| |
150 | 150 |
| |
| |||
160 | 160 |
| |
161 | 161 |
| |
162 | 162 |
| |
163 |
| - | |
| 163 | + | |
164 | 164 |
| |
165 | 165 |
| |
166 | 166 |
| |
| |||
181 | 181 |
| |
182 | 182 |
| |
183 | 183 |
| |
184 |
| - | |
| 184 | + | |
185 | 185 |
| |
186 | 186 |
| |
187 | 187 |
| |
|
Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
317 | 317 |
| |
318 | 318 |
| |
319 | 319 |
| |
320 |
| - | |
| 320 | + | |
321 | 321 |
| |
322 | 322 |
| |
323 | 323 |
| |
| |||
683 | 683 |
| |
684 | 684 |
| |
685 | 685 |
| |
686 |
| - | |
| 686 | + | |
687 | 687 |
| |
688 | 688 |
| |
689 | 689 |
| |
690 | 690 |
| |
691 | 691 |
| |
692 |
| - | |
| 692 | + | |
693 | 693 |
| |
694 | 694 |
| |
695 | 695 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
155 | 155 |
| |
156 | 156 |
| |
157 | 157 |
| |
158 |
| - | |
| 158 | + | |
159 | 159 |
| |
160 | 160 |
| |
161 | 161 |
| |
|
Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
135 | 135 |
| |
136 | 136 |
| |
137 | 137 |
| |
138 |
| - | |
| 138 | + | |
139 | 139 |
| |
140 | 140 |
| |
141 | 141 |
| |
| |||
144 | 144 |
| |
145 | 145 |
| |
146 | 146 |
| |
147 |
| - | |
| 147 | + | |
148 | 148 |
| |
149 | 149 |
| |
150 | 150 |
| |
| |||
170 | 170 |
| |
171 | 171 |
| |
172 | 172 |
| |
173 |
| - | |
| 173 | + | |
174 | 174 |
| |
175 | 175 |
| |
176 | 176 |
| |
|
Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
114 | 114 |
| |
115 | 115 |
| |
116 | 116 |
| |
117 |
| - | |
| 117 | + | |
118 | 118 |
| |
119 | 119 |
| |
120 | 120 |
| |
| |||
139 | 139 |
| |
140 | 140 |
| |
141 | 141 |
| |
142 |
| - | |
| 142 | + | |
143 | 143 |
| |
144 | 144 |
| |
145 | 145 |
| |
| |||
212 | 212 |
| |
213 | 213 |
| |
214 | 214 |
| |
215 |
| - | |
| 215 | + | |
216 | 216 |
| |
217 | 217 |
| |
218 | 218 |
| |
|
0 commit comments