Class AfterParameterizedClassInvocationMethodInvoker

java.lang.Object
org.junit.jupiter.params.AbstractParameterizedClassInvocationLifecycleMethodInvoker
org.junit.jupiter.params.AfterParameterizedClassInvocationMethodInvoker
All Implemented Interfaces:
org.junit.jupiter.api.extension.AfterClassTemplateInvocationCallback, org.junit.jupiter.api.extension.Extension, org.junit.jupiter.api.extension.ParameterResolver, org.junit.jupiter.api.extension.TestInstantiationAwareExtension

class AfterParameterizedClassInvocationMethodInvoker extends AbstractParameterizedClassInvocationLifecycleMethodInvoker implements org.junit.jupiter.api.extension.AfterClassTemplateInvocationCallback
Since:
5.13
  • Constructor Details

  • Method Details

    • afterClassTemplateInvocation

      public void afterClassTemplateInvocation(org.junit.jupiter.api.extension.ExtensionContext context)
      Specified by:
      afterClassTemplateInvocation in interface org.junit.jupiter.api.extension.AfterClassTemplateInvocationCallback