We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fcceab commit 199cb77Copy full SHA for 199cb77
docs/unit-tests.md
@@ -369,8 +369,8 @@ public void FluentButton_OnClick()
369
370
### Example with parameters
371
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
+You can use the xUnit `[InlineData]` attribute to test several scenarios.
+In this case, we suggest you to use the `suffix` parameter of the `Verify` method to generate multiple files for each test:
374
375
- `FluentButtonTests.FluentButton_FormIdAttribute-form-id-attribute.verified.razor.html`
376
- `FluentButtonTests.FluentButton_FormIdAttribute-[null].received.razor.html`
0 commit comments