Class ExpressionAssertionFailureException
- Namespace
- BunsenBurner.Exceptions
- Assembly
- BunsenBurner.dll
Thrown when an expression assertion fails
public sealed class ExpressionAssertionFailureException : Exception, ISerializable, IAssertionException
- Inheritance
-
ExpressionAssertionFailureException
- Implements
- Inherited Members
- Extension Methods
Properties
- Expression
Predicate expression that failed
- Result
Result the predicate was run against
- TestData
Data the test was run against