TestException

Exception class to be thrown from unot tests blocks.

class TestException : Exception {}

Constructors

this
this(string msg, string file, int line)

wraps parent constructor

Meta