function assertCalls() {
            expect(callback).toHaveBeenCalledWith(zero, 0);
            expect(callback).toHaveBeenCalledWith(one, 1);
            expect(callback).toHaveBeenCalledWith(two, 2);
            expect(callback).toHaveBeenCalledWith(three, 3);