Skip to content

Commit

Permalink
Update NUnit doc (#41051)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoRossignoli committed May 24, 2024
1 parent 0293fba commit eb63f7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/core/testing/unit-testing-platform-intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Microsoft.Testing.Platform is a lightweight and portable alternative to [VSTest]
## Supported test frameworks

* MSTest. In MSTest, the support of `Microsoft.Testing.Platform` is done via [MSTest runner](unit-testing-mstest-runner-intro.md).
* NUnit: work in progress, for more information, see [Microsoft Testing Platform for NUnit](https://github.com/nunit/nunit3-vs-adapter/issues/1152).
* NUnit. In NUnit, the support of `Microsoft.Testing.Platform` is done via [NUnit runner](unit-testing-nunit-runner-intro.md).
* xUnit: work in progress, for more information, see [Microsoft Testing Platform for xUnit](https://github.com/xunit/visualstudio.xunit/issues/402).

## Run and debug tests
Expand Down

0 comments on commit eb63f7f

Please sign in to comment.