assertThrows

@trusted
bool
assertThrows
(
T : Throwable = Exception
E
)
(
lazy E expression
,
string msg = T.stringof
,
string file = __FILE__
,
int line = __LINE__
)

Return Value

Type: bool

true if the expression throws.

Meta