T - The exception typepublic interface AssertThatException<T extends Throwable>
This interface is returned by the various methods
assertWhen exposed by
TestSuite.
| Modifier and Type | Method and Description |
|---|---|
void |
throwException(org.hamcrest.Matcher<T> matching)
Define the matcher on the exception and execute the matcher validation.
|
void throwException(org.hamcrest.Matcher<T> matching)
matching - the matcher.Copyright © 2014. All rights reserved.