Toggle side menu
Toggle side menu
Blog
Documentation
Reference
Extensions
Community
API
Support Us
Source
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