MrKWatkins.EmulatorTestSuites 0.1.10 Help

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

String

Optional name for the scope.

Returns

IDisposable

An IDisposable that finishes the scope.

Last modified: 06 November 2025