Class FxRdcTestApplication

java.lang.Object
org.tentackle.app.AbstractApplication
org.tentackle.pdo.testng.TestApplication
org.tentackle.fx.rdc.testng.FxRdcTestApplication
All Implemented Interfaces:
org.tentackle.app.Application, org.tentackle.pdo.DomainContextProvider, org.tentackle.session.SessionProvider
Direct Known Subclasses:
ControllerTest, GuiProviderTest, TableConfigurationProviderTest

public abstract class FxRdcTestApplication extends TestApplication
FX TestNG 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
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     

    Methods inherited from class org.tentackle.pdo.testng.TestApplication

    createDatabaseTables, getUser, populateDatabase, setUpClass, startup, tearDownClass

    Methods inherited from class org.tentackle.app.AbstractApplication

    activateStatistics, applyProperties, cleanup, configure, configureModificationTracker, configurePreferences, configureSecurityManager, createDomainContext, createSession, createSessionInfo, filterName, filterVersion, finishStartup, getCommandLine, getCreationTime, getDomainContext, getName, getProperties, getProperty, getPropertyAsChars, getPropertyAsCharsIgnoreCase, getPropertyIgnoreCase, getSession, getSessionInfo, getVersion, initialize, initializeScripting, isInteractive, isServer, isSystemExitNecessaryToStop, logStackdump, logStatistics, setDomainContext, setProperties, setSessionInfo, start, stop, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

    Methods inherited from interface org.tentackle.app.Application

    register, start, stop, unregister

    Methods inherited from interface org.tentackle.pdo.DomainContextProvider

    isWithinContext, isWithinContext, on, on, op, op
  • Constructor Details

    • FxRdcTestApplication

      public FxRdcTestApplication(String name, String version)
  • Method Details

    • startFx

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