| Interface | Description |
|---|---|
| Block |
A piece of code to be executed.
|
| Class | Description |
|---|---|
| HasCause<T extends Throwable> |
Tests if the argument is an exception that has a cause.
|
| HasMessage<T extends Throwable> |
Tests if the argument is an exception that has a cause.
|
| LambdaAssert |
A set of assertion methods useful for writing exception tests.
|
| ThrowsException<T extends Throwable> |
Tests if the argument block throws an exception.
|
Copyright © 2013–2015. All rights reserved.