@FunctionalInterface public static interface VerifyRecord.RecordValueComparator
| Modifier and Type | Method and Description |
|---|---|
void |
assertEquals(String pathToField,
Object actualValue,
Object expectedValue)
Assert that the actual and expected values are equal.
|
void assertEquals(String pathToField, Object actualValue, Object expectedValue)
pathToField - the path to the field within the JSON representation of the source record; never nullactualValue - the actual value for the field in the source record; never nullexpectedValue - the expected value for the field in the source record; never nullCopyright © 2018 JBoss by Red Hat. All rights reserved.