Uses of Interface
org.junit.jupiter.params.ParameterizedInvocationNameFormatter.PartialFormatter
-
Packages that use ParameterizedInvocationNameFormatter.PartialFormatter Package Description org.junit.jupiter.params JUnit Jupiter extension for parameterized tests. -
-
Uses of ParameterizedInvocationNameFormatter.PartialFormatter in org.junit.jupiter.params
Classes in org.junit.jupiter.params that implement ParameterizedInvocationNameFormatter.PartialFormatter Modifier and Type Class Description private static classParameterizedInvocationNameFormatter.ArgumentSetNameFormatterprivate static classParameterizedInvocationNameFormatter.CachingByArgumentsLengthPartialFormatterprivate static classParameterizedInvocationNameFormatter.MessageFormatPartialFormatterFields in org.junit.jupiter.params declared as ParameterizedInvocationNameFormatter.PartialFormatter Modifier and Type Field Description static ParameterizedInvocationNameFormatter.PartialFormatterParameterizedInvocationNameFormatter.PartialFormatter. INDEXprivate ParameterizedInvocationNameFormatter.PartialFormatter[]ParameterizedInvocationNameFormatter. partialFormattersFields in org.junit.jupiter.params with type parameters of type ParameterizedInvocationNameFormatter.PartialFormatter Modifier and Type Field Description private java.util.concurrent.ConcurrentMap<java.lang.Integer,ParameterizedInvocationNameFormatter.PartialFormatter>ParameterizedInvocationNameFormatter.CachingByArgumentsLengthPartialFormatter. cacheprivate java.util.function.Function<java.lang.Integer,ParameterizedInvocationNameFormatter.PartialFormatter>ParameterizedInvocationNameFormatter.CachingByArgumentsLengthPartialFormatter. factoryprivate java.util.Map<java.lang.String,ParameterizedInvocationNameFormatter.PartialFormatter>ParameterizedInvocationNameFormatter.PartialFormatters. formattersByPlaceholderMethods in org.junit.jupiter.params that return ParameterizedInvocationNameFormatter.PartialFormatter Modifier and Type Method Description private static ParameterizedInvocationNameFormatter.PartialFormatterParameterizedInvocationNameFormatter. determineNonPlaceholderFormatter(java.lang.String segment, int argumentMaxLength)(package private) ParameterizedInvocationNameFormatter.PartialFormatterParameterizedInvocationNameFormatter.PartialFormatters. get(java.lang.String placeholder)private ParameterizedInvocationNameFormatter.PartialFormatter[]ParameterizedInvocationNameFormatter. parse(java.lang.String pattern, java.lang.String displayName, ParameterizedDeclarationContext<?> declarationContext, int argumentMaxLength)Methods in org.junit.jupiter.params with parameters of type ParameterizedInvocationNameFormatter.PartialFormatter Modifier and Type Method Description (package private) voidParameterizedInvocationNameFormatter.PartialFormatters. put(java.lang.String placeholder, ParameterizedInvocationNameFormatter.PartialFormatter formatter)Constructor parameters in org.junit.jupiter.params with type arguments of type ParameterizedInvocationNameFormatter.PartialFormatter Constructor Description CachingByArgumentsLengthPartialFormatter(java.util.function.Function<java.lang.Integer,ParameterizedInvocationNameFormatter.PartialFormatter> factory)
-