mirror of
https://github.com/querydsl/querydsl.git
synced 2026-06-21 21:14:12 +08:00
40 lines
2.2 KiB
HTML
40 lines
2.2 KiB
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<title>TestNG: Unit Test</title>
|
|
<style type="text/css">
|
|
table caption,table.info_table,table.param,table.passed,table.failed {margin-bottom:10px;border:1px solid #000099;border-collapse:collapse;empty-cells:show;}
|
|
table.info_table td,table.info_table th,table.param td,table.param th,table.passed td,table.passed th,table.failed td,table.failed th {
|
|
border:1px solid #000099;padding:.25em .5em .25em .5em
|
|
}
|
|
table.param th {vertical-align:bottom}
|
|
td.numi,th.numi,td.numi_attn {
|
|
text-align:right
|
|
}
|
|
tr.total td {font-weight:bold}
|
|
table caption {
|
|
text-align:center;font-weight:bold;
|
|
}
|
|
table.passed tr.stripe td,table tr.passedodd td {background-color: #00AA00;}
|
|
table.passed td,table tr.passedeven td {background-color: #33FF33;}
|
|
table.passed tr.stripe td,table tr.skippedodd td {background-color: #cccccc;}
|
|
table.passed td,table tr.skippedodd td {background-color: #dddddd;}
|
|
table.failed tr.stripe td,table tr.failedodd td,table.param td.numi_attn {background-color: #FF3333;}
|
|
table.failed td,table tr.failedeven td,table.param tr.stripe td.numi_attn {background-color: #DD0000;}
|
|
tr.stripe td,tr.stripe th {background-color: #E6EBF9;}
|
|
p.totop {font-size:85%;text-align:center;border-bottom:2px black solid}
|
|
div.shootout {padding:2em;border:3px #4854A8 solid}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<table cellspacing=0 cellpadding=0 class="param">
|
|
<tr><th>Test</th><th class="numi">Methods<br/>Passed</th><th class="numi">Scenarios<br/>Passed</th><th class="numi"># skipped</th><th class="numi"># failed</th><th class="numi">Total<br/>Time</th><th class="numi">Included<br/>Groups</th><th class="numi">Excluded<br/>Groups</th></tr>
|
|
<tr><td style="text-align:left;padding-right:2em">com.mysema.query</td><td class="numi">0</td><td class="numi">0</td><td class="numi">0</td><td class="numi">0</td><td class="numi">0,0 seconds</td><td class="numi"></td><td class="numi"></td></tr>
|
|
</table>
|
|
<a id="summary"></a>
|
|
<table cellspacing=0 cellpadding=0 class="passed">
|
|
<tr><th>Class</th><th>Method</th><th># of<br/>Scenarios</th><th>Time<br/>(Msecs)</th></tr>
|
|
</table>
|
|
<h1>com.mysema.query</h1>
|
|
</body></html>
|