FluentException

Indicates a fluent assert has failed, as well as what was tested, why it was tested, and what the outcome was. When unit_threaded is provided, FluentException is a unit_threaded test exception.

  1. alias FluentException = FluentExceptionImpl!UnitTestException
    static if(__traits(compiles, ))
    alias FluentException = FluentExceptionImpl!UnitTestException
  2. alias FluentException = FluentExceptionImpl!Exception

Meta