Skip to content

Commit

Permalink
Update ParameterSettings.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCropp committed Sep 4, 2024
1 parent 1a97be7 commit 8883e53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Verify/Naming/ParameterSettings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public void UseParameters<T>(T parameter) =>
/// <item>Verify.MSTest: Does not detect the parametrised arguments, as such `UseParameters()` is required.</item>
/// <item>Verify.NUnit: Automatically detects the method parameters. So `UseParameters()` is not required unless using custom parameters.</item>
/// <item>Verify.Xunit: Does not detect the parametrised arguments, as such `UseParameters()` is required.</item>
/// <item>Verify.XunitV3: Automatically detect the method parameters for built in types (string, int, bool etc), but for complex types `UseParameters()` is required.</item>
/// <item>Verify.XunitV3: Automatically detects the method parameters for built in types (string, int, bool etc), but for complex types `UseParameters()` is required.</item>
/// </list>
///
/// In the scenarios where parameters are not automatically detected, an exception will be thrown instructing the potential need for <see cref="UseParameters" />
Expand Down

0 comments on commit 8883e53

Please sign in to comment.