public function testGivenAValidConfigurationFileThenTheBuilderWillGenerateAMatchingArgumentsWrapper()
 {
     $testConfiguration = self::VALID_CONFIGURATION_FILE;
     $argumentWrapper = $this->builder->withConfigurationFile($testConfiguration)->build();
     $this->assertEquals($testConfiguration, $argumentWrapper->getConfigurationFile());
 }