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