O - The object of the comparatorC - The comparator undertestpublic interface ComparatorTesterDSLGreater<O,C extends Comparator<O>>
| Modifier and Type | Method and Description |
|---|---|
ComparatorTesterDSLEnd<O,C> |
withGreaterSamples(O... greaterSamples)
Specify the values that are greater.
|
ComparatorTesterDSLEnd<O,C> |
withGreaterSamples(O first)
Specify the values that are greater.
|
ComparatorTesterDSLEnd<O,C> |
withGreaterSamples(O first,
O second)
Specify the values that are greater.
|
ComparatorTesterDSLEnd<O,C> |
withGreaterSamples(O first,
O second,
O third)
Specify the values that are greater.
|
ComparatorTesterDSLEnd<O,C> |
withGreaterSamples(O first,
O second,
O third,
O fourth)
Specify the values that are greater.
|
ComparatorTesterDSLEnd<O,C> withGreaterSamples(O... greaterSamples)
greaterSamples - the samples that are all greater than all the ones specified
before. All the passed samples must be ordered from the
smaller to the bigger.the next step of the DSLComparatorTesterDSLEnd<O,C> withGreaterSamples(O first)
first - the sample that is greater than all the ones specified beforethe next step of the DSLComparatorTesterDSLEnd<O,C> withGreaterSamples(O first, O second)
first - the sample that is greater than all the ones specified beforesecond - the sample that is greater that the previousthe next step of the DSLComparatorTesterDSLEnd<O,C> withGreaterSamples(O first, O second, O third)
first - the sample that is greater than all the ones specified beforesecond - the sample that is greater that the previousthird - the sample that is greater that the previousthe next step of the DSLComparatorTesterDSLEnd<O,C> withGreaterSamples(O first, O second, O third, O fourth)
first - the sample that is greater than all the ones specified beforesecond - the sample that is greater that the previousthird - the sample that is greater that the previousfourth - the sample that is greater that the previousthe next step of the DSLCopyright © 2015. All rights reserved.