Skip to content

Commit

Permalink
Move Expecto caveats under Expecto heading (#1298)
Browse files Browse the repository at this point in the history
  • Loading branch information
thomhurst committed Sep 18, 2024
1 parent 318c6c8 commit 71f3887
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
16 changes: 8 additions & 8 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,14 @@ let tests =
<!-- endSnippet -->


#### Caveats

Due to the nature of the Expecto implementation, the following APIs in Verify are not supported.

* `settings.UseParameters()`
* `settings.UseTextForParameters()`


### TUnit

Support for [TUnit](https://github.com/thomhurst/TUnit)
Expand All @@ -309,14 +317,6 @@ public class Sample
<!-- endSnippet -->


#### Caveats

Due to the nature of the Expecto implementation, the following APIs in Verify are not supported.

* `settings.UseParameters()`
* `settings.UseTextForParameters()`


### MSTest

Support for [MSTest](https://github.com/Microsoft/testfx-docs)
Expand Down
14 changes: 7 additions & 7 deletions readme.source.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,13 +121,6 @@ Support for [Expecto](https://github.com/haf/expecto)
snippet: SampleTestExpecto


### TUnit

Support for [TUnit](https://github.com/thomhurst/TUnit)

snippet: SampleTestTUnit


#### Caveats

Due to the nature of the Expecto implementation, the following APIs in Verify are not supported.
Expand All @@ -136,6 +129,13 @@ Due to the nature of the Expecto implementation, the following APIs in Verify ar
* `settings.UseTextForParameters()`


### TUnit

Support for [TUnit](https://github.com/thomhurst/TUnit)

snippet: SampleTestTUnit


### MSTest

Support for [MSTest](https://github.com/Microsoft/testfx-docs)
Expand Down

0 comments on commit 71f3887

Please sign in to comment.