| Package | Description |
|---|---|
| com.github.jonpereiradev.diffobjects | |
| com.github.jonpereiradev.diffobjects.strategy |
| Modifier and Type | Method and Description |
|---|---|
List<DiffResult> |
DiffObjects.diff(Collection<T> expected,
Collection<T> current,
DiffComparator<T> matcher)
Execute the diff between two objects using annotations.
|
List<DiffResult> |
DiffObjects.diff(Collection<T> expectedCollection,
Collection<T> currentCollection,
DiffConfiguration configuration,
DiffComparator<T> matcher)
Execute the diff between two objects using a configuration.
|
List<DiffResult> |
DiffObjects.diff(T expected,
T current)
Execute the diff between two objects using annotations.
|
List<DiffResult> |
DiffObjects.diff(T expected,
T current,
DiffConfiguration configuration)
Execute the diff between two objects using a configuration.
|
| Modifier and Type | Method and Description |
|---|---|
DiffResult |
DiffStrategy.diff(Object expected,
Object current,
DiffMetadata metadata)
Check the difference between two objects using the metadata configuration.
|
Copyright © 2020. All rights reserved.