Home
last modified time | relevance | path

Searched defs:FormattingDiffs (Results 1 – 1 of 1) sorted by relevance

/external/truth/core/src/main/java/com/google/common/truth/
DCorrespondence.java413 private static class FormattingDiffs<A extends @Nullable Object, E extends @Nullable Object> class in Correspondence
419 FormattingDiffs(Correspondence<A, E> delegate, DiffFormatter<? super A, ? super E> formatter) { in FormattingDiffs() method in Correspondence.FormattingDiffs