File tree
12 files changed
+50
-59
lines changed- Carthage/Checkouts
- ReactKitCalculator
- ReactKitCalculatorTests
12 files changed
+50
-59
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + |
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
2 |
| - | |
| 1 | + | |
| 2 | + |
Lines changed: 4 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
2 |
| - | |
3 |
| - | |
4 |
| - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + |
- .travis.yml-9
- CONTRIBUTING.md+16-1
- Nimble.podspec+2-2
- Nimble.xcodeproj/project.pbxproj+28-12
- Nimble/Adapters/AdapterProtocols.swift+1-2
- Nimble/Adapters/AssertionRecorder.swift+3-3
- Nimble/Adapters/NimbleXCTestHandler.swift+12
- Nimble/Adapters/XCTestHandler.swift-10
- Nimble/DSL+Wait.swift+7-7
- Nimble/DSL.swift+6-4
- Nimble/Expectation.swift+1-1
- Nimble/Expression.swift+7-4
- Nimble/FailureMessage.swift+1-1
- Nimble/Matchers/AllPass.swift+99
- Nimble/Matchers/BeGreaterThan.swift+1-1
- Nimble/Matchers/BeGreaterThanOrEqualTo.swift+1-1
- Nimble/Matchers/BeLessThan.swift+1-1
- Nimble/Matchers/BeginWith.swift+1-1
- Nimble/Matchers/Contain.swift+14-1
- Nimble/Matchers/EndWith.swift+1-1
- Nimble/Matchers/Equal.swift+62
- Nimble/Matchers/Match.swift+1-1
- Nimble/Matchers/MatcherProtocols.swift+2-2
- Nimble/Matchers/RaisesException.swift+158-33
- Nimble/Utils/Stringers.swift+3-3
- Nimble/Wrappers/AsyncMatcherWrapper.swift+33-16
- Nimble/objc/DSL.h+4
- Nimble/objc/DSL.m+6-2
- NimbleTests/AsynchronousTest.swift+6-7
- NimbleTests/Helpers/utils.swift+5-5
- NimbleTests/Matchers/AllPassTest.swift+74
- NimbleTests/Matchers/BeEmptyTest.swift+1-1
- NimbleTests/Matchers/BeIdenticalToObjectTest.swift+9-9
- NimbleTests/Matchers/BeIdenticalToTest.swift+2-2
- NimbleTests/Matchers/BeNilTest.swift+1-1
- NimbleTests/Matchers/BeginWithTest.swift+2-2
- NimbleTests/Matchers/EndWithTest.swift+2-2
- NimbleTests/Matchers/EqualTest.swift+31
- NimbleTests/Matchers/RaisesExceptionTest.swift+71-41
- NimbleTests/objc/ObjCAllPassTest.m+38
- NimbleTests/objc/ObjCRaiseExceptionTest.m+55-13
- README.md+66-22
- CONTRIBUTING.md+4
- Externals/Nimble+1-1
- Quick.podspec+3-2
- Quick.xcodeproj/project.pbxproj+31-63
- Quick.xcodeproj/project.pbxproj.orig-1.3k
- Quick/DSL/DSL.swift+17-17
- Quick/DSL/QCKDSL.h+1-1
- Quick/DSL/QCKDSL.m+3-3
- Quick/DSL/World+DSL.swift+9-9
- QuickTests/ExampleMetadataFunctionalTests.swift-25
- QuickTests/Fixtures/FunctionalTests_SharedExamplesTests_SharedExamples.swift+1-1
- QuickTests/Fixtures/Person.swift-27
- QuickTests/Fixtures/Poet.swift-11
- QuickTests/FunctionalTests+ObjC.m-65
- QuickTests/FunctionalTests.swift-156
- QuickTests/FunctionalTests/AfterSuiteTests+ObjC.m+42
- QuickTests/FunctionalTests/AfterSuiteTests.swift+1-1
- QuickTests/FunctionalTests/BeforeSuiteTests+ObjC.m
- QuickTests/FunctionalTests/BeforeSuiteTests.swift+1-1
- QuickTests/FunctionalTests/SharedExamples+BeforeEachTests+ObjC.m+59
- QuickTests/FunctionalTests/SharedExamplesTests+ObjC.m+36
- QuickTests/FunctionalTests/WorldExampleMetadataFunctionalTests.swift-21
- README.md+213-25
- Cartfile+1-1
- Cartfile.resolved+1-1
- Carthage/Checkouts/SwiftTask+1-1
- ReactKit.podspec+2-2
- ReactKit.xcodeproj/project.pbxproj+6-6
- ReactKit/Foundation/DynamicArray.swift+57-14
- ReactKit/Foundation/Helper/NSIndexSet+Helper.swift+22
- ReactKit/Foundation/Helper/NSMutableIndexSet+Helper.swift-22
- ReactKit/Foundation/KVO.swift+1-1
- ReactKit/Signal+Conversion.swift+1-1
- ReactKit/Signal.swift+4-4
- ReactKitTests/ArrayKVOTests.swift+104-22
- ReactKitTests/KVOTests.swift+8-8
Lines changed: 3 additions & 17 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
20 | 20 |
| |
21 | 21 |
| |
22 | 22 |
| |
23 |
| - | |
24 |
| - | |
25 |
| - | |
26 |
| - | |
27 |
| - | |
28 |
| - | |
29 |
| - | |
30 |
| - | |
31 |
| - | |
32 |
| - | |
33 |
| - | |
34 |
| - | |
35 |
| - | |
36 |
| - | |
37 | 23 |
| |
38 | 24 |
| |
39 | 25 |
| |
| |||
46 | 32 |
| |
47 | 33 |
| |
48 | 34 |
| |
49 |
| - | |
50 |
| - | |
51 |
| - | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
52 | 38 |
| |
53 | 39 |
| |
54 | 40 |
| |
|
Lines changed: 15 additions & 10 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
15 |
| - | |
| 15 | + | |
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
| |||
256 | 256 |
| |
257 | 257 |
| |
258 | 258 |
| |
259 |
| - | |
| 259 | + | |
260 | 260 |
| |
261 |
| - | |
| 261 | + | |
262 | 262 |
| |
263 | 263 |
| |
264 | 264 |
| |
265 | 265 |
| |
266 | 266 |
| |
267 |
| - | |
| 267 | + | |
268 | 268 |
| |
269 | 269 |
| |
270 | 270 |
| |
| |||
280 | 280 |
| |
281 | 281 |
| |
282 | 282 |
| |
283 |
| - | |
| 283 | + | |
284 | 284 |
| |
285 | 285 |
| |
286 | 286 |
| |
| |||
289 | 289 |
| |
290 | 290 |
| |
291 | 291 |
| |
292 |
| - | |
| 292 | + | |
293 | 293 |
| |
294 | 294 |
| |
295 | 295 |
| |
296 | 296 |
| |
297 | 297 |
| |
298 | 298 |
| |
299 | 299 |
| |
300 |
| - | |
| 300 | + | |
301 | 301 |
| |
302 | 302 |
| |
303 | 303 |
| |
| |||
314 | 314 |
| |
315 | 315 |
| |
316 | 316 |
| |
317 |
| - | |
| 317 | + | |
318 | 318 |
| |
319 | 319 |
| |
320 | 320 |
| |
| |||
360 | 360 |
| |
361 | 361 |
| |
362 | 362 |
| |
363 |
| - | |
| 363 | + | |
364 | 364 |
| |
365 | 365 |
| |
366 | 366 |
| |
| |||
489 | 489 |
| |
490 | 490 |
| |
491 | 491 |
| |
492 |
| - | |
| 492 | + | |
| 493 | + | |
| 494 | + | |
| 495 | + | |
| 496 | + | |
| 497 | + | |
493 | 498 |
| |
494 | 499 |
| |
495 | 500 |
| |
|
Lines changed: 17 additions & 17 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
61 | 61 |
| |
62 | 62 |
| |
63 | 63 |
| |
64 |
| - | |
| 64 | + | |
65 | 65 |
| |
66 | 66 |
| |
67 | 67 |
| |
68 |
| - | |
| 68 | + | |
69 | 69 |
| |
70 | 70 |
| |
71 | 71 |
| |
| |||
75 | 75 |
| |
76 | 76 |
| |
77 | 77 |
| |
78 |
| - | |
| 78 | + | |
79 | 79 |
| |
80 | 80 |
| |
81 | 81 |
| |
| |||
92 | 92 |
| |
93 | 93 |
| |
94 | 94 |
| |
95 |
| - | |
96 |
| - | |
| 95 | + | |
| 96 | + | |
97 | 97 |
| |
98 | 98 |
| |
99 | 99 |
| |
| |||
110 | 110 |
| |
111 | 111 |
| |
112 | 112 |
| |
113 |
| - | |
| 113 | + | |
114 | 114 |
| |
115 | 115 |
| |
116 | 116 |
| |
| |||
122 | 122 |
| |
123 | 123 |
| |
124 | 124 |
| |
125 |
| - | |
| 125 | + | |
126 | 126 |
| |
127 | 127 |
| |
128 | 128 |
| |
129 |
| - | |
| 129 | + | |
130 | 130 |
| |
131 | 131 |
| |
132 | 132 |
| |
133 | 133 |
| |
134 | 134 |
| |
135 |
| - | |
| 135 | + | |
136 | 136 |
| |
137 | 137 |
| |
138 | 138 |
| |
139 | 139 |
| |
140 | 140 |
| |
141 | 141 |
| |
142 | 142 |
| |
143 |
| - | |
| 143 | + | |
144 | 144 |
| |
145 | 145 |
| |
146 | 146 |
| |
147 | 147 |
| |
148 |
| - | |
| 148 | + | |
149 | 149 |
| |
150 | 150 |
| |
151 | 151 |
| |
152 | 152 |
| |
153 | 153 |
| |
154 | 154 |
| |
155 |
| - | |
156 |
| - | |
| 155 | + | |
| 156 | + | |
157 | 157 |
| |
158 | 158 |
| |
159 | 159 |
| |
160 | 160 |
| |
161 | 161 |
| |
162 | 162 |
| |
163 |
| - | |
| 163 | + | |
164 | 164 |
| |
165 | 165 |
| |
166 |
| - | |
| 166 | + | |
167 | 167 |
| |
168 |
| - | |
| 168 | + | |
169 | 169 |
| |
170 | 170 |
| |
171 | 171 |
| |
172 | 172 |
| |
173 | 173 |
| |
174 |
| - | |
| 174 | + | |
175 | 175 |
| |
176 | 176 |
| |
177 | 177 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
24 | 24 |
| |
25 | 25 |
| |
26 | 26 |
| |
27 |
| - | |
| 27 | + | |
28 | 28 |
| |
29 | 29 |
| |
30 | 30 |
| |
|
Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
24 | 24 |
| |
25 | 25 |
| |
26 | 26 |
| |
27 |
| - | |
| 27 | + | |
28 | 28 |
| |
29 | 29 |
| |
30 | 30 |
| |
| |||
288 | 288 |
| |
289 | 289 |
| |
290 | 290 |
| |
291 |
| - | |
| 291 | + | |
292 | 292 |
| |
293 | 293 |
| |
294 |
| - | |
| 294 | + | |
295 | 295 |
| |
296 | 296 |
| |
297 | 297 |
| |
|
0 commit comments