/**
  * @dataProvider methodProvider
  */
 public function testBuild(Command $command, $expectedCmdName)
 {
     $this->assertSame($expectedCmdName, $this->testInstance->generate($command));
 }