Package org.tentackle.fx.rdc.junit
Class FxRdcTestApplication
java.lang.Object
org.tentackle.app.AbstractApplication
org.tentackle.pdo.junit.TestApplication
org.tentackle.fx.rdc.junit.FxRdcTestApplication
- All Implemented Interfaces:
org.tentackle.pdo.DomainContextProvider,org.tentackle.session.SessionProvider
- Direct Known Subclasses:
ControllerTest,GuiProviderTest,TableConfigurationProviderTest
FX Junit5 test application.
- Author:
- harald
-
Field Summary
Fields inherited from class org.tentackle.app.AbstractApplication
DISABLE_MODIFICATION_TRACKER, DISABLE_SECURITY_MANAGER, ENABLE_STATISTICS, LOCALE, SCRIPTING -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.tentackle.pdo.junit.TestApplication
createDatabaseTables, getUser, populateDatabase, startup, tearDownClassMethods inherited from class org.tentackle.app.AbstractApplication
activateStatistics, applyProperties, cleanup, configure, configureModificationTracker, configurePreferences, configureSecurityManager, createDomainContext, createSession, createSessionInfo, finishStartup, getCommandLine, getCreationTime, getDomainContext, 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, unregisterMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.tentackle.pdo.DomainContextProvider
on, on, op, op
-
Constructor Details
-
FxRdcTestApplication
-
-
Method Details
-
startFx
@BeforeAll public static void startFx()
-