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);
}
Aggregations