MrKWatkins.EmulatorTestSuites 0.1.9 Help

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

IReadOnlyDictionary<String, TestAssertions>

Last modified: 13 July 2025