Class FxRdcTestApplication

  • All Implemented Interfaces:
    org.tentackle.pdo.DomainContextProvider, org.tentackle.session.SessionProvider
    Direct Known Subclasses:
    ControllerTest, GuiProviderTest

    public abstract class FxRdcTestApplication
    extends org.tentackle.test.pdo.TestApplication
    FX test application.
    Author:
    harald
    • Constructor Summary

      Constructors 
      Constructor Description
      FxRdcTestApplication​(java.lang.String name)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void startFx()  
      • Methods inherited from class org.tentackle.test.pdo.TestApplication

        getDomainContext, getUser, setUpClass, startup, tearDownClass
      • Methods inherited from class org.tentackle.app.AbstractApplication

        cleanup, configure, configureModificationTracker, configurePreferences, configureSecurityManager, createDomainContext, createSession, createSessionInfo, finishStartup, getCommandLine, getCreationTime, getName, getProperties, getProperty, getRunningApplication, getSession, getSessionInfo, getUser, initialize, isInteractive, isInteractiveImpl, isServer, isServerImpl, isSystemExitNecessaryToStop, logStackdump, register, setDomainContext, setName, setProperties, setSessionInfo, start, start, stop, stop, toString, unregister
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface org.tentackle.pdo.DomainContextProvider

        on, op
    • Constructor Detail

      • FxRdcTestApplication

        public FxRdcTestApplication​(java.lang.String name)
    • Method Detail

      • startFx

        @BeforeSuite(alwaysRun=true)
        public void startFx()