File tree
5 files changed
+41
-42
lines changed- Carthage/Checkouts
- ObjectiveGitFramework.xcodeproj
5 files changed
+41
-42
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
4 | | - | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
4 | | - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
- .github/ISSUE_TEMPLATE+1-1
- .github/workflows/ci.yml+52
- .github/workflows/swiftlint.yml+15
- .hound.yml-2
- .swift-version+1-1
- .swiftlint.yml+7-4
- .travis.yml+48-48
- CONTRIBUTING.md+1-1
- Dangerfile+3-7
- Documentation/en-us/InstallingQuick.md+24-2
- Documentation/en-us/SharedExamples.md+72-3
- Documentation/ja/InstallingQuick.md+1-1
- Documentation/ja/SharedExamples.md+4-4
- Documentation/ko-kr/BehavioralTesting.md+1-1
- Documentation/ko-kr/InstallingQuick.md+2-2
- Documentation/ko-kr/SharedExamples.md+3-3
- Documentation/pt-br/SharedExamples.md+4-4
- Documentation/zh-cn/InstallingQuick.md+1-1
- Documentation/zh-cn/SharedExamples.md+3-3
- Externals/Nimble+1-1
- Gemfile+1-2
- Gemfile.lock+80-60
- Package.resolved+2-2
- Package.swift+39-37
- Package@swift-4.2.swift+12-6
- 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+3-3
- Quick Templates/Quick Spec Class.xctemplate/Swift/___FILEBASENAME___.swift+1-1
- Quick.podspec+10-3
- Quick.xcodeproj/project.pbxproj+243-353
- Quick.xcodeproj/xcshareddata/xcschemes/Quick-iOS.xcscheme+1-1
- Quick.xcodeproj/xcshareddata/xcschemes/Quick-macOS.xcscheme+20-14
- Quick.xcodeproj/xcshareddata/xcschemes/Quick-tvOS.xcscheme+1-1
- Quick.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings+8
- README.md+3-1
- Rakefile+12-7
- Sources/Quick/Behavior.swift+8-6
- Sources/Quick/Callsite.swift+19-12
- Sources/Quick/Configuration/Configuration.swift+24-20
- Sources/Quick/Configuration/QuickConfiguration.swift+59-20
- Sources/Quick/DSL/DSL.swift+16-12
- Sources/Quick/DSL/World+DSL.swift+25-24
- Sources/Quick/ErrorUtility.swift+1-1
- Sources/Quick/Example.swift+9-20
- Sources/Quick/ExampleGroup.swift+7
- Sources/Quick/ExampleMetadata.swift+5-9
- Sources/Quick/Filter.swift+5-9
- Sources/Quick/NSBundle+CurrentTestBundle.swift+2-2
- Sources/Quick/QuickMain.swift+3-10
- Sources/Quick/QuickSelectedTestSuiteBuilder.swift+1-1
- Sources/Quick/QuickSpec.swift+43-52
- Sources/Quick/QuickTestObservation.swift+69
- Sources/Quick/QuickTestSuite.swift+1-1
- Sources/Quick/String+C99ExtendedIdentifier.swift+5-8
- Sources/Quick/World.swift+43-27
- Sources/QuickObjCRuntime/QuickSpecBase.m+5-22
- Sources/QuickObjCRuntime/include/QuickSpecBase.h+7
- Sources/QuickObjectiveC/Configuration/QuickConfiguration.m+2-43
- Sources/QuickObjectiveC/QuickSpec.h+1-1
- Sources/QuickObjectiveC/QuickSpec.m+43-33
- Sources/QuickSpecBase/include/QuickSpecBase.h-11
- Tests/.swiftlint.yml+5
- Tests/LinuxMain.swift+16-15
- Tests/QuickIssue853RegressionTests/SubclassOfSubclassWithStructPropertyTests.swift+20
- Tests/QuickTests/QuickFocusedTests/FocusedTests.swift+13-2
- Tests/QuickTests/QuickTestHelpers/SpecRunner.swift-30
- Tests/QuickTests/QuickTestHelpers/TestRun.swift-9
- Tests/QuickTests/QuickTestHelpers/XCTestCaseProvider.swift+5-5
- Tests/QuickTests/QuickTests/FunctionalTests/AfterEachTests.swift+6-6
- Tests/QuickTests/QuickTests/FunctionalTests/BeforeEachTests.swift+4-4
- Tests/QuickTests/QuickTests/FunctionalTests/BeforeSuiteTests.swift+3-3
- Tests/QuickTests/QuickTests/FunctionalTests/BehaviorTests.swift+4-6
- Tests/QuickTests/QuickTests/FunctionalTests/Configuration/AfterEach/Configuration+AfterEachTests.swift+1-1
- Tests/QuickTests/QuickTests/FunctionalTests/Configuration/BeforeEach/Configuration+BeforeEachTests.swift+1-1
- Tests/QuickTests/QuickTests/FunctionalTests/ContextTests.swift+2-2
- Tests/QuickTests/QuickTests/FunctionalTests/CurrentSpecTests.swift+18-6
- Tests/QuickTests/QuickTests/FunctionalTests/DescribeTests.swift+3-3
- Tests/QuickTests/QuickTests/FunctionalTests/ItTests.swift+16-14
- Tests/QuickTests/QuickTests/FunctionalTests/ObjC/ItTests+ObjC.m+1-1
- Tests/QuickTests/QuickTests/FunctionalTests/PendingTests.swift+13-1
- Tests/QuickTests/QuickTests/FunctionalTests/QuickSpec_SelectedTests.swift+52
- Tests/QuickTests/QuickTests/FunctionalTests/SharedExamples+BeforeEachTests.swift+1-1
- Tests/QuickTests/QuickTests/FunctionalTests/SharedExamplesTests.swift+3-3
- Tests/QuickTests/QuickTests/Helpers/QCKSpecRunner.m+8-23
- Tests/QuickTests/QuickTests/Helpers/QuickSpec+MethodList.swift+24
- Tests/QuickTests/QuickTests/Helpers/QuickSpec+QuickSpec_MethodList.h-17
- Tests/QuickTests/QuickTests/Helpers/QuickSpec+QuickSpec_MethodList.m-23
- Tests/QuickTests/QuickTests/Helpers/QuickSpecRunner.swift+101
- Tests/QuickTests/QuickTests/Helpers/QuickTestsBridgingHeader.h+1-2
- Tests/QuickTests/QuickTests/Helpers/XCTestObservationCenter+QCKSuspendObservation.h-20
- Tests/QuickTests/QuickTests/Helpers/XCTestObservationCenter+QCKSuspendObservation.m-54
- Tests/QuickTests/QuickTests/Helpers/XCTestObservationCenter+QCKSuspendObservation.swift+64
- script/release+1-1
- script/travis-install-macos-4
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
490 | 490 | | |
491 | 491 | | |
492 | 492 | | |
| 493 | + | |
| 494 | + | |
| 495 | + | |
| 496 | + | |
| 497 | + | |
| 498 | + | |
493 | 499 | | |
494 | 500 | | |
495 | 501 | | |
| |||
626 | 632 | | |
627 | 633 | | |
628 | 634 | | |
629 | | - | |
630 | | - | |
631 | | - | |
632 | | - | |
633 | | - | |
634 | 635 | | |
635 | 636 | | |
636 | 637 | | |
| |||
639 | 640 | | |
640 | 641 | | |
641 | 642 | | |
642 | | - | |
643 | 643 | | |
644 | 644 | | |
645 | 645 | | |
| |||
819 | 819 | | |
820 | 820 | | |
821 | 821 | | |
| 822 | + | |
| 823 | + | |
| 824 | + | |
| 825 | + | |
| 826 | + | |
| 827 | + | |
| 828 | + | |
| 829 | + | |
| 830 | + | |
| 831 | + | |
| 832 | + | |
| 833 | + | |
| 834 | + | |
822 | 835 | | |
823 | 836 | | |
824 | 837 | | |
| |||
1029 | 1042 | | |
1030 | 1043 | | |
1031 | 1044 | | |
| 1045 | + | |
1032 | 1046 | | |
1033 | 1047 | | |
1034 | | - | |
1035 | 1048 | | |
1036 | 1049 | | |
1037 | 1050 | | |
| |||
1050 | 1063 | | |
1051 | 1064 | | |
1052 | 1065 | | |
1053 | | - | |
1054 | | - | |
1055 | | - | |
1056 | | - | |
1057 | | - | |
1058 | | - | |
1059 | | - | |
1060 | | - | |
1061 | | - | |
1062 | | - | |
1063 | | - | |
1064 | | - | |
1065 | | - | |
1066 | 1066 | | |
1067 | 1067 | | |
1068 | 1068 | | |
| |||
1679 | 1679 | | |
1680 | 1680 | | |
1681 | 1681 | | |
1682 | | - | |
| 1682 | + | |
1683 | 1683 | | |
1684 | 1684 | | |
1685 | 1685 | | |
| |||
1708 | 1708 | | |
1709 | 1709 | | |
1710 | 1710 | | |
1711 | | - | |
| 1711 | + | |
1712 | 1712 | | |
1713 | 1713 | | |
1714 | 1714 | | |
| |||
1863 | 1863 | | |
1864 | 1864 | | |
1865 | 1865 | | |
1866 | | - | |
| 1866 | + | |
1867 | 1867 | | |
1868 | 1868 | | |
1869 | 1869 | | |
| |||
1880 | 1880 | | |
1881 | 1881 | | |
1882 | 1882 | | |
1883 | | - | |
1884 | 1883 | | |
1885 | 1884 | | |
1886 | 1885 | | |
1887 | 1886 | | |
1888 | 1887 | | |
1889 | 1888 | | |
1890 | 1889 | | |
1891 | | - | |
| 1890 | + | |
1892 | 1891 | | |
1893 | 1892 | | |
1894 | 1893 | | |
| |||
1946 | 1945 | | |
1947 | 1946 | | |
1948 | 1947 | | |
1949 | | - | |
| 1948 | + | |
1950 | 1949 | | |
1951 | 1950 | | |
1952 | 1951 | | |
| |||
1975 | 1974 | | |
1976 | 1975 | | |
1977 | 1976 | | |
1978 | | - | |
| 1977 | + | |
1979 | 1978 | | |
1980 | 1979 | | |
1981 | 1980 | | |
| |||
2020 | 2019 | | |
2021 | 2020 | | |
2022 | 2021 | | |
2023 | | - | |
| 2022 | + | |
2024 | 2023 | | |
2025 | 2024 | | |
2026 | 2025 | | |
| |||
2165 | 2164 | | |
2166 | 2165 | | |
2167 | 2166 | | |
2168 | | - | |
| 2167 | + | |
2169 | 2168 | | |
2170 | 2169 | | |
2171 | 2170 | | |
| |||
2194 | 2193 | | |
2195 | 2194 | | |
2196 | 2195 | | |
2197 | | - | |
| 2196 | + | |
2198 | 2197 | | |
2199 | 2198 | | |
2200 | 2199 | | |
| |||
2214 | 2213 | | |
2215 | 2214 | | |
2216 | 2215 | | |
2217 | | - | |
| 2216 | + | |
2218 | 2217 | | |
2219 | 2218 | | |
2220 | 2219 | | |
| |||
2230 | 2229 | | |
2231 | 2230 | | |
2232 | 2231 | | |
2233 | | - | |
| 2232 | + | |
2234 | 2233 | | |
2235 | 2234 | | |
2236 | 2235 | | |
2237 | 2236 | | |
2238 | 2237 | | |
2239 | 2238 | | |
2240 | 2239 | | |
2241 | | - | |
| 2240 | + | |
2242 | 2241 | | |
2243 | 2242 | | |
2244 | 2243 | | |
| |||
0 commit comments