public static interface Assertions.MismatchFilter
Modifier and Type | Field and Description |
---|---|
static Assertions.MismatchFilter |
IGNORE_SORT_ORDER
A default filter which considers all mismatches to be significant but that
ignores the sort order of the file
|
static Assertions.MismatchFilter |
NO_FILTER
A default filter which considers all mismatches to be significant.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ignoreMismatch(String expected,
String actual)
Indicates whether the specified mismatch should be ignored
for comparison purposed.
|
boolean |
ignoreSortOrder()
Indicates whether the filter should ignore sort order
|
static final Assertions.MismatchFilter NO_FILTER
static final Assertions.MismatchFilter IGNORE_SORT_ORDER
Copyright © 2020 Actian Corporation. All rights reserved.