forked from FakeItEasy/FakeItEasy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
43 lines (42 loc) · 1.78 KB
/
mkdocs.yml
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
site_name: FakeItEasy
site_dir: artifacts/docs
theme: readthedocs
repo_url: https://github.com/FakeItEasy/FakeItEasy
extra_css: [css/extra-highlight.css]
pages:
- FakeItEasy: index.md
- Quickstart: quickstart.md
- Creating Fakes:
- Creating Fakes: creating-fakes.md
- What can be faked: what-can-be-faked.md
- Default fake behavior: default-fake-behavior.md
- How to fake internal (Friend in VB) types: how-to-fake-internal-types.md
- Specifying Fakes’ Behavior:
- Specifying a Call to Configure: specifying-a-call-to-configure.md
- Specifying Return Values: specifying-return-values.md
- Throwing Exceptions: throwing-exceptions.md
- Doing Nothing: doing-nothing.md
- Assigning out and ref parameters: assigning-out-and-ref-parameters.md
- Invoking Custom Code: invoking-custom-code.md
- Calling base methods: calling-base-methods.md
- Changing behavior between calls: changing-behavior-between-calls.md
- Argument constraints: argument-constraints.md
- Assertion:
- Assertion: assertion.md
- Ordered assertions: ordered-assertions.md
- Faking async methods: faking-async-methods.md
- Raising events: raising-events.md
- Strict fakes: strict-fakes.md
- Dummies:
- Dummies: dummies.md
- Custom Dummy Creation: custom-dummy-creation.md
- Implicit Creation Options: implicit-creation-options.md
- Formatting Argument Values: formatting-argument-values.md
- Scanning for Extension Points: scanning-for-extension-points.md
- Bootstrapper: bootstrapper.md
- Analyzer: analyzer.md
- Snippets for FakeItEasy in SideWaffle: snippets-for-fakeiteasy-in-sidewaffle.md
- Platform support: platform-support.md
- Source Stepping: source-stepping.md
- Why was FakeItEasy created?: why-was-fakeiteasy-created.md
- External Resources: external-resources.md