File tree
6 files changed
+8
-12
lines changed- Carthage/Checkouts
- ReactiveObjCTests
6 files changed
+8
-12
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 |
| - | |
| 2 | + | |
3 | 3 |
| |
4 | 4 |
| |
5 |
| - | |
6 |
| - | |
7 | 5 |
| |
8 | 6 |
| |
9 | 7 |
| |
10 |
| - | |
11 |
| - | |
12 | 8 |
| |
13 | 9 |
| |
14 | 10 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 |
| - | |
3 |
| - | |
| 2 | + | |
| 3 | + |
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
2 |
| - | |
| 1 | + | |
| 2 | + | |
3 | 3 |
|
- .github/ISSUE_TEMPLATE+36
- .github/PULL_REQUEST_TEMPLATE+14
- .gitignore+2-1
- .hound.yml+2
- .swift-version+1-1
- .swiftlint.yml+8
- .travis.yml+21-5
- Dangerfile+53
- Documentation/README.md+1
- Documentation/en-us/InstallingQuick.md+1-18
- Documentation/en-us/SettingUpYourXcodeProject.md+9-3
- Documentation/en-us/SharedExamples.md+3-3
- Documentation/en-us/TestUsingTestDoubles.md+34-34
- Documentation/ja/ConfiguringQuick.md+1-1
- Documentation/pt-br/BehavioralTesting.md+78
- Documentation/pt-br/README.md+39
- Documentation/pt-br/SharedExamples.md+116
- Documentation/zh-cn/README.md+1
- Documentation/zh-cn/SharedExamples.md+113
- Externals/Nimble+1-1
- Gemfile+2
- Gemfile.lock+72-26
- Package.swift+43-14
- [email protected]+40
- Quick Templates/Quick Configuration Class.xctemplate/Swift/___FILEBASENAME___.swift+1-1
- Quick.podspec+1-1
- Quick.xcodeproj/project.pbxproj+542-91
- Quick.xcodeproj/xcshareddata/xcschemes/Quick-iOS.xcscheme+31-5
- Quick.xcodeproj/xcshareddata/xcschemes/Quick-macOS.xcscheme+31-5
- Quick.xcodeproj/xcshareddata/xcschemes/Quick-tvOS.xcscheme+31-5
- README.md+29-10
- Rakefile+4-3
- Sources/Quick/Behavior.swift+17
- Sources/Quick/Callsite.swift+22-7
- Sources/Quick/Configuration/Configuration.swift+5-5
- Sources/Quick/Configuration/QuickConfiguration.swift+32-1
- Sources/Quick/DSL/DSL.swift+56-12
- Sources/Quick/DSL/World+DSL.swift+50-14
- Sources/Quick/ErrorUtility.swift+1-1
- Sources/Quick/Example.swift+31-11
- Sources/Quick/ExampleGroup.swift+11-15
- Sources/Quick/ExampleMetadata.swift+14-1
- Sources/Quick/Filter.swift+14-1
- Sources/Quick/Hooks/Closures.swift+3-3
- Sources/Quick/Hooks/ExampleHooks.swift+3-3
- Sources/Quick/NSBundle+CurrentTestBundle.swift+10-1
- Sources/Quick/NSString+C99ExtendedIdentifier.swift+33
- Sources/Quick/QuickMain.swift+11-6
- Sources/Quick/QuickSelectedTestSuiteBuilder.swift+2-2
- Sources/Quick/QuickSpec.swift+78-4
- Sources/Quick/QuickTestSuite.swift+6-6
- Sources/Quick/String+FileName.swift-12
- Sources/Quick/URL+FileName.swift+12
- Sources/Quick/World.swift+26-11
- Sources/QuickObjectiveC/NSString+QCKSelectorName.h-17
- Sources/QuickObjectiveC/NSString+QCKSelectorName.m-37
- Sources/QuickObjectiveC/QuickSpec.m+9-38
- Sources/QuickSpecBase/QuickSpecBase.m+55
- Sources/QuickSpecBase/include/QuickSpecBase.h+11
- Tests/LinuxMain.swift+5-7
- Tests/QuickTests/QuickAfterSuiteTests/AfterSuiteTests+ObjC.m+32
- Tests/QuickTests/QuickAfterSuiteTests/AfterSuiteTests.swift+26
- Tests/QuickTests/QuickAfterSuiteTests/Info.plist+24
- Tests/QuickTests/QuickFocusedTests/FocusedTests.swift+22-8
- Tests/QuickTests/QuickTestHelpers/TestRun.swift-1
- Tests/QuickTests/QuickTestHelpers/XCTestCaseProvider.swift+4-4
- Tests/QuickTests/QuickTests/Fixtures/FunctionalTests_BehaviorTests_Behaviors.swift+20
- Tests/QuickTests/QuickTests/Fixtures/FunctionalTests_SharedExamplesTests_SharedExamples.swift+1-1
- Tests/QuickTests/QuickTests/FunctionalTests/AfterEachTests.swift+26-27
- Tests/QuickTests/QuickTests/FunctionalTests/AfterSuiteTests.swift-45
- Tests/QuickTests/QuickTests/FunctionalTests/BeforeEachTests.swift+23-24
- Tests/QuickTests/QuickTests/FunctionalTests/BeforeSuiteTests.swift+1-1
- Tests/QuickTests/QuickTests/FunctionalTests/BehaviorTests.swift+59
- Tests/QuickTests/QuickTests/FunctionalTests/BundleModuleNameTests.swift+30
- 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/CrossReferencingSpecs.swift+2-2
- Tests/QuickTests/QuickTests/FunctionalTests/DescribeTests.swift+2-2
- Tests/QuickTests/QuickTests/FunctionalTests/ItTests.swift+14-16
- Tests/QuickTests/QuickTests/FunctionalTests/ObjC/AfterSuiteTests+ObjC.m-42
- Tests/QuickTests/QuickTests/FunctionalTests/ObjC/FailureUsingXCTAssertTests+ObjC.m+1-1
- Tests/QuickTests/QuickTests/FunctionalTests/PendingTests.swift+9-2
- Tests/QuickTests/QuickTests/FunctionalTests/SharedExamples+BeforeEachTests.swift+1-1
- Tests/QuickTests/QuickTests/FunctionalTests/SharedExamplesTests.swift+3-3
- Tests/QuickTests/QuickTests/Helpers/QuickTestsBridgingHeader.h+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
366 | 366 |
| |
367 | 367 |
| |
368 | 368 |
| |
369 |
| - | |
| 369 | + | |
370 | 370 |
| |
371 | 371 |
| |
372 | 372 |
| |
|
0 commit comments