NUnit - TestContext
nunit.org › nunitv2 › docsTestContext (NUnit 2.5.7 / 2.6) Each NUnit test runs in an execution context, which includes information about the environment as well as the test itself. The TestContext class allows tests to access certain information about the execution context. This class has been present in NUnit since 2.5.7, but was undocumented until the 2.6 release.
TestContext · nunit/docs Wiki · GitHub
github.com › nunit › docsJul 10, 2020 · NUnit Project Editor Developer Info Team Practices Specifications Notes Toward NUnit 4.0 Clone this wiki locally This content has moved to the new https://docs.nunit.org site. Direct link: https://docs.nunit.org/articles/nunit/writing-tests/TestContext.html Copyright (c) 2018 The NUnit Project - Licensed under CC BY-NC-SA 4.0
TestContext | NUnit Docs
docs.nunit.org › writing-tests › TestContextEach NUnit test runs in an execution context, which includes information about the environment as well as the test itself. The TestContext class allows tests to access certain information about the execution context. Note It's important to remember that "test" in NUnit may refer to an individual test cases or a suite such as a TestFixture.