InstructionTestSuiteOptions.AssertionsToRunOverrides Property
Definition
Gets or initializes a dictionary of test-specific assertion overrides. Keys are test IDs, and values are the specific assertions to run for that test. Defaults to an empty dictionary.
public IReadOnlyDictionary<string, TestAssertions> AssertionsToRunOverrides { get; init; }
Property Value
Last modified: 13 July 2025