Uses of Interface
org.junit.jupiter.params.ParameterizedInvocationNameFormatter.PartialFormatter
Packages that use ParameterizedInvocationNameFormatter.PartialFormatter
-
Uses of ParameterizedInvocationNameFormatter.PartialFormatter in org.junit.jupiter.params
Classes in org.junit.jupiter.params that implement ParameterizedInvocationNameFormatter.PartialFormatterModifier and TypeClassDescriptionprivate static classprivate static classprivate static classFields in org.junit.jupiter.params declared as ParameterizedInvocationNameFormatter.PartialFormatterModifier and TypeFieldDescriptionParameterizedInvocationNameFormatter.PartialFormatter.INDEXprivate final ParameterizedInvocationNameFormatter.PartialFormatter[]ParameterizedInvocationNameFormatter.partialFormattersFields in org.junit.jupiter.params with type parameters of type ParameterizedInvocationNameFormatter.PartialFormatterModifier and TypeFieldDescriptionParameterizedInvocationNameFormatter.CachingByArgumentsLengthPartialFormatter.cacheprivate final Function<Integer, ParameterizedInvocationNameFormatter.PartialFormatter> ParameterizedInvocationNameFormatter.CachingByArgumentsLengthPartialFormatter.factoryprivate final Map<String, ParameterizedInvocationNameFormatter.PartialFormatter> ParameterizedInvocationNameFormatter.PartialFormatters.formattersByPlaceholderMethods in org.junit.jupiter.params that return ParameterizedInvocationNameFormatter.PartialFormatterModifier and TypeMethodDescriptionprivate static ParameterizedInvocationNameFormatter.PartialFormatterParameterizedInvocationNameFormatter.determineNonPlaceholderFormatter(String segment, int argumentMaxLength) (package private) ParameterizedInvocationNameFormatter.PartialFormatterParameterizedInvocationNameFormatter.parse(String pattern, String displayName, ParameterizedDeclarationContext<?> declarationContext, int argumentMaxLength) Methods in org.junit.jupiter.params with parameters of type ParameterizedInvocationNameFormatter.PartialFormatterModifier and TypeMethodDescription(package private) voidParameterizedInvocationNameFormatter.PartialFormatters.put(String placeholder, ParameterizedInvocationNameFormatter.PartialFormatter formatter) Constructor parameters in org.junit.jupiter.params with type arguments of type ParameterizedInvocationNameFormatter.PartialFormatterModifierConstructorDescription(package private)CachingByArgumentsLengthPartialFormatter(Function<Integer, ParameterizedInvocationNameFormatter.PartialFormatter> factory)