public class ControllerTest
extends org.tentackle.app.AbstractApplication
Example:
public class TestControllers extends ControllerTest {}
| Constructor and Description |
|---|
ControllerTest() |
| Modifier and Type | Method and Description |
|---|---|
org.tentackle.pdo.DomainContext |
getDomainContext() |
<U extends org.tentackle.pdo.PersistentDomainObject<U>> |
getUser(org.tentackle.pdo.DomainContext context,
long userId) |
boolean |
isServer() |
void |
setUpClass() |
void |
tearDownClass() |
void |
testControllers() |
configureModificationTracker, configurePreferences, configureSecurityManager, createDomainContext, createSession, createSessionInfo, deregisterJdbcDrivers, detectContainer, detectJNLP, doConfigureApplication, doFinishStartup, doInitialize, getCreationTime, getName, getProperties, getProperty, getRunningApplication, getSession, getSessionInfo, getUser, isDeployedByJNLP, isRunningInContainer, logStackdump, register, setDomainContext, setName, setProperties, setSessionInfo, toString, unregister, updateSessionInfoAfterLoginpublic org.tentackle.pdo.DomainContext getDomainContext()
getDomainContext in interface org.tentackle.pdo.DomainContextProvidergetDomainContext in class org.tentackle.app.AbstractApplicationpublic boolean isServer()
isServer in class org.tentackle.app.AbstractApplicationpublic <U extends org.tentackle.pdo.PersistentDomainObject<U>> U getUser(org.tentackle.pdo.DomainContext context,
long userId)
getUser in class org.tentackle.app.AbstractApplicationpublic void testControllers()
Tentackle - a domain driven enterprise framework