Package org.tentackle.test.fx.rdc
Class ControllerTest
- java.lang.Object
-
- org.tentackle.app.AbstractApplication
-
- org.tentackle.test.pdo.TestApplication
-
- org.tentackle.test.fx.rdc.FxRdcTestApplication
-
- org.tentackle.test.fx.rdc.ControllerTest
-
- All Implemented Interfaces:
org.tentackle.pdo.DomainContextProvider,org.tentackle.session.SessionProvider
public abstract class ControllerTest extends FxRdcTestApplication
Tests whether controllers could be loaded and bound.
Needs a db-connection to initialize all controllers properly.
Simply extend this class and put that in a test source folder.Example:
public class TestControllers extends ControllerTest {}- Author:
- harald
-
-
Constructor Summary
Constructors Constructor Description ControllerTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidtestControllers()-
Methods inherited from class org.tentackle.test.fx.rdc.FxRdcTestApplication
startFx
-
Methods inherited from class org.tentackle.test.pdo.TestApplication
getDomainContext, getUser, isServer, 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, isSystemExitNecessaryToStop, logStackdump, register, setDomainContext, setName, setProperties, setSessionInfo, start, start, stop, stop, toString, unregister
-
-