public class DataRushAssert extends Object
| Constructor and Description |
|---|
DataRushAssert() |
| Modifier and Type | Method and Description |
|---|---|
static void |
assertEqualDelimitedFiles(String expectedOutput,
String actualOutput)
Verifies that two delimited text files are identical.
|
static void |
assertEqualTextFiles(String expectedOutput,
String actualOutput)
Verifies that two character sequences are identical.
|
static void |
assertLinesEqual(String expectedOutput,
String actualOutput,
FloatingPointTolerance tolerance,
String fieldSeparator)
Compares two files, line-by-line, ignoring floating point mismatches.
|
public static void assertLinesEqual(String expectedOutput, String actualOutput, FloatingPointTolerance tolerance, String fieldSeparator)
expectedOutput - The expected output fileactualOutput - The actual output filetolerance - floating point tolerance to use when comparingfieldSeparator - the field separatorpublic static void assertEqualTextFiles(String expectedOutput, String actualOutput)
expectedOutput - the path of the file with expected outputactualOutput - the path of the file with actual outputCopyright © 2024 Actian Corporation. All rights reserved.