shouldThrow

Assert that expr throws.

void
shouldThrow
(
T : Throwable = Exception
E
)
(
lazy E expr
,
string file = __FILE__
,
size_t line = __LINE__
)

Meta