Skip to content

Commit 8dc87d4

Browse files
authored
Fix code formatting in ITestCaseMetadata properties list (#9)
A back tick was missing after `Explicit` and the rest of the line did get a bad code formatting.
1 parent 8f69927 commit 8dc87d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/docs/getting-started/v3/whats-new.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ For more information, see the [documentation page](/docs/getting-started/v3/micr
347347

348348
This best guess is based on two contracts added to v3 which can be implemented by third party assertion libraries. Throwing an exception which implements an interface named `IAssertionException` (in any namespace) will be reported as an assertion failure; similarly, throwing an exception which implements an interface named `ITestTimeoutException` (in any namespace) will be reported as a timed-out test.
349349

350-
* `ITestCaseMetadata` has three new properties: `Explicit, `TestMethodParameterTypes` and `TestMethodReturnType`.
350+
* `ITestCaseMetadata` has three new properties: `Explicit`, `TestMethodParameterTypes` and `TestMethodReturnType`.
351351

352352
Note that type names here are returned in [VSTest format](https://github.com/microsoft/vstest/blob/main/docs/RFCs/0017-Managed-TestCase-Properties.md), not in .NET canonical format, as they are intended to be used for VSTest and Microsoft Testing Platform consumption. We do not recommend using these properties in any other capacity.
353353

0 commit comments

Comments
 (0)