AssertEx.

ContainsPath<T>(IEnumerable<Path>, T) Method

Namespace
Xunit
Containing Type
AssertEx

Syntax

public static void ContainsPath<T>(IEnumerable<Path> paths, T expected) where T : Path

Type Parameters

Name Description
T

Parameters

Name Type Description
paths IEnumerable<Path>
expected T

Return Value

Type Description
void