}
@Test
public void findNextLevelShouldReturnClosestNextLevelForGivenValue()
{
Category category = Category.USER;
statisticRefDaoService.create(StatisticRefEnum.CREATED_ISSUE_COUNT);
daoService.getOrCreate(category, 0, StatisticRefEnum.CREATED_ISSUE_COUNT, 0, 10);
daoService.getOrCreate(category, 1, StatisticRefEnum.CREATED_ISSUE_COUNT, 10, 50);
daoService.getOrCreate(category, 2, StatisticRefEnum.CREATED_ISSUE_COUNT, 50, 150);
daoService.getOrCreate(category, 3, StatisticRefEnum.CREATED_ISSUE_COUNT, 150, 500);