it('should have saveButtonOptions property', () => {
            spyOn(FormService, 'getSaveButtonOptions').and.returnValue(itemMock);
            contactDetails = new ContactDetails(EmployeeModel, FormService, EmployeeResource);

            expect(contactDetails.saveButtonOptions).toEqual(itemMock);