| Modifier and Type | Method and Description |
|---|---|
static void |
LambdaAssert.assertRaises(Block block,
Class<? extends Throwable> expected)
Asserts that the evaluation of a block throws an exception.
|
static void |
LambdaAssert.assertRaises(String message,
Block block,
Class<? extends Throwable> expected)
Asserts that the evaluation of a block throws an exception.
|
Copyright © 2013–2014. All rights reserved.