/**
* Run all the scenarios, obviously !
*/
private void runAllScenarios(String uuid) {
LoadingPopup.showMessage( Constants.INSTANCE.BuildingAndRunningScenarios() );
TestScenarioServiceAsync testScenarioService= GWT.create(TestScenarioService.class);
testScenarioService.runScenariosInPackage( uuid,
new GenericCallback<BulkTestRunResult>() {
public void onSuccess(BulkTestRunResult bulkTestRunResult) {
BulkRunResultViewImpl view = new BulkRunResultViewImpl( clientFactory );
BulkRunResultPresenter bulkRunResultPresenter = new BulkRunResultPresenter( view );