Uses of Class
jdave.ExpectedNoThrow

Packages that use ExpectedNoThrow
jdave   
 

Uses of ExpectedNoThrow in jdave
 

Methods in jdave that return ExpectedNoThrow
<E extends Throwable>
ExpectedNoThrow<E>
Not.raise(Class<E> expected)
           
<E extends Throwable>
ExpectedNoThrow<E>
Not.raise(Class<E> expectedType, String expectedMessage)
           
 ExpectedNoThrow<Throwable> Not.raiseAnyException()
          No exception is expected from Block.
<E extends Throwable>
ExpectedNoThrow<E>
Not.raiseExactly(Class<E> expected)
           
 

Methods in jdave with parameters of type ExpectedNoThrow
<V extends Throwable>
void
Specification.specify(Block block, ExpectedNoThrow<V> expectation)
          The given block is expected to not throw an exception.
 



Copyright © 2010. All Rights Reserved.