Z80TestHarness.CreateAssertionScope Method
Definition
Creates an assertion scope that allows multiple AssertEqual<T>(T, T, DefaultInterpolatedStringHandler) assertions to be made with just one AssertFail(String).
public IDisposable CreateAssertionScope(string? name = null);
Parameters
Name | Type | Description |
---|---|---|
name | Optional name for the scope. |
Returns
An IDisposable that finishes the scope.
Last modified: 13 July 2025