Table of Contents

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 ITestHostBagAccessor

Properties

Bag

Gets or sets the test host bag that contains shared resources and state.

TestHostBag? Bag { get; set; }

Property Value

TestHostBag?