Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCropp committed Oct 6, 2024
1 parent 86446f8 commit 713e62d
Show file tree
Hide file tree
Showing 10 changed files with 20 additions and 70 deletions.
9 changes: 2 additions & 7 deletions docs/mdsource/parameterised-mstest.source.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,15 +52,12 @@ snippet: IgnoreParametersForVerifiedFluentMsTest
The parameters passed to IgnoreParametersForVerified can be used pass custom parameters to [UseParameters](#UseParameters).


### MSTest


#### Instance
### Instance

snippet: IgnoreParametersForVerifiedCustomParamsMsTest


#### Fluent
### Fluent

snippet: IgnoreParametersForVerifiedCustomParamsFluentMsTest

Expand All @@ -70,8 +67,6 @@ snippet: IgnoreParametersForVerifiedCustomParamsFluentMsTest
include: hashing-parameters


### MSTest

snippet: UseParametersHashMsTest


Expand Down
9 changes: 2 additions & 7 deletions docs/mdsource/parameterised-nunit.source.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,15 +62,12 @@ snippet: IgnoreParametersForVerifiedFluentNunit
The parameters passed to IgnoreParametersForVerified can be used pass custom parameters to [UseParameters](#UseParameters).


### NUnit


#### Instance
### Instance

snippet: IgnoreParametersForVerifiedCustomParamsNunit


#### Fluent
### Fluent

snippet: IgnoreParametersForVerifiedCustomParamsFluentNunit

Expand All @@ -80,8 +77,6 @@ snippet: IgnoreParametersForVerifiedCustomParamsFluentNunit
include: hashing-parameters


### NUnit

snippet: UseParametersHashNunit

Note that NUnit can derive the parameters without explicitly passing them.
Expand Down
9 changes: 2 additions & 7 deletions docs/mdsource/parameterised-tunit.source.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,15 +57,12 @@ snippet: IgnoreParametersForVerifiedFluentTUnit
The parameters passed to IgnoreParametersForVerified can be used pass custom parameters to [UseParameters](#UseParameters).


### TUnit


#### Instance
### Instance

snippet: IgnoreParametersForVerifiedCustomParamsTUnit


#### Fluent
### Fluent

snippet: IgnoreParametersForVerifiedCustomParamsFluentTUnit

Expand All @@ -75,8 +72,6 @@ snippet: IgnoreParametersForVerifiedCustomParamsFluentTUnit
include: hashing-parameters


### TUnit

snippet: UseParametersHashTUnit

Note that TUnit can derive the parameters without explicitly passing them.
Expand Down
9 changes: 2 additions & 7 deletions docs/mdsource/parameterised-xunit.source.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,15 +72,12 @@ snippet: IgnoreParametersForVerifiedFluentXunit
The parameters passed to IgnoreParametersForVerified can be used pass custom parameters to [UseParameters](#UseParameters).


### xUnit


#### Instance
### Instance

snippet: IgnoreParametersForVerifiedCustomParamsXunit


#### Fluent
### Fluent

snippet: IgnoreParametersForVerifiedCustomParamsFluentXunit

Expand All @@ -90,8 +87,6 @@ snippet: IgnoreParametersForVerifiedCustomParamsFluentXunit
include: hashing-parameters


### xUnit

snippet: UseParametersHashXunit


Expand Down
9 changes: 2 additions & 7 deletions docs/mdsource/parameterised-xunitv3.source.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,15 +71,12 @@ snippet: IgnoreParametersForVerifiedFluentXunit
The parameters passed to IgnoreParametersForVerified can be used pass custom parameters to [UseParameters](#UseParameters).


### xUnit


#### Instance
### Instance

snippet: IgnoreParametersForVerifiedCustomParamsXunit


#### Fluent
### Fluent

snippet: IgnoreParametersForVerifiedCustomParamsFluentXunit

Expand All @@ -89,8 +86,6 @@ snippet: IgnoreParametersForVerifiedCustomParamsFluentXunit
include: hashing-parameters


### xUnitv3

snippet: UseParametersHashXunit


Expand Down
9 changes: 2 additions & 7 deletions docs/parameterised-mstest.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,10 +185,7 @@ public Task IgnoreParametersForVerifiedFluent(string arg) =>
The parameters passed to IgnoreParametersForVerified can be used pass custom parameters to [UseParameters](#UseParameters).


### MSTest


#### Instance
### Instance

<!-- snippet: IgnoreParametersForVerifiedCustomParamsMsTest -->
<a id='snippet-IgnoreParametersForVerifiedCustomParamsMsTest'></a>
Expand All @@ -207,7 +204,7 @@ public Task IgnoreParametersForVerifiedCustomParams(string arg)
<!-- endSnippet -->


#### Fluent
### Fluent

<!-- snippet: IgnoreParametersForVerifiedCustomParamsFluentMsTest -->
<a id='snippet-IgnoreParametersForVerifiedCustomParamsFluentMsTest'></a>
Expand All @@ -234,8 +231,6 @@ Hashing parameter is achieved by using `UseParameters` in combination with `Hash
[XxHash64](https://learn.microsoft.com/en-us/dotnet/api/system.io.hashing.xxhash64) is used to perform the hash.<!-- endInclude -->


### MSTest

<!-- snippet: UseParametersHashMsTest -->
<a id='snippet-UseParametersHashMsTest'></a>
```cs
Expand Down
9 changes: 2 additions & 7 deletions docs/parameterised-nunit.md
Original file line number Diff line number Diff line change
Expand Up @@ -198,10 +198,7 @@ public Task IgnoreParametersForVerifiedFluent(string arg) =>
The parameters passed to IgnoreParametersForVerified can be used pass custom parameters to [UseParameters](#UseParameters).


### NUnit


#### Instance
### Instance

<!-- snippet: IgnoreParametersForVerifiedCustomParamsNunit -->
<a id='snippet-IgnoreParametersForVerifiedCustomParamsNunit'></a>
Expand All @@ -219,7 +216,7 @@ public Task IgnoreParametersForVerifiedCustomParams(string arg)
<!-- endSnippet -->


#### Fluent
### Fluent

<!-- snippet: IgnoreParametersForVerifiedCustomParamsFluentNunit -->
<a id='snippet-IgnoreParametersForVerifiedCustomParamsFluentNunit'></a>
Expand All @@ -245,8 +242,6 @@ Hashing parameter is achieved by using `UseParameters` in combination with `Hash
[XxHash64](https://learn.microsoft.com/en-us/dotnet/api/system.io.hashing.xxhash64) is used to perform the hash.<!-- endInclude -->


### NUnit

<!-- snippet: UseParametersHashNunit -->
<a id='snippet-UseParametersHashNunit'></a>
```cs
Expand Down
9 changes: 2 additions & 7 deletions docs/parameterised-tunit.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,10 +179,7 @@ public Task IgnoreParametersForVerifiedFluent(string arg) =>
The parameters passed to IgnoreParametersForVerified can be used pass custom parameters to [UseParameters](#UseParameters).


### TUnit


#### Instance
### Instance

<!-- snippet: IgnoreParametersForVerifiedCustomParamsTUnit -->
<a id='snippet-IgnoreParametersForVerifiedCustomParamsTUnit'></a>
Expand All @@ -201,7 +198,7 @@ public Task IgnoreParametersForVerifiedCustomParams(string arg)
<!-- endSnippet -->


#### Fluent
### Fluent

<!-- snippet: IgnoreParametersForVerifiedCustomParamsFluentTUnit -->
<a id='snippet-IgnoreParametersForVerifiedCustomParamsFluentTUnit'></a>
Expand All @@ -228,8 +225,6 @@ Hashing parameter is achieved by using `UseParameters` in combination with `Hash
[XxHash64](https://learn.microsoft.com/en-us/dotnet/api/system.io.hashing.xxhash64) is used to perform the hash.<!-- endInclude -->


### TUnit

<!-- snippet: UseParametersHashTUnit -->
<a id='snippet-UseParametersHashTUnit'></a>
```cs
Expand Down
9 changes: 2 additions & 7 deletions docs/parameterised-xunit.md
Original file line number Diff line number Diff line change
Expand Up @@ -332,10 +332,7 @@ public Task IgnoreParametersForVerifiedFluent(string arg) =>
The parameters passed to IgnoreParametersForVerified can be used pass custom parameters to [UseParameters](#UseParameters).


### xUnit


#### Instance
### Instance

<!-- snippet: IgnoreParametersForVerifiedCustomParamsXunit -->
<a id='snippet-IgnoreParametersForVerifiedCustomParamsXunit'></a>
Expand All @@ -354,7 +351,7 @@ public Task IgnoreParametersForVerifiedCustomParams(string arg)
<!-- endSnippet -->


#### Fluent
### Fluent

<!-- snippet: IgnoreParametersForVerifiedCustomParamsFluentXunit -->
<a id='snippet-IgnoreParametersForVerifiedCustomParamsFluentXunit'></a>
Expand All @@ -381,8 +378,6 @@ Hashing parameter is achieved by using `UseParameters` in combination with `Hash
[XxHash64](https://learn.microsoft.com/en-us/dotnet/api/system.io.hashing.xxhash64) is used to perform the hash.<!-- endInclude -->


### xUnit

<!-- snippet: UseParametersHashXunit -->
<a id='snippet-UseParametersHashXunit'></a>
```cs
Expand Down
9 changes: 2 additions & 7 deletions docs/parameterised-xunitv3.md
Original file line number Diff line number Diff line change
Expand Up @@ -310,10 +310,7 @@ public Task IgnoreParametersForVerifiedFluent(string arg) =>
The parameters passed to IgnoreParametersForVerified can be used pass custom parameters to [UseParameters](#UseParameters).


### xUnit


#### Instance
### Instance

<!-- snippet: IgnoreParametersForVerifiedCustomParamsXunit -->
<a id='snippet-IgnoreParametersForVerifiedCustomParamsXunit'></a>
Expand All @@ -332,7 +329,7 @@ public Task IgnoreParametersForVerifiedCustomParams(string arg)
<!-- endSnippet -->


#### Fluent
### Fluent

<!-- snippet: IgnoreParametersForVerifiedCustomParamsFluentXunit -->
<a id='snippet-IgnoreParametersForVerifiedCustomParamsFluentXunit'></a>
Expand All @@ -359,8 +356,6 @@ Hashing parameter is achieved by using `UseParameters` in combination with `Hash
[XxHash64](https://learn.microsoft.com/en-us/dotnet/api/system.io.hashing.xxhash64) is used to perform the hash.<!-- endInclude -->


### xUnitv3

<!-- snippet: UseParametersHashXunit -->
<a id='snippet-UseParametersHashXunit'></a>
```cs
Expand Down

0 comments on commit 713e62d

Please sign in to comment.