Searched refs:pathWithoutQueryParams (Results 1 – 1 of 1) sorted by relevance
185 : pathWithoutQueryParams(path))); in dispatch()201 recordCalledPath("/" + pathWithoutQueryParams(path)); in dispatch()222 return pathWithoutQueryParams(pathWithoutPrefix(path)).equals(mockPath) in isMatchingPath()230 private String pathWithoutQueryParams(String path) { in pathWithoutQueryParams() method in ScenarioDispatcher