Package org.tentackle.test.fx.rdc
Class FxRdcTestApplication
- java.lang.Object
-
- org.tentackle.app.AbstractApplication
-
- org.tentackle.test.pdo.TestApplication
-
- org.tentackle.test.fx.rdc.FxRdcTestApplication
-
- All Implemented Interfaces:
org.tentackle.pdo.DomainContextProvider,org.tentackle.session.SessionProvider
- Direct Known Subclasses:
ControllerTest,GuiProviderTest,TableConfigurationProviderTest
public abstract class FxRdcTestApplication extends TestApplication
FX test application.- Author:
- harald
-
-
Constructor Summary
Constructors Constructor Description FxRdcTestApplication(String name, String version)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidstartFx()-
Methods inherited from class org.tentackle.test.pdo.TestApplication
getDomainContext, getUser, setUpClass, startup, tearDownClass
-
Methods inherited from class org.tentackle.app.AbstractApplication
activateStatistics, applyProperties, cleanup, configure, configureModificationTracker, configurePreferences, configureSecurityManager, createDomainContext, createSession, createSessionInfo, finishStartup, getCommandLine, getCreationTime, getName, getProperties, getProperty, getRunningApplication, getSession, getSessionInfo, getUser, getVersion, initialize, initializeScripting, isInteractive, isInteractiveImpl, isServer, isServerImpl, isSystemExitNecessaryToStop, logStackdump, register, setDomainContext, setProperties, setSessionInfo, start, start, stop, stop, toString, unregister
-
-