TestContext
Provide the context information of the current test
The properties of the currently executing test
or, if no test is running, of the last test run.
The TestState of current test. This maps to the ResultState
used in nunit.core and is subject to change in the future.
The TestStatus of current test. This enum will be used
in future versions of NUnit and so is to be preferred
to the TestState value.
The name of the currently executing test. If no
test is running, the name of the last test run.