Skip to content

Commit

Permalink
Update docs/core/testing/unit-testing-mstest-writing-tests-attributes.md
Browse files Browse the repository at this point in the history
Co-authored-by: David Pine <david.pine@microsoft.com>
  • Loading branch information
Evangelink and IEvangelist authored Jul 25, 2024
1 parent 24c75ac commit cd0a063
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public class MyTestClass
}
```

### TestMethodAttribute
### `TestMethodAttribute`

The [TestMethod](<xref:Microsoft.VisualStudio.TestTools.UnitTesting.TestMethodAttribute>) attribute is used inside a `TestClass` to define the actual test method to run.

Expand Down

0 comments on commit cd0a063

Please sign in to comment.