ch.tatool.test.swing
Class SwingModuleRunner
java.lang.Object
ch.tatool.app.TestApp
ch.tatool.test.swing.ModuleRunner
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
| 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 |
SwingModuleRunner
public SwingModuleRunner()
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.