public interface DiffStrategy
DiffSingleStrategy,
DiffNestedStrategy,
DiffCollectionStrategy| Modifier and Type | Method and Description |
|---|---|
DiffResult |
diff(Object expected,
Object current,
DiffMetadata metadata)
Check the difference between two objects using the metadata configuration.
|
DiffResult diff(Object expected, Object current, DiffMetadata metadata)
expected - object that represents the expected state of the object.current - object that represents the current state of the object.metadata - the metadata with the configuration for the diff.Copyright © 2020. All rights reserved.