Interface ParameterizedDeclarationContext<C>

All Known Implementing Classes:
ParameterizedClassContext, ParameterizedTestContext

interface ParameterizedDeclarationContext<C>
Since:
5.13
  • Method Details

    • getTestClass

      Class<?> getTestClass()
    • getAnnotation

      Annotation getAnnotation()
    • getAnnotatedElement

      AnnotatedElement getAnnotatedElement()
    • getDisplayNamePattern

      String getDisplayNamePattern()
    • isAutoClosingArguments

      boolean isAutoClosingArguments()
    • isAllowingZeroInvocations

      boolean isAllowingZeroInvocations()
    • getArgumentCountValidationMode

      ArgumentCountValidationMode getArgumentCountValidationMode()
    • getAnnotationName

      default String getAnnotationName()
    • getResolverFacade

      ResolverFacade getResolverFacade()
    • createInvocationContext

      C createInvocationContext(ParameterizedInvocationNameFormatter formatter, Arguments arguments, int invocationIndex)