Uses of Class
org.junit.jupiter.params.ParameterizedInvocationNameFormatter
Packages that use ParameterizedInvocationNameFormatter
-
Uses of ParameterizedInvocationNameFormatter in org.junit.jupiter.params
Fields in org.junit.jupiter.params declared as ParameterizedInvocationNameFormatterModifier and TypeFieldDescriptionprivate final ParameterizedInvocationNameFormatterParameterizedInvocationContext.formatterMethods in org.junit.jupiter.params that return ParameterizedInvocationNameFormatterModifier and TypeMethodDescription(package private) static ParameterizedInvocationNameFormatterParameterizedInvocationNameFormatter.create(org.junit.jupiter.api.extension.ExtensionContext extensionContext, ParameterizedDeclarationContext<?> declarationContext) Methods in org.junit.jupiter.params with parameters of type ParameterizedInvocationNameFormatterModifier and TypeMethodDescriptionorg.junit.jupiter.api.extension.ClassTemplateInvocationContextParameterizedClassContext.createInvocationContext(ParameterizedInvocationNameFormatter formatter, Arguments arguments, int invocationIndex) ParameterizedDeclarationContext.createInvocationContext(ParameterizedInvocationNameFormatter formatter, Arguments arguments, int invocationIndex) org.junit.jupiter.api.extension.TestTemplateInvocationContextParameterizedTestContext.createInvocationContext(ParameterizedInvocationNameFormatter formatter, Arguments arguments, int invocationIndex) Constructors in org.junit.jupiter.params with parameters of type ParameterizedInvocationNameFormatterModifierConstructorDescription(package private)ParameterizedClassInvocationContext(ParameterizedClassContext classContext, ParameterizedInvocationNameFormatter formatter, Arguments arguments, int invocationIndex) (package private)ParameterizedInvocationContext(T declarationContext, ParameterizedInvocationNameFormatter formatter, Arguments arguments, int invocationIndex) (package private)ParameterizedTestInvocationContext(ParameterizedTestContext methodContext, ParameterizedInvocationNameFormatter formatter, Arguments arguments, int invocationIndex)