Table of Contents

Method ForSubMemoryNotFound

Namespace
Xunit.Sdk
Assembly
xunit.v3.assert.dll

ForSubMemoryNotFound(string, string)

Creates a new instance of the ContainsException class to be thrown when the requested sub-memory was not found in the memory.

public static ContainsException ForSubMemoryNotFound(string expectedSubMemory, string memory)

Parameters

expectedSubMemory string

The expected sub-memory

memory string

The memory

Returns