| |
|
| java.lang.Object com.flexive.tests.embedded.AccountTest
AccountTest | public class AccountTest (Code) | | Account test cases.
author: Daniel Lichtenberger (daniel.lichtenberger@flexive.com), UCS - unique computing solutions gmbh (http://www.ucs.at) |
createAccount | public void createAccount() throws Exception(Code) | | Test account creation.
throws: Exception - if an error occured |
createExpiredAccount | public void createExpiredAccount() throws Exception(Code) | | Try to create an account with an expiration date set in the past.
throws: Exception - if an error occured |
createInvalidDateAccount | public void createInvalidDateAccount() throws Exception(Code) | | Try to create an account with an invalid date.
throws: Exception - if an error occured |
createPastAccount | public void createPastAccount() throws Exception(Code) | | Try to create an account with an activation date set in the past.
throws: Exception - if an error occured |
|
|
|