File tree
49 files changed
+102
-408
lines changed- .circleci
- Carthage/Checkouts
- ReactiveObjC.xcodeproj
- ReactiveObjCTests
- ReactiveObjC
- extobjc
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
49 files changed
+102
-408
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
5 |
| - | |
| 5 | + | |
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 |
| - | |
3 |
| - | |
| 2 | + | |
| 3 | + |
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
2 |
| - | |
| 1 | + | |
| 2 | + | |
3 | 3 |
|
- .github/ISSUE_TEMPLATE+1-1
- .github/workflows/ci.yml+52
- .github/workflows/swiftlint.yml+15
- .hound.yml-2
- .swift-version-1
- .swiftlint.yml+7-4
- .travis.yml+35-50
- 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+20-2
- Package.swift+39-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+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+4-1
- Rakefile+8-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+27-23
- 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+69-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+55-37
- Sources/QuickSpecBase/include/QuickSpecBase.h-11
- Tests/.swiftlint.yml+5
- Tests/LinuxMain.swift+17-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+64-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-linux-5
- script/travis-install-macos-4
- script/travis-script-linux-4
Lines changed: 11 additions & 32 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
568 | 568 |
| |
569 | 569 |
| |
570 | 570 |
| |
571 |
| - | |
572 |
| - | |
573 |
| - | |
574 |
| - | |
575 | 571 |
| |
576 | 572 |
| |
577 | 573 |
| |
| |||
692 | 688 |
| |
693 | 689 |
| |
694 | 690 |
| |
695 |
| - | |
696 |
| - | |
697 | 691 |
| |
698 | 692 |
| |
699 | 693 |
| |
| |||
938 | 932 |
| |
939 | 933 |
| |
940 | 934 |
| |
941 |
| - | |
942 |
| - | |
943 |
| - | |
944 |
| - | |
945 | 935 |
| |
946 | 936 |
| |
947 | 937 |
| |
| |||
1029 | 1019 |
| |
1030 | 1020 |
| |
1031 | 1021 |
| |
1032 |
| - | |
1033 |
| - | |
1034 | 1022 |
| |
1035 | 1023 |
| |
1036 | 1024 |
| |
| |||
1363 | 1351 |
| |
1364 | 1352 |
| |
1365 | 1353 |
| |
1366 |
| - | |
1367 |
| - | |
1368 |
| - | |
1369 |
| - | |
1370 | 1354 |
| |
1371 | 1355 |
| |
1372 | 1356 |
| |
| |||
1465 | 1449 |
| |
1466 | 1450 |
| |
1467 | 1451 |
| |
1468 |
| - | |
1469 |
| - | |
1470 | 1452 |
| |
1471 | 1453 |
| |
1472 | 1454 |
| |
| |||
1768 | 1750 |
| |
1769 | 1751 |
| |
1770 | 1752 |
| |
1771 |
| - | |
1772 | 1753 |
| |
1773 | 1754 |
| |
1774 | 1755 |
| |
| |||
1818 | 1799 |
| |
1819 | 1800 |
| |
1820 | 1801 |
| |
1821 |
| - | |
1822 | 1802 |
| |
1823 | 1803 |
| |
1824 | 1804 |
| |
| |||
2441 | 2421 |
| |
2442 | 2422 |
| |
2443 | 2423 |
| |
2444 |
| - | |
2445 | 2424 |
| |
2446 | 2425 |
| |
2447 | 2426 |
| |
| |||
2457 | 2436 |
| |
2458 | 2437 |
| |
2459 | 2438 |
| |
2460 |
| - | |
2461 | 2439 |
| |
2462 | 2440 |
| |
2463 | 2441 |
| |
| |||
2556 | 2534 |
| |
2557 | 2535 |
| |
2558 | 2536 |
| |
2559 |
| - | |
2560 | 2537 |
| |
2561 | 2538 |
| |
2562 | 2539 |
| |
| |||
2570 | 2547 |
| |
2571 | 2548 |
| |
2572 | 2549 |
| |
2573 |
| - | |
2574 | 2550 |
| |
2575 | 2551 |
| |
2576 | 2552 |
| |
| |||
2790 | 2766 |
| |
2791 | 2767 |
| |
2792 | 2768 |
| |
| 2769 | + | |
2793 | 2770 |
| |
2794 | 2771 |
| |
2795 | 2772 |
| |
2796 | 2773 |
| |
2797 | 2774 |
| |
2798 |
| - | |
| 2775 | + | |
2799 | 2776 |
| |
2800 | 2777 |
| |
2801 | 2778 |
| |
2802 | 2779 |
| |
2803 |
| - | |
| 2780 | + | |
2804 | 2781 |
| |
2805 | 2782 |
| |
2806 | 2783 |
| |
| |||
2824 | 2801 |
| |
2825 | 2802 |
| |
2826 | 2803 |
| |
2827 |
| - | |
| 2804 | + | |
2828 | 2805 |
| |
2829 | 2806 |
| |
2830 | 2807 |
| |
2831 | 2808 |
| |
2832 |
| - | |
| 2809 | + | |
2833 | 2810 |
| |
2834 | 2811 |
| |
2835 | 2812 |
| |
| |||
2927 | 2904 |
| |
2928 | 2905 |
| |
2929 | 2906 |
| |
| 2907 | + | |
2930 | 2908 |
| |
2931 | 2909 |
| |
2932 | 2910 |
| |
| |||
2952 | 2930 |
| |
2953 | 2931 |
| |
2954 | 2932 |
| |
| 2933 | + | |
2955 | 2934 |
| |
2956 | 2935 |
| |
2957 | 2936 |
| |
2958 | 2937 |
| |
2959 |
| - | |
| 2938 | + | |
2960 | 2939 |
| |
2961 | 2940 |
| |
2962 | 2941 |
| |
2963 | 2942 |
| |
2964 |
| - | |
| 2943 | + | |
2965 | 2944 |
| |
2966 | 2945 |
| |
2967 | 2946 |
| |
| |||
3036 | 3015 |
| |
3037 | 3016 |
| |
3038 | 3017 |
| |
3039 |
| - | |
| 3018 | + | |
3040 | 3019 |
| |
3041 | 3020 |
| |
3042 | 3021 |
| |
3043 | 3022 |
| |
3044 |
| - | |
| 3023 | + | |
3045 | 3024 |
| |
3046 | 3025 |
| |
3047 | 3026 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
| 11 | + | |
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
|
Lines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
20 |
| - | |
21 | 20 |
| |
22 | 21 |
| |
23 | 22 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
9 |
| - | |
| 9 | + | |
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
9 |
| - | |
10 |
| - | |
| 9 | + | |
| 10 | + | |
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
|
0 commit comments