public class UserPopulateExtension
extends org.wso2.carbon.automation.engine.extensions.ExecutionListenerExtension
| Constructor and Description |
|---|
UserPopulateExtension() |
| Modifier and Type | Method and Description |
|---|---|
void |
initiate() |
void |
onExecutionFinish()
Remove the populated tenants, users, roles and permissions on execution finish of the test
|
void |
onExecutionStart()
Populate all tenants, users, roles and permissions on execution start of the test
|
public void initiate()
throws org.wso2.carbon.automation.engine.exceptions.AutomationFrameworkException
initiate in class org.wso2.carbon.automation.engine.extensions.ExecutionListenerExtensionorg.wso2.carbon.automation.engine.exceptions.AutomationFrameworkExceptionpublic void onExecutionStart()
throws org.wso2.carbon.automation.engine.exceptions.AutomationFrameworkException
onExecutionStart in class org.wso2.carbon.automation.engine.extensions.ExecutionListenerExtensionorg.wso2.carbon.automation.engine.exceptions.AutomationFrameworkException - - throws if user population failspublic void onExecutionFinish()
throws org.wso2.carbon.automation.engine.exceptions.AutomationFrameworkException
onExecutionFinish in class org.wso2.carbon.automation.engine.extensions.ExecutionListenerExtensionorg.wso2.carbon.automation.engine.exceptions.AutomationFrameworkException - - throws if users cannot be deletedCopyright © 2015 WSO2. All rights reserved.