Lines Matching refs:url
138 locations = [debugger.BreakLocationUrl(url=self.config['file_path']['index'], line_number=10),
139 debugger.BreakLocationUrl(url=self.config['file_path']['index'], line_number=17),
140 debugger.BreakLocationUrl(url=self.config['file_path']['index'], line_number=25)]
155 assert response['params']['url'] == self.config['file_path']['index']
159 assert response['params']['callFrames'][0]['url'] == self.config['file_path']['index']
169 locations = [debugger.BreakLocationUrl(url=self.config['file_path']['index'], line_number=10),
170 debugger.BreakLocationUrl(url=self.config['file_path']['index'], line_number=17),
171 debugger.BreakLocationUrl(url=self.config['file_path']['index'], line_number=25)]
184 assert response['params']['callFrames'][0]['url'] == self.config['file_path']['index']
202 assert response['params']['callFrames'][0]['url'] == self.config['file_path']['index']
224 assert response['params']['callFrames'][0]['url'] == self.config['file_path']['index']