Skip to content

Commit 199cb77

Browse files
committed
Unit tests with InlineData
1 parent 7fcceab commit 199cb77

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/unit-tests.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -369,8 +369,8 @@ public void FluentButton_OnClick()
369369

370370
### Example with parameters
371371

372-
You can use the xUnit `[InlineData]` attribute to test several scenarios.
373-
La méthode `Verify` dispose alors d'un attribut `suffix` pour générer plusieurs fichiers
372+
You can use the xUnit `[InlineData]` attribute to test several scenarios.
373+
In this case, we suggest you to use the `suffix` parameter of the `Verify` method to generate multiple files for each test:
374374

375375
- `FluentButtonTests.FluentButton_FormIdAttribute-form-id-attribute.verified.razor.html`
376376
- `FluentButtonTests.FluentButton_FormIdAttribute-[null].received.razor.html`

0 commit comments

Comments
 (0)