From 71f3887c638dc85ac5a2fcbf9e998e9a8132815d Mon Sep 17 00:00:00 2001 From: Tom Longhurst <30480171+thomhurst@users.noreply.github.com> Date: Wed, 18 Sep 2024 11:38:25 +0100 Subject: [PATCH] Move Expecto caveats under Expecto heading (#1298) --- readme.md | 16 ++++++++-------- readme.source.md | 14 +++++++------- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/readme.md b/readme.md index ca771682c..e22715dc3 100644 --- a/readme.md +++ b/readme.md @@ -288,6 +288,14 @@ let tests = +#### 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) @@ -309,14 +317,6 @@ public class Sample -#### 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) diff --git a/readme.source.md b/readme.source.md index 499144e8b..e61c2bf23 100644 --- a/readme.source.md +++ b/readme.source.md @@ -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. @@ -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)