view templates/class_template.html @ 7:342d366654ce

2012-01-27 Pavel Tisnovsky <ptisnovs@redhat.com> * templates/style.css: New styles added which is used in generated test report. * src/FileUtils.java: * src/PrintClassList.java: * src/PrintPublicMethods.java: * src/PrintTestCoverage.java: Minor changes - JavaDoc * templates/all_classes_template.html: * templates/all_packages_template.html: * templates/class_template.html: * templates/package_template.html: * templates/summary.html: Removed useless character ^M in the XML declarations.
author Pavel Tisnovsky <ptisnovs@redhat.com>
date Fri, 27 Jan 2012 16:35:26 +0100
parents 5849d5bfbee0
children 5bc6733b29bd
line wrap: on
line source

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
    <head>
        <title>Report for class: ${CLASS_NAME}</title>
        <meta name="Generator" content="MauveTestCoverage" />
        <meta http-equiv="content-type" content="text/html; charset=utf-8" />
        <link type="text/css" rel="StyleSheet" href="style.css" />
    </head>
    <body>
        <h1>Report for class: ${CLASS_NAME}&nbsp;&nbsp;&nbsp;<a href='all_results.html'>summary</a></h1>

        <table>
            <tr>
                <th>Method</th>
                <th><a href="${CLASS_NAME}_api.txt">API</a></th>
                <th><a href="${CLASS_NAME}_test.txt">Tested</a></th>
            </tr>
${METHOD_LIST}
        </table>

    </body>
</html>