CodeQL library for C#
codeql/csharp-all 0.9.0 (changelog, source)
Search

Class AssertionFailure

An entity that describes how an assertion may fail.

Import path

import semmle.code.csharp.commons.Assertions

Direct supertypes

Predicates

isException

Holds if this failure describes an exception of type c.

isExit

Holds if this failure describes an exit.

toString

Gets a textual representation of this element.