From fa9f3890e014a68205adf9263f36825a0807bf59 Mon Sep 17 00:00:00 2001 From: Terje Sandstrom Date: Fri, 26 Jul 2024 19:32:13 +0200 Subject: [PATCH] Update docs/articles/nunit/writing-tests/TestContext.md Co-authored-by: Sean Killeen --- docs/articles/nunit/writing-tests/TestContext.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/articles/nunit/writing-tests/TestContext.md b/docs/articles/nunit/writing-tests/TestContext.md index 08ec339f0..a71dc7531 100644 --- a/docs/articles/nunit/writing-tests/TestContext.md +++ b/docs/articles/nunit/writing-tests/TestContext.md @@ -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