ShouldFailWith

The suite fails unless the test throws T

struct ShouldFailWith (
T : Throwable
) {
string reason;
}

Meta