DUnitAssertError.this

Constructor.

class DUnitAssertError
this
pure nothrow @safe
(
string message
,
string file
,
size_t line
)

Parameters

message
Type: string

The error message.

file
Type: string

The file where the error occurred.

line
Type: size_t

The line where the error occurred.

Meta