toTestException

Converts a Throwable to a TestException which improves the failure verbosity

  1. auto toTestException(Throwable t)
  2. TestException toTestException(Throwable t)
    version(Have_fluent_asserts)
    TestException
    toTestException
    (
    Throwable t
    )

Meta