Skip to content

Commit b5b9c1a

Browse files
authored
Update unit-testing-mstest-writing-tests-attributes.md
Follow up from #46490
1 parent 61355ac commit b5b9c1a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/core/testing/unit-testing-mstest-writing-tests-attributes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: MSTest attributes
33
description: Learn about the various attributes of MSTest.
44
author: Evangelink
55
ms.author: amauryleve
6-
ms.date: 07/24/2024
6+
ms.date: 05/30/2025
77
---
88

99
# MSTest attributes
@@ -73,7 +73,7 @@ Use the following elements to set up data-driven tests. For more information, se
7373
- <xref:Microsoft.VisualStudio.TestTools.UnitTesting.DynamicDataAttribute>
7474

7575
> [!TIP]
76-
> While combinatorial testing isn't directly supported by MSTest, an external [Combinatorial.MSTest NuGet packages](https://www.nuget.org/packages/Combinatorial.MSTest/) adds that support. The package is open source maintained on [Combinatorial.MSTest GitHub repository](https://github.com/Youssef1313/Combinatorial.MSTest). This package is not maintained by Microsoft.
76+
> MSTest doesn't natively support combinatorial testing, but you can add this capability using the open-source [Combinatorial.MSTest](https://www.nuget.org/packages/Combinatorial.MSTest) NuGet package. It's actively maintained by the [community and available on GitHub](https://github.com/Youssef1313/Combinatorial.MSTest). This package isn't maintained by Microsoft.
7777
7878
### `DataRowAttribute`
7979

0 commit comments

Comments
 (0)