|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ExpectedException | |
|---|---|
| jdave | |
| Uses of ExpectedException in jdave |
|---|
| Subclasses of ExpectedException in jdave | |
|---|---|
class |
ExactExpectedException<T>
|
class |
ExactExpectedExceptionWithMessage<T>
|
class |
ExpectedExceptionWithMessage<T>
|
| Methods in jdave that return ExpectedException | ||
|---|---|---|
|
Specification.raise(java.lang.Class<E> expected)
|
|
|
Specification.raise(java.lang.Class<E> expectedType,
java.lang.String expectedMessage)
|
|
|
Specification.raiseExactly(java.lang.Class<E> expected)
|
|
|
Specification.raiseExactly(java.lang.Class<E> expected,
java.lang.String expectedMessage)
|
|
| Methods in jdave with parameters of type ExpectedException | ||
|---|---|---|
|
Specification.specify(Block block,
ExpectedException<V> expectation)
The given block is expected to throw an exception. |
|
| Constructors in jdave with parameters of type ExpectedException | |
|---|---|
ExpectedNoThrow(ExpectedException<T> expectation)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||