Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion Sources/DevTesting/Documentation.docc/Documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,16 @@ DevTesting is a small testing package that makes it easy to test with random val

### Generating Random Values

- <doc:UsingRandomValueGeneration>
- ``RandomValueGenerating``
- ``SeedableRandomNumberGenerator``

### Stubbing

- <doc:UsingStubs>
- ``Stub``
- ``ThrowingStub``


### Collection Generation Extensions

- ``Swift/Array``
Expand All @@ -37,3 +38,4 @@ DevTesting is a small testing package that makes it easy to test with random val
- ``Foundation/URL``
- ``Foundation/URLComponents``
- ``Foundation/URLQueryItem``
- ``Foundation/UUID``
Loading