public class SmartPrinter extends Object
Makes arguments printed with types if necessary
| Constructor and Description |
|---|
SmartPrinter(MatchableInvocation wanted,
Invocation actual,
Integer... indexesOfMatchersToBeDescribedWithExtraTypeInfo) |
SmartPrinter(MatchableInvocation wanted,
List<Invocation> allActualInvocations,
Integer[] indexesOfMatchersToBeDescribedWithExtraTypeInfo,
Set<String> classNamesToBeDescribedWithFullName) |
public SmartPrinter(MatchableInvocation wanted, Invocation actual, Integer... indexesOfMatchersToBeDescribedWithExtraTypeInfo)
public SmartPrinter(MatchableInvocation wanted, List<Invocation> allActualInvocations, Integer[] indexesOfMatchersToBeDescribedWithExtraTypeInfo, Set<String> classNamesToBeDescribedWithFullName)
Copyright © 2025. All rights reserved.