org.oclc.da.gdfr.registryprototype.exceptions
Interface Assertor.DeferredCondition
- Enclosing class:
- Assertor
public static interface Assertor.DeferredCondition
This interface is used to defer execution of the pre/post-condition
expression until the TESTING boolean can be checked.
This way, the expression execution doesn't take time when it doesn't
have to execute and the decision is still made in one place, here.
For an example on how to use the deferred conditional interface, follow
the link below.
- See Also:
Assertor.test(int, Assertor.DeferredCondition, int, java.lang.String[])
|
Method Summary |
boolean |
test()
|
test
boolean test()
Copyright © 2008 OCLC Online Computer Library Center, Inc.. All Rights Reserved.