Package org.junit.jupiter.params
Interface ParameterizedInvocationNameFormatter.PartialFormatter
-
- All Known Implementing Classes:
ParameterizedInvocationNameFormatter.ArgumentSetNameFormatter,ParameterizedInvocationNameFormatter.CachingByArgumentsLengthPartialFormatter,ParameterizedInvocationNameFormatter.MessageFormatPartialFormatter
- Enclosing class:
- ParameterizedInvocationNameFormatter
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface private static interface ParameterizedInvocationNameFormatter.PartialFormatter
-
-
Field Summary
Fields Modifier and Type Field Description static ParameterizedInvocationNameFormatter.PartialFormatterINDEX
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidappend(ParameterizedInvocationNameFormatter.ArgumentsContext context, java.lang.StringBuffer result)
-
-
-
Field Detail
-
INDEX
static final ParameterizedInvocationNameFormatter.PartialFormatter INDEX
-
-
Method Detail
-
append
void append(ParameterizedInvocationNameFormatter.ArgumentsContext context, java.lang.StringBuffer result)
-
-