Package | Description |
---|---|
com.pervasive.datarush.test |
Provides tools useful for testing DataRush applications.
|
Modifier and Type | Class and Description |
---|---|
class |
FloatingPointMismatchFilter
A filter for handling mismatches in floating point values.
|
Modifier and Type | Field and Description |
---|---|
static Assertions.MismatchFilter |
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 |
Assertions.MismatchFilter.NO_FILTER
A default filter which considers all mismatches to be significant.
|
Modifier and Type | Method and Description |
---|---|
static void |
Assertions.assertDirectoriesEqual(File expectedPath,
File actualPath,
Assertions.MismatchFilter mismatchFilter)
Compares all files in the two directories, line-by-line, using
Assertions.assertLinesEqual(String, String, MismatchFilter) . |
static void |
Assertions.assertLinesEqual(String expectedOutput,
String actualOutput,
Assertions.MismatchFilter filter)
Compares two files, line-by-line.
|
Copyright © 2016 Actian Corporation. All rights reserved.