File tree
6 files changed
+12
-12
lines changed- Carthage/Checkouts
6 files changed
+12
-12
lines changedLines 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/workflows/ci.yml+34
- .swiftlint.yml+2
- .travis.yml+18-11
- Cartfile.private+1-1
- Cartfile.resolved+1-2
- Carthage/Checkouts/CwlCatchException/Package.swift-9
- Carthage/Checkouts/CwlPreconditionTesting/Dependencies/CwlCatchException/LICENSE.txt+2
- Carthage/Checkouts/CwlPreconditionTesting/Dependencies/CwlCatchException/Package.swift+14
- Carthage/Checkouts/CwlPreconditionTesting/Dependencies/CwlCatchException/README.md+1-1
- Carthage/Checkouts/CwlPreconditionTesting/Dependencies/CwlCatchException/Sources/CwlCatchException/CwlCatchException.swift+5-5
- Carthage/Checkouts/CwlPreconditionTesting/Dependencies/CwlCatchException/Sources/CwlCatchExceptionSupport/CwlCatchException.m+2-5
- Carthage/Checkouts/CwlPreconditionTesting/Dependencies/CwlCatchException/Sources/CwlCatchExceptionSupport/include/CwlCatchException.h+2-5
- Carthage/Checkouts/CwlPreconditionTesting/Package.swift+19-10
- Carthage/Checkouts/CwlPreconditionTesting/README.md+5-19
- Carthage/Checkouts/CwlPreconditionTesting/Sources/CwlMachBadInstructionHandler/CwlMachBadInstructionHandler.m+32-29
- Carthage/Checkouts/CwlPreconditionTesting/Sources/CwlMachBadInstructionHandler/include/CwlMachBadInstructionHandler.h+9-1
- Carthage/Checkouts/CwlPreconditionTesting/Sources/CwlMachBadInstructionHandler/mach_excServer.c+3-4
- Carthage/Checkouts/CwlPreconditionTesting/Sources/CwlMachBadInstructionHandler/mach_excServer.h+8
- Carthage/Checkouts/CwlPreconditionTesting/Sources/CwlPreconditionTesting/CwlBadInstructionException.swift+44-44
- Carthage/Checkouts/CwlPreconditionTesting/Sources/CwlPreconditionTesting/CwlCatchBadInstruction.swift+161-148
- Carthage/Checkouts/CwlPreconditionTesting/Sources/CwlPreconditionTesting/CwlCatchBadInstructionPosix.swift+73-73
- Carthage/Checkouts/CwlPreconditionTesting/Sources/CwlPreconditionTesting/CwlDarwinDefinitions.swift+31-31
- Carthage/Checkouts/CwlPreconditionTesting/Sources/CwlPreconditionTesting/Posix/CwlPreconditionTesting_POSIX.h-29
- Carthage/Checkouts/CwlPreconditionTesting/Sources/CwlPreconditionTesting/include/CwlPreconditionTesting.h+8-5
- Nimble.podspec+6-7
- Nimble.xcodeproj/project.pbxproj+32-40
- Package.resolved+8
- Package.swift+52-11
- [email protected]+52-11
- Sources/Nimble/Adapters/NimbleXCTestHandler.swift+2-2
- Sources/Nimble/Matchers/ThrowAssertion.swift+5-5
- Sources/Nimble/Nimble.h+1-5
- Sources/Nimble/Utils/Await.swift+12-4
- Sources/NimbleObjectiveC/XCTestObservationCenter+Register.m+3-74
- Tests/NimbleTests/AsynchronousTest.swift+37-3
- Tests/NimbleTests/Matchers/ThrowAssertionTest.swift+1-1
- Tests/NimbleTests/XCTestManifests.swift+1
- script/release+1-1
- test+7-3
- .github/ISSUE_TEMPLATE+1-1
- .github/workflows/ci.yml+52
- .github/workflows/swiftlint.yml+15
- .hound.yml-4
- .swiftlint.yml+7-4
- .travis.yml+22-18
- CONTRIBUTING.md+1-1
- Dangerfile+1-5
- Documentation/en-us/InstallingQuick.md+24-2
- Documentation/en-us/SharedExamples.md+71-2
- Documentation/ja/InstallingQuick.md+1-1
- Documentation/ja/SharedExamples.md+4-4
- Documentation/ko-kr/InstallingQuick.md+1-1
- 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+69-49
- Package.resolved+2-2
- Package.swift+14-5
- [email protected]+46
- Quick Templates/Quick Spec Class.xctemplate/Objective-C/___FILEBASENAME___.m+2-2
- Quick.podspec+7-3
- Quick.xcodeproj/project.pbxproj+237-347
- 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
- README.md+1-1
- Rakefile+8-6
- Sources/Quick/Behavior.swift+8-6
- Sources/Quick/Callsite.swift+17-4
- Sources/Quick/Configuration/Configuration.swift+22-18
- Sources/Quick/Configuration/QuickConfiguration.swift+59-20
- Sources/Quick/DSL/DSL.swift+16-12
- Sources/Quick/DSL/World+DSL.swift+24-23
- Sources/Quick/Example.swift+7-12
- Sources/Quick/ExampleGroup.swift+7
- Sources/Quick/ExampleMetadata.swift+3-1
- Sources/Quick/Filter.swift+3-1
- Sources/Quick/NSBundle+CurrentTestBundle.swift+1-1
- Sources/Quick/QuickMain.swift+1-8
- Sources/Quick/QuickSpec.swift+42-43
- Sources/Quick/QuickTestObservation.swift+69
- Sources/Quick/String+C99ExtendedIdentifier.swift+4-7
- Sources/Quick/World.swift+40-18
- 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+4-4
- Tests/QuickTests/QuickTests/FunctionalTests/AfterEachTests.swift+5-5
- Tests/QuickTests/QuickTests/FunctionalTests/BeforeEachTests.swift+3-3
- Tests/QuickTests/QuickTests/FunctionalTests/BeforeSuiteTests.swift+3-3
- Tests/QuickTests/QuickTests/FunctionalTests/BehaviorTests.swift+3-5
- 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+1-1
- Tests/QuickTests/QuickTests/FunctionalTests/CurrentSpecTests.swift+18-6
- Tests/QuickTests/QuickTests/FunctionalTests/DescribeTests.swift+2-2
- 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+2-2
- 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
Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
13 |
| - | |
14 |
| - | |
| 13 | + | |
| 14 | + | |
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
|
0 commit comments