Class BeforeParameterizedClassInvocationMethodInvoker

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

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

  • Method Details

    • beforeClassTemplateInvocation

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