blob: 869fc4c0b1b72dae567edbfb1f76a4273aa9c46e [file] [log] [blame]
<html>
<head>
<title>TestNG: Command line test</title>
<link href="../testng.css" rel="stylesheet" type="text/css" />
<link href="../my-testng.css" rel="stylesheet" type="text/css" />
<style type="text/css">
.log { display: none;}
.stack-trace { display: none;}
</style>
<script type="text/javascript">
<!--
function flip(e) {
current = e.style.display;
if (current == 'block') {
e.style.display = 'none';
}
else {
e.style.display = 'block';
}
}
function toggleBox(szDivId)
{
if (document.getElementById) {
flip(document.getElementById(szDivId));
}
else if (document.all) {
// this is the way old msie versions work
var style2 = document.all[szDivId].style;
style2.display = style2.display? "":"block";
}
}
function toggleAllBoxes() {
if (document.getElementsByTagName) {
d = document.getElementsByTagName('div');
for (i = 0; i < d.length; i++) {
if (d[i].className == 'log') {
flip(d[i]);
}
}
}
}
// -->
</script>
</head>
<body>
<h2 align='center'>Command line test</h2><table border='1' align="center">
<tr>
<td>Tests passed/Failed/Skipped:</td><td>1/0/0</td>
</tr><tr>
<td>Started on:</td><td>Thu Dec 03 21:49:46 CET 2009</td>
</tr>
<tr><td>Total time:</td><td>0 seconds</td>
</tr><tr>
<td>Included groups:</td><td></td>
</tr><tr>
<td>Excluded groups:</td><td></td>
</tr>
</table><p/>
<small><i>(Hoover the method name to see the test class name)</i></small><p/>
<table width='100%' border='1' class='invocation-passed'>
<tr><td colspan='3' align='center'><b>PASSED TESTS</b></td></tr>
<tr><td><b>Test method</b></td>
<td width="10%"><b>Time (seconds)</b></td>
<td width="30%"><b>Exception</b></td>
</tr>
<tr>
<td title='com.opensymphony.xwork2.TestNGXWorkTestCaseTest$RunTest.testRun()'>testRun</td>
<td>0</td>
<td></td>
</tr>
</table><p>
</body>
</html>