Class ParameterizedInvocationNameFormatter.CachingByArgumentsLengthPartialFormatter
java.lang.Object
org.junit.jupiter.params.ParameterizedInvocationNameFormatter.CachingByArgumentsLengthPartialFormatter
- All Implemented Interfaces:
ParameterizedInvocationNameFormatter.PartialFormatter
- Enclosing class:
ParameterizedInvocationNameFormatter
private static class ParameterizedInvocationNameFormatter.CachingByArgumentsLengthPartialFormatter
extends Object
implements ParameterizedInvocationNameFormatter.PartialFormatter
- Since:
- 5.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Function<Integer, ParameterizedInvocationNameFormatter.PartialFormatter> Fields inherited from interface ParameterizedInvocationNameFormatter.PartialFormatter
INDEX -
Constructor Summary
ConstructorsConstructorDescriptionCachingByArgumentsLengthPartialFormatter(Function<Integer, ParameterizedInvocationNameFormatter.PartialFormatter> factory) -
Method Summary
Modifier and TypeMethodDescriptionvoidappend(ParameterizedInvocationNameFormatter.ArgumentsContext context, StringBuffer result)
-
Field Details
-
cache
-
factory
-
-
Constructor Details
-
CachingByArgumentsLengthPartialFormatter
CachingByArgumentsLengthPartialFormatter(Function<Integer, ParameterizedInvocationNameFormatter.PartialFormatter> factory)
-
-
Method Details
-
append
public void append(ParameterizedInvocationNameFormatter.ArgumentsContext context, StringBuffer result) - Specified by:
appendin interfaceParameterizedInvocationNameFormatter.PartialFormatter
-