public function testMap()
 {
     $this->setExpectedException('Foothing\\RepositoryController\\Resources\\Exceptions\\CannotMapResourceException');
     Mapper::map('foo');
 }