Interface ParameterizedDeclarationContext<C>
- All Known Implementing Classes:
ParameterizedClassContext, ParameterizedTestContext
interface ParameterizedDeclarationContext<C>
- Since:
- 5.13
-
Method Summary
Modifier and TypeMethodDescriptioncreateInvocationContext(ParameterizedInvocationNameFormatter formatter, Arguments arguments, int invocationIndex) default StringClass<?> booleanboolean
-
Method Details
-
getTestClass
Class<?> getTestClass() -
getAnnotation
Annotation getAnnotation() -
getAnnotatedElement
AnnotatedElement getAnnotatedElement() -
getDisplayNamePattern
String getDisplayNamePattern() -
isAutoClosingArguments
boolean isAutoClosingArguments() -
isAllowingZeroInvocations
boolean isAllowingZeroInvocations() -
getArgumentCountValidationMode
ArgumentCountValidationMode getArgumentCountValidationMode() -
getAnnotationName
-
getResolverFacade
ResolverFacade getResolverFacade() -
createInvocationContext
C createInvocationContext(ParameterizedInvocationNameFormatter formatter, Arguments arguments, int invocationIndex)
-