Class ParameterSignature
java.lang.Object
org.junit.experimental.theories.ParameterSignature
-
Method Summary
Modifier and TypeMethodDescriptionbooleancanAcceptType(Class<?> candidate) booleancanAcceptValue(Object candidate) booleancanPotentiallyAcceptType(Class<?> candidate) <T extends Annotation>
TfindDeepAnnotation(Class<T> annotationType) <T extends Annotation>
TgetAnnotation(Class<T> annotationType) Class<?> getType()booleanhasAnnotation(Class<? extends Annotation> type) static List<ParameterSignature> signatures(Constructor<?> constructor) static ArrayList<ParameterSignature> signatures(Method method)
-
Method Details
-
signatures
-
signatures
-
canAcceptValue
-
canAcceptType
-
canPotentiallyAcceptType
-
getType
-
getAnnotations
-
hasAnnotation
-
findDeepAnnotation
-
getAnnotation
-