AssertEx.

ContainsFilePath(IEnumerable<Path>, FilePath) Method

Namespace
Xunit
Containing Type
AssertEx

Syntax

public static void ContainsFilePath(IEnumerable<Path> paths, FilePath expected)

Parameters

Name Type Description
paths IEnumerable<Path>
expected FilePath

Return Value

Type Description
void