public class SmartPrinter
extends java.lang.Object
Makes arguments printed with types if necessary
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
actual |
private java.lang.String |
wanted |
Constructor and Description |
---|
SmartPrinter(MatchableInvocation wanted,
Invocation actual,
java.lang.Integer... indexesOfMatchersToBeDescribedWithExtraTypeInfo) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getActual() |
java.lang.String |
getWanted() |
private final java.lang.String wanted
private final java.lang.String actual
public SmartPrinter(MatchableInvocation wanted, Invocation actual, java.lang.Integer... indexesOfMatchersToBeDescribedWithExtraTypeInfo)