1 | /** |
2 | * Copyright 2007 ATG DUST Project |
3 | * |
4 | * Licensed under the Apache License, Version 2.0 (the "License"); |
5 | * you may not use this file except in compliance with the License. |
6 | * |
7 | * You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 |
8 | * |
9 | * Unless required by applicable law or agreed to in writing, software |
10 | * distributed under the License is distributed on an "AS IS" BASIS, |
11 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
12 | * See the License for the specific language governing permissions and limitations under the License. |
13 | */ |
14 | package atg.servlet; |
15 | |
16 | /** |
17 | * For now an empty MockDynamoHttpServletResponse is sufficient for most tests |
18 | * |
19 | * @author robert |
20 | * @deprecated Instead use atg.servlet.ServletTestUtils.createDynamoResponse() |
21 | * |
22 | */ |
23 | public class MockDynamoHttpServletResponse extends DynamoHttpServletResponse { |
24 | |
25 | } |