Package org.junit.jupiter.params
Class ParameterizedInvocationNameFormatter.ArgumentSetNameFormatter
- java.lang.Object
-
- org.junit.jupiter.params.ParameterizedInvocationNameFormatter.ArgumentSetNameFormatter
-
- All Implemented Interfaces:
ParameterizedInvocationNameFormatter.PartialFormatter
- Enclosing class:
- ParameterizedInvocationNameFormatter
private static class ParameterizedInvocationNameFormatter.ArgumentSetNameFormatter extends java.lang.Object implements ParameterizedInvocationNameFormatter.PartialFormatter
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.StringannotationName-
Fields inherited from interface org.junit.jupiter.params.ParameterizedInvocationNameFormatter.PartialFormatter
INDEX
-
-
Constructor Summary
Constructors Constructor Description ArgumentSetNameFormatter(java.lang.String annotationName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidappend(ParameterizedInvocationNameFormatter.ArgumentsContext context, java.lang.StringBuffer result)
-
-
-
Method Detail
-
append
public void append(ParameterizedInvocationNameFormatter.ArgumentsContext context, java.lang.StringBuffer result)
- Specified by:
appendin interfaceParameterizedInvocationNameFormatter.PartialFormatter
-
-