Class AssertionFailure
An entity that describes how an assertion may fail.
Import path
import semmle.code.csharp.commons.AssertionsDirect supertypes
Predicates
| isException | Holds if this failure describes an exception of type |
| isExit | Holds if this failure describes an exit. |
| toString | Gets a textual representation of this element. |