Search in sources :

Example 1 with ApplicationManagementServiceComponent

use of org.wso2.carbon.identity.application.mgt.internal.ApplicationManagementServiceComponent in project identity-inbound-auth-oauth by wso2-extensions.

the class RefreshGrantHandlerTest method setUpMethod.

@BeforeMethod
protected void setUpMethod() throws Exception {
    ApplicationManagementServiceComponent applicationManagementServiceComponent = new ApplicationManagementServiceComponent();
    Whitebox.invokeMethod(applicationManagementServiceComponent, "buildFileBasedSPList", null);
}
Also used : ApplicationManagementServiceComponent(org.wso2.carbon.identity.application.mgt.internal.ApplicationManagementServiceComponent) BeforeMethod(org.testng.annotations.BeforeMethod)

Aggregations

BeforeMethod (org.testng.annotations.BeforeMethod)1 ApplicationManagementServiceComponent (org.wso2.carbon.identity.application.mgt.internal.ApplicationManagementServiceComponent)1