|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.didana.codecontract.aspect.Interceptor
public aspect Interceptor
Advice Detail |
before(): interceptConstructorContract..
after(): interceptConstructorContract..
before(): interceptPublicMethodContract..
after(): interceptPublicMethodContract..
before(): interceptNonPublicMethodContract..
after(): interceptNonPublicMethodContract..
before(): interceptStaticMethodContract..
after(): interceptStaticMethodContract..
An aspect that supports Design by Contract tests by advising methods from classes that have Design By Contract tests applied to them. This aspect provides intercepting of all calls to methods from classes that have been annotated with @Contract annotation.
Constructor Summary | |
---|---|
Interceptor()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Interceptor()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |