populateJMeterDirectoryTree();
initialiseJMeterArgumentsArray(true);
if (null != remoteConfig) {
remoteConfig.setMasterPropertiesMap(pluginProperties.getMasterPropertiesMap());
}
TestManager jMeterTestManager = new TestManager(testArgs, testFilesDirectory, testFilesIncluded, testFilesExcluded, remoteConfig, suppressJMeterOutput, binDir, jMeterProcessJVMSettings);
getLog().info(" ");
if (proxyConfig != null) {
getLog().info(this.proxyConfig.toString());
}
List<String> testResults = jMeterTestManager.executeTests();
parseTestResults(testResults);
}