ITestExecutionContext.

TestObject Property

Summary

The current test object - that is the user fixture object on which tests are being executed.
Namespace
TCLite.Interfaces
Containing Type
ITestExecutionContext

Syntax

object TestObject { get; }

Value

Type Description
object