ch.tatool.test.swing
Class SwingModuleRunner

java.lang.Object
  extended by ch.tatool.app.TestApp
      extended by ch.tatool.test.swing.ModuleRunner
          extended by ch.tatool.test.swing.SwingModuleRunner

public class SwingModuleRunner
extends ModuleRunner

Abstract Module tester. Provides support for running a module. This tester provides two methods to overwrite: getExecutable or getRootElement. If getExecutable is overwritten the executable is run exactly once. getRootElement on the other hand allows you arbitarily defining the Element hierarchy you want to run. The default training properties


Field Summary
 
Fields inherited from class ch.tatool.app.TestApp
dataDirName
 
Constructor Summary
SwingModuleRunner()
           
 
Method Summary
protected  Map<String,String> createModuleProperties()
          Overwritten to set the Swing display and other default properties.
 
Methods inherited from class ch.tatool.test.swing.ModuleRunner
createExecutable, createModule, createRootElement, main
 
Methods inherited from class ch.tatool.app.TestApp
createAccount, createAccountProperties, createBinaryModuleProperties, createModuleExporters, deleteData, getCtx, getDataExportService, getDataService, getExecutionService, getModuleService, getUserAccountService, runModule, startApplication
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SwingModuleRunner

public SwingModuleRunner()
Method Detail

createModuleProperties

protected Map<String,String> createModuleProperties()
Overwritten to set the Swing display and other default properties.

Overrides:
createModuleProperties in class TestApp


Copyright © 2012. All Rights Reserved.