Public Member Functions | |
AlarmUserTest (String arg0) | |
void | setUp () |
void | tearDown () throws LaserConsoleException |
void | notestUserHandler () throws LaserConsoleException |
void | notestUserConfiguration () throws LaserConsoleException |
Private Member Functions | |
boolean | compareCommentedAlarmMap (CommentedAlarmMap cam1, CommentedAlarmMap map) |
Private Attributes | |
final String | USER_PREFIX = "test_user" |
final int | NUM_OF_USERS = 15 |
final String | PASSWORD = "password" |
final String | CONFIG_PREFIX = "test_config" |
final int | NUM_OF_CONFIGS = 15 |
final String | COMMENT_PREFIX = "test_comment" |
|
|
|
|
|
|
|
Test creation and removal of users via the UserHandler interface.
|
|
Set-up the test. Defines the default host of the LASER server. |
|
Tear-down the test. Removes all the users that have been created during the test. |
|
|
|
|
|
|
|
|
|
|
|
|