expect(testee.getRoutesFor('from')).toEqual([
                {name: 'to1', stateParams: {i: 0}},
                {name: 'to2'}
            ]);