UnitTestException

Exception fot unit tests

Constructors

this
this(in string message, string file = __FILE__, size_t line = __LINE__, Throwable next = null)

Constructor with string

this
this(in string[] messageLines, string file = __FILE__, size_t line = __LINE__, Throwable next = null)

Constructor with list strings

Meta