public function test_getTypeDescription()
 {
     $this->assertEquals('Type: 2', Rectangle::getTypeDescription());
 }