TileLayerDispatcher tld = createMock(TileLayerDispatcher.class);
HttpServletRequest servReq = createMock(HttpServletRequest.class);
HttpServletResponse response = createMock(HttpServletResponse.class);
String baseUrl = "http://example.com/geowebcache/";
String contextPath = "service/";
URLMangler urlMangler = new NullURLMangler();
ServiceInformation servInfo = createMock(ServiceInformation.class);
Map<String, String[]> parameterMap = new HashMap<>();
parameterMap.put("SERVICE", new String[]{"WMS"});
parameterMap.put("VERSION", new String[]{"1.1.1"});