3 references to ExceptionUtility
xunit.assert (3)
Sdk\Exceptions\CollectionException.cs (3)
22
using ExceptionUtilityInternal = Xunit.Internal.
ExceptionUtility
;
45
var filteredStack =
ExceptionUtilityInternal
.TransformStackTrace(
ExceptionUtilityInternal
.FilterStackTrace(innerException.StackTrace), " ");