assertRaised

Returns true if an assert was thrown

Will not be set to true under unittest builds, where an AssertError is thrown instead of fairly immediately quitting

@property nothrow @safe @nogc
bool
assertRaised
()

Meta