File tree
5 files changed
+9
-9
lines changed- Carthage/Checkouts
5 files changed
+9
-9
lines changedLines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 |
| - | |
3 |
| - | |
4 |
| - | |
| 2 | + | |
| 3 | + | |
| 4 | + |
Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
2 |
| - | |
3 |
| - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
4 | 4 |
|
- .travis.yml+43-1
- Cartfile.private+1-1
- Cartfile.resolved+1-1
- Carthage/Checkouts/CwlPreconditionTesting/Sources/CwlPreconditionTesting/Mach/CwlPreconditionTesting.h+2
- Carthage/Checkouts/CwlPreconditionTesting/Sources/CwlPreconditionTesting/Posix/CwlPreconditionTesting_POSIX.h+2
- Gemfile+1-1
- Gemfile.lock+39-36
- Nimble.podspec+3-4
- Nimble.xcodeproj/project.pbxproj+47-29
- Sources/Nimble/Adapters/AssertionRecorder.swift+2-2
- Sources/Nimble/Adapters/NMBExpectation.swift+3-3
- Sources/Nimble/Adapters/NMBObjCMatcher.swift+23-13
- Sources/Nimble/Adapters/NimbleEnvironment.swift+6-3
- Sources/Nimble/Adapters/NimbleXCTestHandler.swift+12-1
- Sources/Nimble/Expectation.swift+14-21
- Sources/Nimble/ExpectationMessage.swift+3-1
- Sources/Nimble/Matchers/AllPass.swift+3-3
- Sources/Nimble/Matchers/Async.swift+25-82
- Sources/Nimble/Matchers/BeAKindOf.swift+2-2
- Sources/Nimble/Matchers/BeAnInstanceOf.swift+2-2
- Sources/Nimble/Matchers/BeCloseTo.swift+16-4
- Sources/Nimble/Matchers/BeEmpty.swift+3-3
- Sources/Nimble/Matchers/BeGreaterThan.swift+5-5
- Sources/Nimble/Matchers/BeGreaterThanOrEqualTo.swift+10-10
- Sources/Nimble/Matchers/BeIdenticalTo.swift+39-8
- Sources/Nimble/Matchers/BeLessThan.swift+10-10
- Sources/Nimble/Matchers/BeLessThanOrEqual.swift+9-10
- Sources/Nimble/Matchers/BeLogical.swift+4-4
- Sources/Nimble/Matchers/BeNil.swift+1-1
- Sources/Nimble/Matchers/BeVoid.swift+2-3
- Sources/Nimble/Matchers/BeginWith.swift+3-3
- Sources/Nimble/Matchers/Contain.swift+24-24
- Sources/Nimble/Matchers/ContainElementSatisfying.swift+10-12
- Sources/Nimble/Matchers/EndWith.swift+17-21
- Sources/Nimble/Matchers/Equal.swift+2-2
- Sources/Nimble/Matchers/HaveCount.swift+23-17
- Sources/Nimble/Matchers/Match.swift+7-8
- Sources/Nimble/Matchers/MatchError.swift+32-14
- Sources/Nimble/Matchers/MatcherProtocols.swift+2-2
- Sources/Nimble/Matchers/PostNotification.swift+4-2
- Sources/Nimble/Matchers/Predicate.swift+10-6
- Sources/Nimble/Matchers/RaisesException.swift+18-12
- Sources/Nimble/Matchers/SatisfyAllOf.swift+6-31
- Sources/Nimble/Matchers/SatisfyAnyOf.swift+6-31
- Sources/Nimble/Matchers/ThrowAssertion.swift+12-16
- Sources/Nimble/Matchers/ThrowError.swift+45-39
- Sources/Nimble/Utils/Await.swift+4
- Sources/Nimble/Utils/Stringers.swift+16-10
- Sources/NimbleObjectiveC/CurrentTestCaseTracker.h-9
- Sources/NimbleObjectiveC/DSL.m+5-8
- Sources/NimbleObjectiveC/NMBExceptionCapture.m+1-1
- Sources/NimbleObjectiveC/NMBStringify.m+5
- Sources/NimbleObjectiveC/XCTestObservationCenter+Register.m+6-1
- Tests/NimbleTests/Helpers/utils.swift+6-6
- Tests/NimbleTests/Matchers/MatchErrorTest.swift+1-1
- Tests/NimbleTests/Matchers/ThrowAssertionTest.swift+7-1
- Tests/NimbleTests/Matchers/ThrowErrorTest.swift+11-2
- Tests/NimbleTests/SynchronousTest.swift+33
- test+1-1
- .gitignore+2-2
- .travis.yml+9-5
- 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/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+40-36
- Package.resolved+16
- [email protected]+1-1
- Quick.podspec+6-2
- Quick.xcodeproj/project.pbxproj+59-36
- 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
- Rakefile+5
- Sources/Quick/Behavior.swift+1-1
- Sources/Quick/Configuration/QuickConfiguration.swift+3-3
- Sources/Quick/DSL/World+DSL.swift+9-4
- Sources/Quick/Example.swift+3
- Sources/Quick/NSString+C99ExtendedIdentifier.swift+19-3
- Sources/Quick/QuickSpec.swift+14-2
- Sources/Quick/World.swift+1-1
- 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/QuickTests/FunctionalTests/CurrentSpecTests.swift+25
- 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
Submodule ZipArchive updated 12 files
- .travis.yml+36-18
- ObjectiveCExample/ObjectiveCExample.xcodeproj/project.pbxproj+10
- ObjectiveCExample/ObjectiveCExampleTests/Fixtures/PathTraversal.zip
- ObjectiveCExample/ObjectiveCExampleTests/SSZipArchiveTests.m+52
- ObjectiveCExample/Podfile.lock+3-3
- Release-Instructions.md+4-2
- SSZipArchive.podspec+4-3
- SSZipArchive/SSZipArchive.m+25-15
- SSZipArchive/minizip/crypt.c+2
- SSZipArchive/minizip/crypt.h+2
- SSZipArchive/minizip/unzip.c+8-1
- SwiftExample/Podfile.lock+3-3
0 commit comments