This repository was archived by the owner on Oct 14, 2018. It is now read-only.
File tree
77 files changed
+1742
-1416
lines changed- Carthage/Checkouts
- Sources
- Endpoints
- Models
- Views
- SwiftInstagram.xcodeproj
- docs
- Classes
- Enums
- Structs
- InstagramMedia
- UserInPhoto
- InstagramUser
- docsets
- SwiftInstagram.docset/Contents/Resources
- Documents
- Classes
- Enums
- Structs
- InstagramMedia
- UserInPhoto
- InstagramUser
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
77 files changed
+1742
-1416
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + |
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
54 | 54 |
| |
55 | 55 |
| |
56 | 56 |
| |
| 57 | + |
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
2 |
| - | |
| 1 | + | |
| 2 | + | |
3 | 3 |
|
- .travis.yml+12
- Cartfile.private+1-1
- Cartfile.resolved+1-1
- Carthage/Checkouts/CwlCatchException/Sources/CwlCatchException/CwlCatchException.swift-2
- Carthage/Checkouts/CwlPreconditionTesting/LICENSE.txt+2
- Carthage/Checkouts/CwlPreconditionTesting/Sources/CwlPreconditionTesting/CwlCatchBadInstruction.swift+4-2
- 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+102-46
- Nimble.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist+8
- Nimble.xcodeproj/xcshareddata/xcschemes/Nimble-iOS.xcscheme+1-3
- Nimble.xcodeproj/xcshareddata/xcschemes/Nimble-macOS.xcscheme+1-3
- Nimble.xcodeproj/xcshareddata/xcschemes/Nimble-tvOS.xcscheme+1-3
- README.md+42-42
- Sources/Nimble/Adapters/AssertionRecorder.swift+2-2
- Sources/Nimble/Adapters/NMBExpectation.swift+3-3
- Sources/Nimble/Adapters/NMBObjCMatcher.swift+23-13
- Sources/Nimble/Adapters/NimbleXCTestHandler.swift+12-1
- Sources/Nimble/DSL+Wait.swift+1-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+19-80
- 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+14-7
- 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+14-10
- Sources/Nimble/Matchers/RaisesException.swift+18-12
- Sources/Nimble/Matchers/SatisfyAllOf.swift+76
- 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+3-9
- Sources/NimbleObjectiveC/CurrentTestCaseTracker.h-9
- Sources/NimbleObjectiveC/DSL.h+6
- Sources/NimbleObjectiveC/DSL.m+9-8
- Sources/NimbleObjectiveC/NMBExceptionCapture.m+1-1
- Sources/NimbleObjectiveC/NMBStringify.m+5
- Sources/NimbleObjectiveC/XCTestObservationCenter+Register.m+6-1
- Tests/NimbleTests/AsynchronousTest.swift+12
- Tests/NimbleTests/Helpers/utils.swift+6-6
- Tests/NimbleTests/Matchers/MatchErrorTest.swift+1-1
- Tests/NimbleTests/Matchers/SatisfyAllOfTest.swift+57
- Tests/NimbleTests/Matchers/ThrowAssertionTest.swift+7-1
- Tests/NimbleTests/Matchers/ThrowErrorTest.swift+11-2
- Tests/NimbleTests/SynchronousTest.swift+33
- Tests/NimbleTests/objc/ObjCContainElementSatisfyingTest.m
- Tests/NimbleTests/objc/ObjCHaveCountTest.m
- Tests/NimbleTests/objc/ObjCSatisfyAllOfTest.m+32
- .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
- 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/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
Lines changed: 4 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
| 11 | + | |
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
| |||
18 | 18 |
| |
19 | 19 |
| |
20 | 20 |
| |
21 |
| - | |
| 21 | + | |
22 | 22 |
| |
23 | 23 |
| |
24 | 24 |
| |
| |||
35 | 35 |
| |
36 | 36 |
| |
37 | 37 |
| |
38 |
| - | |
| 38 | + | |
39 | 39 |
| |
40 | 40 |
| |
41 | 41 |
| |
| |||
46 | 46 |
| |
47 | 47 |
| |
48 | 48 |
| |
49 |
| - | |
| 49 | + | |
50 | 50 |
| |
51 | 51 |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
| 11 | + | |
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
| |||
18 | 18 |
| |
19 | 19 |
| |
20 | 20 |
| |
21 |
| - | |
| 21 | + | |
22 | 22 |
| |
23 | 23 |
| |
24 | 24 |
| |
|
Lines changed: 10 additions & 9 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
13 |
| - | |
| 13 | + | |
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
| |||
20 | 20 |
| |
21 | 21 |
| |
22 | 22 |
| |
23 |
| - | |
| 23 | + | |
24 | 24 |
| |
25 | 25 |
| |
26 | 26 |
| |
| |||
37 | 37 |
| |
38 | 38 |
| |
39 | 39 |
| |
40 |
| - | |
41 | 40 |
| |
42 | 41 |
| |
43 | 42 |
| |
44 | 43 |
| |
45 | 44 |
| |
46 |
| - | |
| 45 | + | |
47 | 46 |
| |
48 | 47 |
| |
49 | 48 |
| |
| |||
62 | 61 |
| |
63 | 62 |
| |
64 | 63 |
| |
65 |
| - | |
66 | 64 |
| |
67 | 65 |
| |
68 | 66 |
| |
69 | 67 |
| |
70 | 68 |
| |
71 | 69 |
| |
72 | 70 |
| |
73 |
| - | |
| 71 | + | |
74 | 72 |
| |
75 | 73 |
| |
76 | 74 |
| |
| |||
87 | 85 |
| |
88 | 86 |
| |
89 | 87 |
| |
90 |
| - | |
91 |
| - | |
92 |
| - | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
93 | 94 |
| |
94 | 95 |
|
Lines changed: 4 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
13 |
| - | |
| 13 | + | |
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
| |||
20 | 20 |
| |
21 | 21 |
| |
22 | 22 |
| |
23 |
| - | |
| 23 | + | |
24 | 24 |
| |
25 | 25 |
| |
26 | 26 |
| |
| |||
34 | 34 |
| |
35 | 35 |
| |
36 | 36 |
| |
37 |
| - | |
| 37 | + | |
38 | 38 |
| |
39 | 39 |
| |
40 | 40 |
| |
| |||
51 | 51 |
| |
52 | 52 |
| |
53 | 53 |
| |
54 |
| - | |
55 | 54 |
| |
56 | 55 |
| |
57 | 56 |
| |
58 | 57 |
| |
59 | 58 |
| |
60 | 59 |
| |
61 |
| - | |
| 60 | + | |
62 | 61 |
| |
63 | 62 |
| |
64 | 63 |
| |
| |||
73 | 72 |
| |
74 | 73 |
| |
75 | 74 |
| |
76 |
| - | |
77 | 75 |
| |
78 | 76 |
| |
79 | 77 |
|
Lines changed: 6 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
| 11 | + | |
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
| |||
22 | 22 |
| |
23 | 23 |
| |
24 | 24 |
| |
25 |
| - | |
| 25 | + | |
26 | 26 |
| |
27 | 27 |
| |
28 | 28 |
| |
| |||
32 | 32 |
| |
33 | 33 |
| |
34 | 34 |
| |
35 |
| - | |
| 35 | + | |
36 | 36 |
| |
37 | 37 |
| |
38 | 38 |
| |
| |||
42 | 42 |
| |
43 | 43 |
| |
44 | 44 |
| |
45 |
| - | |
| 45 | + | |
46 | 46 |
| |
47 | 47 |
| |
48 | 48 |
| |
| |||
53 | 53 |
| |
54 | 54 |
| |
55 | 55 |
| |
56 |
| - | |
| 56 | + | |
57 | 57 |
| |
58 | 58 |
| |
59 | 59 |
| |
| |||
69 | 69 |
| |
70 | 70 |
| |
71 | 71 |
| |
72 |
| - | |
| 72 | + | |
73 | 73 |
| |
74 | 74 |
| |
75 | 75 |
| |
|
Lines changed: 4 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
| 11 | + | |
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
| |||
18 | 18 |
| |
19 | 19 |
| |
20 | 20 |
| |
21 |
| - | |
| 21 | + | |
22 | 22 |
| |
23 | 23 |
| |
24 | 24 |
| |
| |||
37 | 37 |
| |
38 | 38 |
| |
39 | 39 |
| |
40 |
| - | |
41 | 40 |
| |
42 | 41 |
| |
43 | 42 |
| |
44 | 43 |
| |
45 | 44 |
| |
46 | 45 |
| |
47 |
| - | |
| 46 | + | |
48 | 47 |
| |
49 | 48 |
| |
50 | 49 |
| |
| |||
55 | 54 |
| |
56 | 55 |
| |
57 | 56 |
| |
58 |
| - | |
| 57 | + | |
59 | 58 |
| |
60 | 59 |
|
Lines changed: 5 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
| 11 | + | |
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
| |||
18 | 18 |
| |
19 | 19 |
| |
20 | 20 |
| |
21 |
| - | |
| 21 | + | |
22 | 22 |
| |
23 | 23 |
| |
24 | 24 |
| |
| |||
37 | 37 |
| |
38 | 38 |
| |
39 | 39 |
| |
40 |
| - | |
41 | 40 |
| |
42 | 41 |
| |
43 | 42 |
| |
44 | 43 |
| |
45 | 44 |
| |
46 | 45 |
| |
47 |
| - | |
| 46 | + | |
48 | 47 |
| |
49 | 48 |
| |
50 | 49 |
| |
| |||
61 | 60 |
| |
62 | 61 |
| |
63 | 62 |
| |
64 |
| - | |
| 63 | + | |
65 | 64 |
| |
66 | 65 |
| |
67 | 66 |
| |
| |||
78 | 77 |
| |
79 | 78 |
| |
80 | 79 |
| |
81 |
| - | |
| 80 | + | |
82 | 81 |
| |
83 | 82 |
|
0 commit comments