Skip to content

Commit

Permalink
Update docs/articles/nunit/writing-tests/TestContext.md
Browse files Browse the repository at this point in the history
Co-authored-by: Sean Killeen <[email protected]>
  • Loading branch information
OsirisTerje and SeanKilleen authored Jul 26, 2024
1 parent 792720a commit fa9f389
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/articles/nunit/writing-tests/TestContext.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ Gets a representation of the current test, with the following properties:
* **FullName** - The fully qualified name of the test
* **MethodName** - The name of the method representing the test, if any
* **Method** - The IMethodInfo of the test method
* **Type** - The Typeinfo of the test
* **Type** - The `TypeInfo` of the test
* **ClassName** - The classname of the test
* **Arguments** - The arguments as a list of objects, if any.
* **ExpectedResult** - The expected result, if that is set for the test
Expand Down

0 comments on commit fa9f389

Please sign in to comment.