Fails the test if block doesn't raise with expected.
test("√-1 raises") { assertRaises(NegativeSquareRoot) { sqrt(-1.0) }}