AssertEx.

ContainsFilePath(IEnumerable<Path>, FilePath) Method

Summary

Verifies that the collection contains the specified file path.
Namespace
Xunit
Containing Type
AssertEx

Syntax

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

Parameters

Name Type Description
paths IEnumerable<Path> The collection of paths to search.
expected FilePath The expected file path.

Return Value

Type Description
void