|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NullArgsAllowed | |
|---|---|
| patterntesting.runtime.log | Here you find some support for logging. |
| patterntesting.runtime.util | This is the package for some utility classes. |
| Uses of NullArgsAllowed in patterntesting.runtime.log |
|---|
| Methods in patterntesting.runtime.log with annotations of type NullArgsAllowed | |
|---|---|
void |
ObjectRecorder.log(JoinPoint joinPoint,
Object returnValue)
Both things are logged with this method: the call of a method (joinPoint) and the return value of this method. |
void |
LazyObjectRecorder.log(JoinPoint joinPoint,
Object returnValue)
Both things are logged with this method: the call of a method (joinPoint) and the return value of this method. |
| Uses of NullArgsAllowed in patterntesting.runtime.util |
|---|
| Methods in patterntesting.runtime.util with annotations of type NullArgsAllowed | |
|---|---|
static String |
JoinPointHelper.getArgAsShortString(Object obj)
Gets the arg as short string. |
static String |
JoinPointHelper.getArgAsString(Object obj)
Gets the arg as string. |
static String |
JoinPointHelper.getArgsAsShortString(Object[] args)
Gets the args as short string. |
static String |
JoinPointHelper.getArgsAsString(Object[] args)
Gets the args as string. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||