-
Notifications
You must be signed in to change notification settings - Fork 107
/
.jazzy.yaml
81 lines (73 loc) · 1.74 KB
/
.jazzy.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
author: Przemysław Wośko, Andrzej Michnia
author_url: https://girappe.com
module: SwiftyMocky
sourcekitten_sourcefile: docs.json
module_version: 4.2.0
github_url: https://github.com/MakeAWishFoundation/SwiftyMocky
copyright: 'Copyright © 2017 MakeAWishFoundation. All rights reserved.'
readme: guides/Overview.md
documentation: guides/*.md
custom_categories:
- name: Main Guides
children:
- Overview
- Installation
- Setup in project
- Mockfile
- Command Line Interface
- Supported features
- Prototyping
- name: Additional Guides
children:
- Matcher support for not Equatable
- Handling Generics
- Examples
- Legacy
- Add XCode generate action
- Known issues
- CHANGELOG
- name: Global methods
children:
- Given(_:_:_:)
- Perform(_:_:)
- Verify(_:_:file:line:)
- Verify(_:_:_:file:line:)
- name: Configuration
children:
- StubbingPolicy
- SequencingPolicy
- name: Types
children:
- Mock
- StaticMock
- Parameter
- Matcher
- Countable
- Count
- Stubber
- StubberThrows
- name: Generics
children:
- GenericAttribute
- GenericAttributeType
- name: Helpers
children:
- XCTAssertThrowsError(_:of:_:file:line:)
- XCTAssertThrowsError(_:error:_:file:line:)
- MockyAssertion
- name: Internal
children:
- SwiftyMockyTestObserver
- FatalErrorUtil
- OptionalType
- WithSequencingPolicy
- WithStaticSequencingPolicy
- WithStubbingPolicy
- Int
- Optional
- UInt
- MockError
- StubProduct
- StubbedMethod
- Failure(_:)
- MockyAssert(_:_:file:line:)