Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCropp committed Dec 22, 2024
1 parent 50ddc5d commit 783aa06
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 2 deletions.
7 changes: 7 additions & 0 deletions docs/mdsource/doc-index.include.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,13 @@
* [File naming](/docs/naming.md)
* [AppendFile](/docs/append-file.md)
* [Parameterised tests](/docs/parameterised.md)
* [NUnit](parameterised-nunit.md)
* [Xunit V2](parameterised-xunitv2.md)
* [Xunit V3](parameterised-xunitv3.md)
* [MSTest](parameterised-mstest.md)
* [TUnit](parameterised-tunit.md)
* [Fixie](parameterised-fixie.md)
* [Expecto](parameterised-expecto.md)
* [Combinations](/docs/combinations.md)
* [Named Tuples](/docs/named-tuples.md)
* [Diff Engine](https://github.com/VerifyTests/DiffEngine)
Expand Down
1 change: 0 additions & 1 deletion docs/mdsource/parameterised.source.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,5 @@ Parameterised test usage differs based on the test framework used.
* [Xunit V3](parameterised-xunitv3.md)
* [MSTest](parameterised-mstest.md)
* [TUnit](parameterised-tunit.md)
* [MSTest](parameterised-mstest.md)
* [Fixie](parameterised-fixie.md)
* [Expecto](parameterised-expecto.md)
1 change: 0 additions & 1 deletion docs/parameterised.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,5 @@ Parameterised test usage differs based on the test framework used.
* [Xunit V3](parameterised-xunitv3.md)
* [MSTest](parameterised-mstest.md)
* [TUnit](parameterised-tunit.md)
* [MSTest](parameterised-mstest.md)
* [Fixie](parameterised-fixie.md)
* [Expecto](parameterised-expecto.md)
7 changes: 7 additions & 0 deletions docs/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,13 @@ To change this file edit the source file and then run MarkdownSnippets.
* [File naming](/docs/naming.md)
* [AppendFile](/docs/append-file.md)
* [Parameterised tests](/docs/parameterised.md)
* [NUnit](parameterised-nunit.md)
* [Xunit V2](parameterised-xunitv2.md)
* [Xunit V3](parameterised-xunitv3.md)
* [MSTest](parameterised-mstest.md)
* [TUnit](parameterised-tunit.md)
* [Fixie](parameterised-fixie.md)
* [Expecto](parameterised-expecto.md)
* [Combinations](/docs/combinations.md)
* [Named Tuples](/docs/named-tuples.md)
* [Diff Engine](https://github.com/VerifyTests/DiffEngine)
Expand Down
7 changes: 7 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -1004,6 +1004,13 @@ information sources and warn about particular gotchas:
* [File naming](/docs/naming.md)
* [AppendFile](/docs/append-file.md)
* [Parameterised tests](/docs/parameterised.md)
* [NUnit](parameterised-nunit.md)
* [Xunit V2](parameterised-xunitv2.md)
* [Xunit V3](parameterised-xunitv3.md)
* [MSTest](parameterised-mstest.md)
* [TUnit](parameterised-tunit.md)
* [Fixie](parameterised-fixie.md)
* [Expecto](parameterised-expecto.md)
* [Combinations](/docs/combinations.md)
* [Named Tuples](/docs/named-tuples.md)
* [Diff Engine](https://github.com/VerifyTests/DiffEngine)
Expand Down

0 comments on commit 783aa06

Please sign in to comment.