Skip to content

Commit 71f3887

Browse files
authored
Move Expecto caveats under Expecto heading (#1298)
1 parent 318c6c8 commit 71f3887

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

readme.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -288,6 +288,14 @@ let tests =
288288
<!-- endSnippet -->
289289

290290

291+
#### Caveats
292+
293+
Due to the nature of the Expecto implementation, the following APIs in Verify are not supported.
294+
295+
* `settings.UseParameters()`
296+
* `settings.UseTextForParameters()`
297+
298+
291299
### TUnit
292300

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

311319

312-
#### Caveats
313-
314-
Due to the nature of the Expecto implementation, the following APIs in Verify are not supported.
315-
316-
* `settings.UseParameters()`
317-
* `settings.UseTextForParameters()`
318-
319-
320320
### MSTest
321321

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

readme.source.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -121,13 +121,6 @@ Support for [Expecto](https://github.com/haf/expecto)
121121
snippet: SampleTestExpecto
122122

123123

124-
### TUnit
125-
126-
Support for [TUnit](https://github.com/thomhurst/TUnit)
127-
128-
snippet: SampleTestTUnit
129-
130-
131124
#### Caveats
132125

133126
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
136129
* `settings.UseTextForParameters()`
137130

138131

132+
### TUnit
133+
134+
Support for [TUnit](https://github.com/thomhurst/TUnit)
135+
136+
snippet: SampleTestTUnit
137+
138+
139139
### MSTest
140140

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

0 commit comments

Comments
 (0)