public function testSort()
 {
     // Remove the following lines when you implement this test.
     $list = $this->getList();
     Collections::sort($list);
     $this->assertTrue(Collections::binarySearch($list, new \blaze\lang\Integer(98), null) == 7);
 }