gluu
|
公開メンバ関数 | |
void | initTestSuite (ITestContext context) throws FileNotFoundException, IOException |
静的公開メンバ関数 | |
static Archive<?> | createDeployment () |
静的公開変数類 | |
static FileConfiguration | testData |
限定公開メンバ関数 | |
void | loginAndCheckLoggedIn (String userPropsKey) |
void | checkLoggedIn (final boolean loggedIn) |
void | checkLoginUser (final String user, final String password) |
void | logoutUser () throws Exception |
非公開変数類 | |
Identity | identity |
Authenticator | authenticator |
Base class for all seam test which require authorization
|
inlineprotected |
Check if user logged in
loggedIn | Current user logged in state |
|
inlineprotected |
Login using specified user credentials
user | User login name |
password | User login password |
|
inlinestaticinherited |
|
inlineinherited |
|
inlineprotected |
Make attempt to login using specified userPropsKey. For this method we must define in properties file 2 key/value pairs: userPropsKey.uid and userPropsKey.password.
userPropsKey | Prefix of the key in properties file |
|
inlineprotected |
Process user logout
|
private |
|
private |
|
staticinherited |