FluentError

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, FluentError is a unit_threaded test error.

  1. alias FluentError = FluentErrorImpl!UnitTestError
    static if(__traits(compiles, ))
    alias FluentError = FluentErrorImpl!UnitTestError
  2. alias FluentError = FluentErrorImpl!AssertError

Meta