Namespace BunsenBurner.Exceptions

Classes

ExpressionAssertionFailureException

Thrown when an expression assertion fails

NoFailureException

Thrown when an TestBuilder<TSyntax> is expected to fail and it succeeds

Interfaces

IAssertionException

Marker interface for xUnit assertion exceptions. Implementing this interface indicates that an exception represents a test assertion failure and should be handled appropriately by the xUnit test runner. See Third party assertion library extension points for more information.