Uses of Interface
jdave.Block

Packages that use Block
jdave   
 

Uses of Block in jdave
 

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



Copyright ? 2008. All Rights Reserved.