Clover Coverage Report - Main Coverage Report
Coverage timestamp: ven dic 19 2014 16:47:52 EST
0   13   0   -
0   5   -   0
0     -  
1    
This report was generated with an evaluation server license. Purchase Clover or configure your license.
 
  IAssetsService       Line # 3 0 0 - -1.0
 
No Tests
 
1    package com.dreamcatcher.bicycle.interfaces;
2   
 
3    public interface IAssetsService {
4    /**
5    * load city setting from asserts
6    */
7    public void loadCitySetting();
8   
9    /**
10    * load bicycles info from assets
11    */
12    public void loadBicyclesInfo();
13    }