TestContext
Provide the context information of the current test
ResultAdapter adapts a TestResult for consumption by
the user test code.
TestAdapter adapts a Test for consumption by
the user test code.
Get the current test context. This is created
as needed. The user may save the context for
use within a test, but it should not be used
outside the test for which it is created.
Gets a ResultAdapter representing the current result for the test
executing in this context.
Gets a TestAdapter representing the currently executing test in this context.
Gets the current directory for this TestContext
Constructs a TestContext using the provided context dictionary