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 Object
implements ParameterizedInvocationNameFormatter.PartialFormatter
- Since:
- 5.0
-
Field Summary
FieldsFields inherited from interface ParameterizedInvocationNameFormatter.PartialFormatter
INDEX -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidappend(ParameterizedInvocationNameFormatter.ArgumentsContext context, StringBuffer result)
-
Field Details
-
annotationName
-
-
Constructor Details
-
ArgumentSetNameFormatter
ArgumentSetNameFormatter(String annotationName)
-
-
Method Details
-
append
public void append(ParameterizedInvocationNameFormatter.ArgumentsContext context, StringBuffer result) - Specified by:
appendin interfaceParameterizedInvocationNameFormatter.PartialFormatter
-