/**
  * @covers BinaryBeast::map
  */
 public function testMap()
 {
     $this->assertInstanceOf('BBMap', $this->object->map, '$this->object->map did not return a new BBMap');
     $this->assertInstanceOf('BBMap', $this->object->map(), '$this->object->map() did not return a new BBMap');
 }