Interface ITestHostBagAccessor
- Namespace
- Mokkit.Suite
- Assembly
- Mokkit.dll
Provides access to the test host bag, which contains shared resources and state for test execution. This interface allows components to access and modify the test host bag during test operations.
public interface ITestHostBagAccessorProperties
Bag
Gets or sets the test host bag that contains shared resources and state.
TestHostBag? Bag { get; set; }