File tree
74 files changed
+683
-327
lines changed- Carthage/Checkouts
- ObjectiveGitFramework.xcodeproj
- ObjectiveGit
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
74 files changed
+683
-327
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: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
2 |
| - | |
3 |
| - | |
| 1 | + | |
| 2 | + | |
| 3 | + |
- .travis.yml-9
- CONTRIBUTING.md+16-1
- Nimble.podspec+7-6
- Nimble.xcodeproj/project.pbxproj+165-17
- 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+43
- Nimble/DSL.swift+6-35
- Nimble/Expectation.swift+1-1
- Nimble/Expression.swift+7-5
- Nimble/FailureMessage.swift+1-1
- Nimble/Matchers/AllPass.swift+99
- Nimble/Matchers/BeCloseTo.swift+50-2
- 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+23-2
- Nimble/objc/DSL.m+19
- Nimble/objc/NMBExceptionCapture.h+1-1
- NimbleTests/AsynchronousTest.swift+6-7
- NimbleTests/Helpers/utils.swift+5-5
- NimbleTests/Matchers/AllPassTest.swift+74
- NimbleTests/Matchers/BeCloseToTest.swift+45
- 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/CompatibilityTest.m-376
- NimbleTests/objc/NimbleSpecHelper.h+11
- NimbleTests/objc/ObjCAllPassTest.m+38
- NimbleTests/objc/ObjCAsyncTest.m+53
- NimbleTests/objc/ObjCBeAnInstanceOfTest.m+34
- NimbleTests/objc/ObjCBeCloseToTest.m+36
- NimbleTests/objc/ObjCBeEmptyTest.m+80
- NimbleTests/objc/ObjCBeFalseTest.m+24
- NimbleTests/objc/ObjCBeFalsyTest.m+28
- NimbleTests/objc/ObjCBeGreaterThanOrEqualToTest.m+33
- NimbleTests/objc/ObjCBeGreaterThanTest.m+33
- NimbleTests/objc/ObjCBeIdenticalToTest.m+36
- NimbleTests/objc/ObjCBeKindOfTest.m+34
- NimbleTests/objc/ObjCBeLessThanOrEqualToTest.m+33
- NimbleTests/objc/ObjCBeLessThanTest.m+33
- NimbleTests/objc/ObjCBeNilTest.m+24
- NimbleTests/objc/ObjCBeTrueTest.m+25
- NimbleTests/objc/ObjCBeTruthyTest.m+28
- NimbleTests/objc/ObjCBeginWithTest.m+37
- NimbleTests/objc/ObjCContainTest.m+50
- NimbleTests/objc/ObjCEndWithTest.m+37
- NimbleTests/objc/ObjCEqualTest.m+35
- NimbleTests/objc/ObjCMatchTest.m+33
- NimbleTests/objc/ObjCRaiseExceptionTest.m+101
- README.md+156-51
- test+1
- .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+4-3
- Quick.xcodeproj/project.pbxproj+44-70
- 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+9-944
Submodule xcconfigs updated from b09b4b6 to 2e77204
Lines changed: 12 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
15 |
| - | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
16 | 18 |
| |
17 | 19 |
| |
18 | 20 |
| |
19 |
| - | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
20 | 26 |
| |
21 | 27 |
| |
22 | 28 |
| |
| |||
29 | 35 |
| |
30 | 36 |
| |
31 | 37 |
| |
32 |
| - | |
| 38 | + | |
33 | 39 |
| |
34 | 40 |
| |
35 | 41 |
| |
36 | 42 |
| |
37 | 43 |
| |
| 44 | + | |
38 | 45 |
| |
39 | 46 |
| |
40 | 47 |
| |
| |||
43 | 50 |
| |
44 | 51 |
| |
45 | 52 |
| |
46 |
| - | |
| 53 | + | |
47 | 54 |
| |
48 | 55 |
| |
49 | 56 |
| |
50 | 57 |
| |
51 | 58 |
| |
52 | 59 |
| |
| 60 | + |
Lines changed: 12 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
| 15 | + | |
| 16 | + | |
15 | 17 |
| |
16 | 18 |
| |
17 | 19 |
| |
18 |
| - | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
19 | 26 |
| |
20 | 27 |
| |
21 | 28 |
| |
22 | 29 |
| |
23 | 30 |
| |
24 | 31 |
| |
25 |
| - | |
| 32 | + | |
26 | 33 |
| |
27 | 34 |
| |
28 |
| - | |
| 35 | + | |
29 | 36 |
| |
30 | 37 |
| |
31 | 38 |
| |
| |||
38 | 45 |
| |
39 | 46 |
| |
40 | 47 |
| |
| 48 | + | |
| 49 | + |
Lines changed: 54 additions & 15 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
30 | 30 |
| |
31 | 31 |
| |
32 | 32 |
| |
| 33 | + | |
33 | 34 |
| |
34 | 35 |
| |
35 | 36 |
| |
36 |
| - | |
37 |
| - | |
38 |
| - | |
39 |
| - | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
40 | 58 |
| |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
41 | 72 |
| |
42 |
| - | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
43 | 80 |
| |
44 | 81 |
| |
45 | 82 |
| |
46 | 83 |
| |
47 | 84 |
| |
48 |
| - | |
49 |
| - | |
50 |
| - | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
51 | 88 |
| |
52 | 89 |
| |
53 |
| - | |
| 90 | + | |
54 | 91 |
| |
55 | 92 |
| |
56 | 93 |
| |
57 | 94 |
| |
58 | 95 |
| |
59 |
| - | |
60 |
| - | |
61 |
| - | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
62 | 99 |
| |
63 | 100 |
| |
64 |
| - | |
| 101 | + | |
65 | 102 |
| |
66 | 103 |
| |
67 | 104 |
| |
68 | 105 |
| |
69 | 106 |
| |
70 | 107 |
| |
71 |
| - | |
| 108 | + | |
72 | 109 |
| |
73 | 110 |
| |
74 | 111 |
| |
75 | 112 |
| |
76 | 113 |
| |
77 | 114 |
| |
78 | 115 |
| |
79 |
| - | |
| 116 | + | |
80 | 117 |
| |
81 | 118 |
| |
| 119 | + | |
| 120 | + |
Lines changed: 7 additions & 7 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
46 | 46 |
| |
47 | 47 |
| |
48 | 48 |
| |
49 |
| - | |
| 49 | + | |
50 | 50 |
| |
51 | 51 |
| |
52 | 52 |
| |
53 |
| - | |
| 53 | + | |
54 | 54 |
| |
55 | 55 |
| |
56 | 56 |
| |
57 |
| - | |
| 57 | + | |
58 | 58 |
| |
59 | 59 |
| |
60 | 60 |
| |
61 |
| - | |
| 61 | + | |
62 | 62 |
| |
63 | 63 |
| |
64 | 64 |
| |
| |||
74 | 74 |
| |
75 | 75 |
| |
76 | 76 |
| |
77 |
| - | |
| 77 | + | |
78 | 78 |
| |
79 | 79 |
| |
80 | 80 |
| |
81 | 81 |
| |
82 |
| - | |
| 82 | + | |
83 | 83 |
| |
84 | 84 |
| |
85 | 85 |
| |
| |||
95 | 95 |
| |
96 | 96 |
| |
97 | 97 |
| |
98 |
| - | |
| 98 | + | |
99 | 99 |
| |
100 | 100 |
| |
101 | 101 |
| |
|
Lines changed: 35 additions & 12 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
35 | 35 |
| |
36 | 36 |
| |
37 | 37 |
| |
| 38 | + | |
| 39 | + | |
38 | 40 |
| |
39 | 41 |
| |
40 |
| - | |
| 42 | + | |
41 | 43 |
| |
42 | 44 |
| |
43 | 45 |
| |
44 |
| - | |
45 |
| - | |
46 |
| - | |
47 |
| - | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
48 | 50 |
| |
49 | 51 |
| |
50 | 52 |
| |
51 | 53 |
| |
52 | 54 |
| |
53 | 55 |
| |
54 | 56 |
| |
55 |
| - | |
56 |
| - | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
57 | 72 |
| |
58 | 73 |
| |
59 | 74 |
| |
60 | 75 |
| |
61 | 76 |
| |
62 | 77 |
| |
63 |
| - | |
| 78 | + | |
64 | 79 |
| |
65 | 80 |
| |
66 | 81 |
| |
| |||
69 | 84 |
| |
70 | 85 |
| |
71 | 86 |
| |
72 |
| - | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
73 | 94 |
| |
74 | 95 |
| |
75 | 96 |
| |
76 | 97 |
| |
77 | 98 |
| |
78 | 99 |
| |
79 | 100 |
| |
80 |
| - | |
| 101 | + | |
81 | 102 |
| |
82 | 103 |
| |
83 | 104 |
| |
| |||
86 | 107 |
| |
87 | 108 |
| |
88 | 109 |
| |
89 |
| - | |
| 110 | + | |
90 | 111 |
| |
91 | 112 |
| |
92 | 113 |
| |
| |||
96 | 117 |
| |
97 | 118 |
| |
98 | 119 |
| |
99 |
| - | |
| 120 | + | |
100 | 121 |
| |
101 | 122 |
| |
102 | 123 |
| |
| |||
110 | 131 |
| |
111 | 132 |
| |
112 | 133 |
| |
| 134 | + | |
| 135 | + |
0 commit comments