| java.lang.Object com.flexive.tests.embedded.TestUser
TestUser | public class TestUser (Code) | | Interface for test user management.
author: Daniel Lichtenberger (daniel.lichtenberger@flexive.com), UCS - unique computing solutions gmbh (http://www.ucs.at) |
createUser | public void createUser(long mandatorId, long languageId) throws FxApplicationException(Code) | | Create the configured test user.
Parameters: mandatorId - the test user mandator ID Parameters: languageId - the test user language throws: FxApplicationException - if the account could not be created |
getUserGroupId | public int getUserGroupId()(Code) | | |
getUserId | public long getUserId()(Code) | | |
|
|