Added unit tests for services

This commit is contained in:
Vito Albano
2016-09-30 03:47:49 +01:00
parent 336ffe75d8
commit 0b7f3cc9a6
4 changed files with 271 additions and 63 deletions

View File

@@ -59,14 +59,14 @@ export class BpmUserService {
/**
* Call js api to get current user profile picture
*/
private callApiGetProfilePicture() {
callApiGetProfilePicture() {
return this.authService.getAlfrescoApi().activiti.profileApi.getProfile();
}
/**
* Call js api to get current user information
*/
private callApiGetProfile() {
callApiGetProfile() {
return this.authService.getAlfrescoApi().activiti.profileApi.getProfile();
}