mirror of
https://github.com/github/awesome-copilot.git
synced 2026-02-20 10:25:13 +00:00
Suggest using TestMethodAttribute for parameterized tests (#367)
DataTestMethodAttribute is not recommended anymore - https://learn.microsoft.com/en-us/dotnet/core/testing/mstest-analyzers/mstest0044
This commit is contained in:
@@ -177,7 +177,7 @@ bash
|
||||
|
||||
* Class `[TestClass]`, test `[TestMethod]`
|
||||
* Setup/teardown: `[TestInitialize]`, `[TestCleanup]`
|
||||
* Parameterized tests: **use `[DataTestMethod]` + `[DataRow]`**
|
||||
* Parameterized tests: **use `[TestMethod]` + `[DataRow]`**
|
||||
|
||||
### Assertions
|
||||
|
||||
|
||||
Reference in New Issue
Block a user