/**
  * @group EricssonEnumeratedInt
  */
 public function testListCountry()
 {
     $countries = $this->_enumeratedMapper->listCountry();
     $this->assertNotNull($countries);
     $this->assertEquals(248, count($countries));
 }