Пример #1
0
 public function testCreate()
 {
     $this->given($comparator = new Comparator())->and($collection = new SortedArrayList($this->randomValues(10)))->and($reverseComparator = $comparator->reverse())->then()->list($collection)->isSortedUsing($comparator)->isNotSortedUsing($reverseComparator);
 }