EMMA Coverage Report (generated Tue Nov 24 15:49:41 EST 2009)
[all classes][atg.servlet]

COVERAGE SUMMARY FOR SOURCE FILE [MockDynamoHttpServletResponse.java]

nameclass, %method, %block, %line, %
MockDynamoHttpServletResponse.java0%   (0/1)0%   (0/1)0%   (0/3)0%   (0/1)

COVERAGE BREAKDOWN BY CLASS AND METHOD

nameclass, %method, %block, %line, %
     
class MockDynamoHttpServletResponse0%   (0/1)0%   (0/1)0%   (0/3)0%   (0/1)
MockDynamoHttpServletResponse (): void 0%   (0/1)0%   (0/3)0%   (0/1)

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 */
14package 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 */
23public class MockDynamoHttpServletResponse extends DynamoHttpServletResponse {
24 
25}

[all classes][atg.servlet]
EMMA 2.0.5312 (C) Vladimir Roubtsov