Commit cc270b0
File tree
9 files changed
+18
-22
lines changed- Carthage/Checkouts
- Commandant
9 files changed
+18
-22
lines changedThis file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
| 1 | + | |
| 2 | + | |
3 | 3 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
4 | 4 | | |
Submodule LlamaKit updated from e37b966 to e28d7f6
- .travis.yml-9
- CONTRIBUTING.md+16-1
- Nimble.podspec+1-1
- Nimble.xcodeproj/project.pbxproj+32-8
- Nimble/Adapters/AdapterProtocols.swift+1-2
- Nimble/Adapters/AssertionRecorder.swift+3-3
- Nimble/Adapters/NimbleXCTestHandler.swift+12
- Nimble/Adapters/XCTestHandler.swift-10
- Nimble/DSL+Wait.swift+7-7
- Nimble/DSL.swift+6-4
- Nimble/Expectation.swift+1-1
- Nimble/Expression.swift+7-5
- Nimble/FailureMessage.swift+1-1
- Nimble/Matchers/AllPass.swift+99
- Nimble/Matchers/BeEmpty.swift+14-3
- Nimble/Matchers/BeGreaterThan.swift+1-1
- Nimble/Matchers/BeGreaterThanOrEqualTo.swift+1-1
- Nimble/Matchers/BeLessThan.swift+1-1
- Nimble/Matchers/BeginWith.swift+1-1
- Nimble/Matchers/Contain.swift+14-1
- Nimble/Matchers/EndWith.swift+1-1
- Nimble/Matchers/Equal.swift+62
- Nimble/Matchers/Match.swift+1-1
- Nimble/Matchers/MatcherProtocols.swift+2-2
- Nimble/Matchers/RaisesException.swift+177-36
- Nimble/Utils/Stringers.swift+3-3
- Nimble/Wrappers/AsyncMatcherWrapper.swift+33-16
- Nimble/objc/DSL.h+10-2
- Nimble/objc/DSL.m+10-2
- NimbleTests/AsynchronousTest.swift+6-7
- NimbleTests/Helpers/utils.swift+5-5
- NimbleTests/Matchers/AllPassTest.swift+74
- NimbleTests/Matchers/BeEmptyTest.swift+1-1
- NimbleTests/Matchers/BeIdenticalToObjectTest.swift+9-9
- NimbleTests/Matchers/BeIdenticalToTest.swift+2-2
- NimbleTests/Matchers/BeNilTest.swift+1-1
- NimbleTests/Matchers/BeginWithTest.swift+2-2
- NimbleTests/Matchers/EndWithTest.swift+2-2
- NimbleTests/Matchers/EqualTest.swift+31
- NimbleTests/Matchers/RaisesExceptionTest.swift+78-27
- NimbleTests/objc/ObjCAllPassTest.m+38
- NimbleTests/objc/ObjCBeEmptyTest.m+80
- NimbleTests/objc/ObjCRaiseExceptionTest.m+74-3
- README.md+84-20
- .travis.yml-5
- CONTRIBUTING.md+4
- Documentation/ArrangeActAssert.md+220
- Documentation/BehavioralTesting.md+87
- Documentation/ConfiguringQuick.md+103
- Documentation/InstallingFileTemplates.md+28
- Documentation/InstallingQuick.md+141
- Documentation/MoreResources.md+28
- Documentation/NimbleAssertions.md+106
- Documentation/QuickExamplesAndGroups.md+462
- Documentation/QuickInObjectiveC.md+53
- Documentation/README.md+42
- Documentation/SettingUpYourXcodeProject.md+73
- Documentation/SharedExamples.md+125
- Documentation/TestingApps.md+179
- Externals/Nimble+1-1
- Quick.podspec+3-2
- Quick.xcodeproj/project.pbxproj+38-64
- Quick.xcodeproj/project.pbxproj.orig-1.3k
- Quick/DSL/DSL.swift+17-17
- Quick/DSL/QCKDSL.h+1-1
- Quick/DSL/QCKDSL.m+3-3
- Quick/DSL/World+DSL.swift+9-9
- QuickTests/ExampleMetadataFunctionalTests.swift-25
- QuickTests/Fixtures/FunctionalTests_SharedExamplesTests_SharedExamples.swift+1-1
- QuickTests/Fixtures/Person.swift-27
- QuickTests/Fixtures/Poet.swift-11
- QuickTests/FunctionalTests+ObjC.m-65
- QuickTests/FunctionalTests.swift-156
- QuickTests/FunctionalTests/AfterSuiteTests+ObjC.m+42
- QuickTests/FunctionalTests/AfterSuiteTests.swift+1-1
- QuickTests/FunctionalTests/BeforeSuiteTests+ObjC.m
- QuickTests/FunctionalTests/BeforeSuiteTests.swift+1-1
- QuickTests/FunctionalTests/SharedExamples+BeforeEachTests+ObjC.m+59
- QuickTests/FunctionalTests/SharedExamplesTests+ObjC.m+36
- QuickTests/FunctionalTests/WorldExampleMetadataFunctionalTests.swift-21
- README.md+5-946
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
66 | 70 | | |
67 | 71 | | |
68 | 72 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
96 | | - | |
| 96 | + | |
97 | 97 | | |
98 | 98 | | |
99 | | - | |
| 99 | + | |
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
| |||
0 commit comments