File tree
19 files changed
+37
-32
lines changed- Carthage/Checkouts
- ResponseDetective
- Configuration
- Sources
- Tests/Specs
- ResponseDetective.xcodeproj
19 files changed
+37
-32
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
| 10 | + | |
| 11 | + | |
| 12 | + |
This file was deleted.
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
14 |
| - | |
15 |
| - | |
16 |
| - | |
| 14 | + | |
| 15 | + | |
| 16 | + |
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
2 |
| - | |
3 |
| - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
4 | 4 |
|
Submodule OHHTTPStubs added at 5431829
- .gitignore+2-2
- .hound.yml+3-1
- .swift-version+1-1
- .travis.yml+40-40
- Dangerfile+2-2
- 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/SharedExamples.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+43-39
- Package.resolved+16
- Package.swift+30-37
- [email protected]-40
- Quick Templates/Quick Configuration Class.xctemplate/Objective-C/___FILEBASENAME___.h+1-1
- Quick Templates/Quick Configuration Class.xctemplate/Objective-C/___FILEBASENAME___.m+1-1
- Quick Templates/Quick Configuration Class.xctemplate/Swift/___FILEBASENAME___.swift+1-1
- Quick Templates/Quick Spec Class.xctemplate/Objective-C/___FILEBASENAME___.m+1-1
- Quick Templates/Quick Spec Class.xctemplate/Swift/___FILEBASENAME___.swift+1-1
- Quick.podspec+10-3
- Quick.xcodeproj/project.pbxproj+65-42
- 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
- Quick.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings+8
- README.md+3-1
- Rakefile+13-5
- Sources/Quick/Behavior.swift+1-1
- Sources/Quick/Callsite.swift+3-9
- Sources/Quick/Configuration/Configuration.swift+2-2
- Sources/Quick/Configuration/QuickConfiguration.swift+4-4
- Sources/Quick/DSL/World+DSL.swift+12-7
- Sources/Quick/ErrorUtility.swift+1-1
- Sources/Quick/Example.swift+6-9
- Sources/Quick/ExampleMetadata.swift+3-9
- Sources/Quick/Filter.swift+3-9
- Sources/Quick/NSBundle+CurrentTestBundle.swift+1-1
- Sources/Quick/NSString+C99ExtendedIdentifier.swift+20-4
- Sources/Quick/QuickMain.swift+2-2
- Sources/Quick/QuickSelectedTestSuiteBuilder.swift+1-1
- Sources/Quick/QuickSpec.swift+9-5
- Sources/Quick/QuickTestSuite.swift+1-1
- Sources/Quick/World.swift+6-12
- 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/QuickTestHelpers/XCTestCaseProvider.swift+1-1
- Tests/QuickTests/QuickTests/FunctionalTests/AfterEachTests.swift+1-1
- Tests/QuickTests/QuickTests/FunctionalTests/BeforeEachTests.swift+1-1
- Tests/QuickTests/QuickTests/FunctionalTests/BehaviorTests.swift+1-1
- Tests/QuickTests/QuickTests/FunctionalTests/ContextTests.swift+1-1
- Tests/QuickTests/QuickTests/FunctionalTests/CurrentSpecTests.swift+25
- Tests/QuickTests/QuickTests/FunctionalTests/DescribeTests.swift+1-1
- Tests/QuickTests/QuickTests/FunctionalTests/ItTests.swift+2-2
- Tests/QuickTests/QuickTests/FunctionalTests/SharedExamplesTests.swift+1-1
- 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
- script/release+1-1
- script/travis-install-macos-4
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + | |
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
|
+6-5
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
4 |
| - | |
| 3 | + | |
| 4 | + | |
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
| 8 | + | |
8 | 9 |
| |
9 | 10 |
| |
10 | 11 |
| |
11 | 12 |
| |
12 | 13 |
| |
13 |
| - | |
| 14 | + | |
14 | 15 |
| |
15 | 16 |
| |
16 | 17 |
| |
| |||
117 | 118 |
| |
118 | 119 |
| |
119 | 120 |
| |
120 |
| - | |
| 121 | + | |
121 | 122 |
| |
122 | 123 |
| |
123 | 124 |
| |
| |||
126 | 127 |
| |
127 | 128 |
| |
128 | 129 |
| |
129 |
| - | |
| 130 | + | |
130 | 131 |
| |
131 | 132 |
| |
132 | 133 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
13 |
| - | |
| 13 | + | |
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
| |||
46 | 46 |
| |
47 | 47 |
| |
48 | 48 |
| |
| 49 | + | |
| 50 | + | |
49 | 51 |
| |
50 | 52 |
| |
51 | 53 |
| |
52 |
| - | |
| 54 | + | |
53 | 55 |
| |
54 | 56 |
| |
55 | 57 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
141 | 141 |
| |
142 | 142 |
| |
143 | 143 |
| |
144 |
| - | |
145 | 144 |
| |
146 | 145 |
| |
147 | 146 |
| |
| |||
244 | 243 |
| |
245 | 244 |
| |
246 | 245 |
| |
247 |
| - | |
248 | 246 |
| |
249 | 247 |
| |
250 | 248 |
| |
| |||
635 | 633 |
| |
636 | 634 |
| |
637 | 635 |
| |
638 |
| - | |
| 636 | + | |
639 | 637 |
| |
640 | 638 |
| |
641 | 639 |
| |
| |||
666 | 664 |
| |
667 | 665 |
| |
668 | 666 |
| |
669 |
| - | |
| 667 | + | |
670 | 668 |
| |
671 | 669 |
| |
672 | 670 |
| |
| 671 | + | |
673 | 672 |
| |
674 | 673 |
| |
675 | 674 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
| 3 | + | |
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
| 3 | + | |
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
| 3 | + | |
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
15 |
| - | |
| 15 | + | |
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
20 |
| - | |
| 20 | + | |
21 | 21 |
| |
22 | 22 |
| |
23 | 23 |
| |
24 | 24 |
| |
25 |
| - | |
| 25 | + |
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
8 |
| - | |
| 8 | + | |
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
43 | 43 |
| |
44 | 44 |
| |
45 | 45 |
| |
46 |
| - | |
| 46 | + | |
47 | 47 |
| |
48 | 48 |
| |
49 | 49 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
63 | 63 |
| |
64 | 64 |
| |
65 | 65 |
| |
66 |
| - | |
| 66 | + | |
67 | 67 |
| |
68 |
| - | |
| 68 | + | |
69 | 69 |
| |
70 | 70 |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
50 | 50 |
| |
51 | 51 |
| |
52 | 52 |
| |
53 |
| - | |
| 53 | + | |
54 | 54 |
| |
55 | 55 |
| |
56 | 56 |
| |
|
0 commit comments