Clover Coverage Report - Main Coverage Report
Coverage timestamp: ven dic 19 2014 16:47:52 EST
0   15   0   -
0   5   -   0
0     -  
1    
This report was generated with an evaluation server license. Purchase Clover or configure your license.
 
  ISettingService       Line # 3 0 0 - -1.0
 
No Tests
 
1    package com.dreamcatcher.bicycle.interfaces;
2   
 
3    public interface ISettingService {
4    /**
5    * change city setting
6    * @param cityTag
7    */
8    void changeCitySetting(final String cityTag);
9   
10    /**
11    * change favorite ids
12    * @param favoriteIds
13    */
14    void changeFavoriteIds(String favoriteIds);
15    }