|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MayReturnNull | |
|---|---|
| patterntesting.runtime.junit.internal | These are classes for internal use. |
| patterntesting.runtime.monitor | This package provides some monitors like the ClasspathMonitor or
ProfileMonitor. |
| patterntesting.runtime.util | This is the package for some utility classes. |
| Uses of MayReturnNull in patterntesting.runtime.junit.internal |
|---|
| Methods in patterntesting.runtime.junit.internal with annotations of type MayReturnNull | |
|---|---|
static org.junit.runners.model.FrameworkMethod |
JUnitHelper.getFrameworkMethod(Class<?> testClass,
String name)
Returns the given name as FrameworkMethod. |
static String |
DescriptionUtils.getMethodNameOf(org.junit.runner.Description description)
Gets the method name the given description. |
static Class<?> |
DescriptionUtils.getTestClassOf(org.junit.runner.Description description)
Here we extract the test class from the given descripiton. |
| Uses of MayReturnNull in patterntesting.runtime.monitor |
|---|
| Methods in patterntesting.runtime.monitor with annotations of type MayReturnNull | |
|---|---|
ProfileMonitor |
ProfileStatistic.getProfileMonitor(Class<?> clazz,
String method)
Do you want to look for the monitor of a given method? |
ProfileMonitor |
ProfileStatistic.getProfileMonitor(Signature signature)
Do you want to look for the monitor of a given method? |
ProfileMonitor |
ProfileStatistic.getProfileMonitor(String signature)
Do you want to look for the monitor of a given method? |
| Uses of MayReturnNull in patterntesting.runtime.util |
|---|
| Methods in patterntesting.runtime.util with annotations of type MayReturnNull | |
|---|---|
static Annotation |
JoinPointHelper.getClassAnnotation(JoinPoint jp,
Class<? extends Annotation> annotationClass)
Returns the annotation for the given JoinPoint. |
static Annotation[][] |
JoinPointHelper.getParameterAnnotations(JoinPoint joinpoint)
Gets the parameter annotations. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||