1 implementation of IAssertionException
xunit.assert (1)
Sdk\Exceptions\XunitException.cs (1)
28 partial class XunitException : Exception, IAssertionException
2 references to IAssertionException
Microsoft.CodeAnalysis.Features.UnitTests (1)
FindUsages\DefinitionItemFactoryTests.cs (1)
115catch (Exception e) when (e is IAssertionException)
xunit.assert (1)
Sdk\Exceptions\XunitException.cs (1)
20 /// The base assert exception class. It marks itself with <see cref="IAssertionException"/> which is how