| Modifier and Type | Method and Description |
|---|---|
boolean |
IComparator.match(Object expected,
Object received)
Says if two objects can be considered equals.
|
| Modifier and Type | Method and Description |
|---|---|
protected Long |
ComparatorTimestamp.getMillis(Object obj) |
protected Long |
ComparatorTime.getMillis(Object obj) |
protected Long |
ComparatorJodatime.getMillis(Object obj) |
protected Long |
ComparatorDate.getMillis(Object obj) |
protected abstract Long |
AbstractComparatorTime.getMillis(Object obj)
Get the corresponding time information in milliseconds.
|
boolean |
ComparatorDefault.match(Object expected,
Object received) |
boolean |
AbstractComparatorTime.match(Object expected,
Object received) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
PluginVerifyObjects.compare(IContext context,
IResultSet result,
IComparator comparator,
CellAdapter headerExpected,
CellAdapter cellExpected,
Object received)
Compare terminal elements.
|
protected void |
PluginVerifyObjects.process(IContext context,
IResultSet result,
TableAdapter tableAdapter,
Iterator iterator)
Perform recursive comparison.
|
protected void |
PluginVerifyObjects.processIterable(IContext context,
IResultSet result,
TableAdapter tableAdapter,
Iterator iterator) |
protected void |
PluginVerifyObjects.processTerminal(IContext context,
IResultSet result,
TableAdapter tableAdapter,
Iterator iterator)
Process terminal values.
|
protected Exception |
PluginVerifyObjects.verify(IContext context,
IComparator comparator,
Object expected,
Object received)
Check if expected and received values are equal.
|
| Modifier and Type | Method and Description |
|---|---|
IComparator |
IAbstraction.getComparator()
Get the comparator of the given element.
|
IComparator |
IAbstraction.getComparator(IComparator comparatorDefault)
Get the comparator of the given element.
|
| Modifier and Type | Method and Description |
|---|---|
IComparator |
NodeHolderDefault.getComparator() |
IComparator |
NodeHolderDefault.getComparator(IComparator comparatorDefault) |
Copyright © 2016. All rights reserved.