Package sos.stresstest.dialogtest

Examples of sos.stresstest.dialogtest.SOSDialogTest


      }
     
      spooler_log.info(".. parameter [config_file]: " + this.configFile);
      SOSSchedulerLogger logger = new SOSSchedulerLogger(spooler_log);
     
      SOSDialogTest dialogTest = new SOSDialogTest(logger);
          /* if (dialogTest.initialize(this.configFile)) {
              throw new Exception("error occurred initializing SOSDialogTest");
          }*/
      //dialogTest.initialize(this.configFile);
      SOSSettings settings = new SOSProfileSettings(configFile);
      dialogTest.initialize(settings);
          dialogTest.execute();
         
      } catch (Exception e) {
          spooler_log.warn("error occurred in JobSchedulerDialogTest: " + e.getMessage());
          rc = false;
      }
View Full Code Here

TOP

Related Classes of sos.stresstest.dialogtest.SOSDialogTest

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.