O - The object of the comparatorC - The comparator undertestpublic interface ComparatorTesterDSLStart<O,C extends Comparator<O>> extends ComparatorTesterDSLLess<O,C>
| Modifier and Type | Method and Description |
|---|---|
ComparatorTesterDSLLess<O,C> |
usingInstance(C instance)
This method may be use to specify the instance to be used for the test of
the comparator.
|
withLessSamples, withLessSamples, withLessSamples, withLessSamples, withLessSamplesbuildComparatorTesterDSLLess<O,C> usingInstance(C instance)
When not used, the framework try to create itself an instance of the comparator.
instance - The instance to be used for the test.the continuation of the DSLNullPointerException - when instance is null.Copyright © 2015. All rights reserved.