O - The object of the comparatorC - The comparator undertestpublic interface ComparatorTesterDSLEquals<O,C extends Comparator<O>>
| Modifier and Type | Method and Description |
|---|---|
ComparatorTesterDSLGreater<O,C> |
withEqualSamples(O... equalSamples)
Specify the values that are equals.
|
ComparatorTesterDSLGreater<O,C> |
withEqualSamples(O first)
Specify the values that are equals.
|
ComparatorTesterDSLGreater<O,C> |
withEqualSamples(O first,
O second)
Specify the values that are equals.
|
ComparatorTesterDSLGreater<O,C> |
withEqualSamples(O first,
O second,
O third)
Specify the values that are equals.
|
ComparatorTesterDSLGreater<O,C> |
withEqualSamples(O first,
O second,
O third,
O fourth)
Specify the values that are equals.
|
ComparatorTesterDSLGreater<O,C> withEqualSamples(O... equalSamples)
equalSamples - all values that are equals between them. All values must be
greater than the one specified before.the next step of the DSLComparatorTesterDSLGreater<O,C> withEqualSamples(O first)
first - a single value that will be checked against itself. All values
must be greater than the one specified before.the next step of the DSLComparatorTesterDSLGreater<O,C> withEqualSamples(O first, O second)
first - a first equals value. All values must be greater than the one
specified before.second - a second equals value. All values must be greater than the one
specified before.the next step of the DSLComparatorTesterDSLGreater<O,C> withEqualSamples(O first, O second, O third)
first - a first equals value. All values must be greater than the one
specified before.second - a second equals value. All values must be greater than the one
specified before.third - a third equals value. All values must be greater than the one
specified before.the next step of the DSLComparatorTesterDSLGreater<O,C> withEqualSamples(O first, O second, O third, O fourth)
first - a first equals value. All values must be greater than the one
specified before.second - a second equals value. All values must be greater than the one
specified before.third - a third equals value. All values must be greater than the one
specified before.fourth - a fourth equals value. All values must be greater than the one
specified before.the next step of the DSLCopyright © 2015. All rights reserved.