public function testMax()
 {
     // Remove the following lines when you implement this test.
     $this->assertTrue(Collections::max($this->getList())->equals(new \blaze\lang\Integer(98)));
 }