phobos-next v0.3.9 (2020-08-07T21:50:30Z)
Home
Dub
Repo
assertThrows
nxt
assert_ex
@
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
Source
See Implementation
nxt
assert_ex
functions
assertThrows
assertTrue