|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ExpectedNoThrow | |
|---|---|
| jdave | |
| Uses of ExpectedNoThrow in jdave |
|---|
| Methods in jdave that return ExpectedNoThrow | ||
|---|---|---|
|
Not.raise(java.lang.Class<E> expected)
|
|
|
Not.raise(java.lang.Class<E> expectedType,
java.lang.String expectedMessage)
|
|
|
Not.raiseAnyException()
No exception is expected from Block. |
|
|
Not.raiseExactly(java.lang.Class<E> expected)
|
|
| Methods in jdave with parameters of type ExpectedNoThrow | ||
|---|---|---|
|
Specification.specify(Block block,
ExpectedNoThrow<V> expectation)
The given block is expected to not throw an exception. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||