Bunsen Burner Bunsen Burner

Interface IAssertionException

Namespace
BunsenBurner.Exceptions
Assembly
BunsenBurner.dll

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.

public interface IAssertionException
Extension Methods
ArrangeActAssert.Arrange<TData>(TData)
GivenWhenThen.Given<TData>(TData)
Edit this page
Created By Ben Mazzarol