O - The object of the comparatorC - The comparator undertestpublic interface ComparatorTesterDSLLess<O,C extends Comparator<O>> extends ComparatorTesterDSLEnd<O,C>
| Modifier and Type | Method and Description |
|---|---|
ComparatorTesterDSLEquals<O,C> |
withLessSamples(O... lessSamples)
Specify the values that are lesser.
|
ComparatorTesterDSLEquals<O,C> |
withLessSamples(O first)
Specify the values that are lesser.
|
ComparatorTesterDSLEquals<O,C> |
withLessSamples(O first,
O second)
Specify the values that are lesser.
|
ComparatorTesterDSLEquals<O,C> |
withLessSamples(O first,
O second,
O third)
Specify the values that are lesser.
|
ComparatorTesterDSLEquals<O,C> |
withLessSamples(O first,
O second,
O third,
O fourth)
Specify the values that are lesser.
|
buildComparatorTesterDSLEquals<O,C> withLessSamples(O... lessSamples)
lessSamples - the samples that are all less than all the ones specified
after. All the passed samples must be ordered from the
smaller to the bigger.the next step of the DSLComparatorTesterDSLEquals<O,C> withLessSamples(O first)
first - the smaller value of allthe next step of the DSLComparatorTesterDSLEquals<O,C> withLessSamples(O first, O second)
first - the smaller value of allsecond - a value bigger than the previousthe next step of the DSLComparatorTesterDSLEquals<O,C> withLessSamples(O first, O second, O third)
first - the smaller value of allsecond - a value bigger than the previousthird - a value bigger than the previousthe next step of the DSLComparatorTesterDSLEquals<O,C> withLessSamples(O first, O second, O third, O fourth)
first - the smaller value of allsecond - a value bigger than the previousthird - a value bigger than the previousfourth - a value bigger than the previousthe next step of the DSLCopyright © 2015. All rights reserved.