public class ObjectComparator extends Object
| Constructor and Description |
|---|
ObjectComparator(ObjectCompareOptionsFactory optionFactory) |
| Modifier and Type | Method and Description |
|---|---|
Collection<String> |
compare(Object expected,
Object actual)
Compare two objects.
|
public ObjectComparator(ObjectCompareOptionsFactory optionFactory)
public Collection<String> compare(Object expected, Object actual)
expected - The expected value.actual - The actual value.Copyright © 2010–2017. All rights reserved.