TestContext | NUnit Docs
docs.nunit.org › writing-tests › TestContextThe 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. Within a test method, SetUp method or TearDown method, the context is that of the individual test case.