The ActionContext type exposes the following members.

Properties

  NameDescription
Public propertyActiveExecutable
Gets the executable that has been executed.
(Inherited from Context.)
Public propertyDataAccess
Gets the data access object. Use this property to execute sql queries against database.
(Inherited from Context.)
Public propertyDataTaps
Gets the data taps.
(Inherited from Context.)
Public propertyFakeDestinations
Gets the fake destination captured data.
(Inherited from Context.)
Public propertyPackage
Gets the target package of the test.
(Inherited from Context.)
Public propertyTestOutcome
Gets the result of the current test.
(Inherited from Context.)

See Also