mirror of
https://github.com/apache/struts.git
synced 2026-08-11 01:27:14 +00:00
Removes TestNG output directory - already moved to target/surefire-reports
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@1053431 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -1,79 +0,0 @@
|
||||
<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>
|
||||
@@ -1 +0,0 @@
|
||||
[SuiteResult Command line test]
|
||||
@@ -1 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?><testsuite errors="0" failures="0" name="Command line test" tests="1" time="0.0"><properties/><testcase classname="com.opensymphony.xwork2.TestNGXWorkTestCaseTest$RunTest" name="testRun" time="0.0"/></testsuite>
|
||||
@@ -1,12 +0,0 @@
|
||||
<h2>Test classes</h2><hr width='100%'/><h3>com.opensymphony.xwork2.TestNGXWorkTestCaseTest$RunTest</h3>
|
||||
<div> Test methods
|
||||
<br/> testRun()
|
||||
<br/></div>
|
||||
<div> @BeforeClass
|
||||
</div>
|
||||
<div> @BeforeMethod
|
||||
</div>
|
||||
<div> @AfterMethod
|
||||
</div>
|
||||
<div> @AfterClass
|
||||
</div>
|
||||
@@ -1 +0,0 @@
|
||||
<h2>Groups used for this test run</h2>
|
||||
@@ -1,6 +0,0 @@
|
||||
<html><head><title>Results for Command line suite</title></head>
|
||||
<frameset cols="26%,74%">
|
||||
<frame src="toc.html" name="navFrame">
|
||||
<frame src="main.html" name="mainFrame">
|
||||
</frameset>
|
||||
</html>
|
||||
@@ -1,2 +0,0 @@
|
||||
<html><head><title>Results for Command line suite</title></head>
|
||||
<body>Select a result on the left-hand pane.</body></html>
|
||||
@@ -1,10 +0,0 @@
|
||||
<h2>Methods run, sorted chronologically</h2><h3>>> means before, << means after</h3><p/><br/><em>Command line suite</em><p/><small><i>(Hoover the method name to see the test class name)</i></small><p/>
|
||||
<table border="1">
|
||||
<tr><th>Time</th><th>Delta (ms)</th><th>Suite<br>configuration</th><th>Test<br>configuration</th><th>Class<br>configuration</th><th>Groups<br>configuration</th><th>Method<br>configuration</th><th>Test<br>method</th><th>Thread</th><th>Instances</th></tr>
|
||||
<tr bgcolor="b48197"> <td>09/12/03 21:49:46</td> <td>0</td> <td> </td><td title=">>com.opensymphony.xwork2.TestNGXWorkTestCase.setUp()">>>setUp</td>
|
||||
<td> </td><td> </td><td> </td><td> </td> <td>465264835</td> <td></td> </tr>
|
||||
<tr bgcolor="b48197"> <td>09/12/03 21:49:46</td> <td>69</td> <td> </td><td title="<<com.opensymphony.xwork2.TestNGXWorkTestCase.tearDown()"><<tearDown</td>
|
||||
<td> </td><td> </td><td> </td><td> </td> <td>465264835</td> <td></td> </tr>
|
||||
<tr bgcolor="8a6f76"> <td>09/12/03 21:49:46</td> <td>41</td> <td> </td><td> </td><td> </td><td> </td><td> </td><td title="com.opensymphony.xwork2.TestNGXWorkTestCaseTest$RunTest.testRun()">testRun</td>
|
||||
<td>465264835</td> <td></td> </tr>
|
||||
</table>
|
||||
@@ -1,2 +0,0 @@
|
||||
<h2>Disabled methods</h2><table>
|
||||
</table>
|
||||
@@ -1,10 +0,0 @@
|
||||
<h2>Methods run, sorted chronologically</h2><h3>>> means before, << means after</h3><p/><br/><em>Command line suite</em><p/><small><i>(Hoover the method name to see the test class name)</i></small><p/>
|
||||
<table border="1">
|
||||
<tr><th>Time</th><th>Delta (ms)</th><th>Suite<br>configuration</th><th>Test<br>configuration</th><th>Class<br>configuration</th><th>Groups<br>configuration</th><th>Method<br>configuration</th><th>Test<br>method</th><th>Thread</th><th>Instances</th></tr>
|
||||
<tr bgcolor="b48197"> <td>09/12/03 21:49:46</td> <td>0</td> <td> </td><td title=">>com.opensymphony.xwork2.TestNGXWorkTestCase.setUp()">>>setUp</td>
|
||||
<td> </td><td> </td><td> </td><td> </td> <td>465264835</td> <td></td> </tr>
|
||||
<tr bgcolor="8a6f76"> <td>09/12/03 21:49:46</td> <td>41</td> <td> </td><td> </td><td> </td><td> </td><td> </td><td title="com.opensymphony.xwork2.TestNGXWorkTestCaseTest$RunTest.testRun()">testRun</td>
|
||||
<td>465264835</td> <td></td> </tr>
|
||||
<tr bgcolor="b48197"> <td>09/12/03 21:49:46</td> <td>69</td> <td> </td><td title="<<com.opensymphony.xwork2.TestNGXWorkTestCase.tearDown()"><<tearDown</td>
|
||||
<td> </td><td> </td><td> </td><td> </td> <td>465264835</td> <td></td> </tr>
|
||||
</table>
|
||||
@@ -1 +0,0 @@
|
||||
<h2>Reporter output</h2><table></table>
|
||||
@@ -1,3 +0,0 @@
|
||||
<!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd">
|
||||
<suite thread-count="5" verbose="1" name="Failed suite [Command line suite]" parallel="false" annotations="JDK5">
|
||||
</suite>
|
||||
@@ -1 +0,0 @@
|
||||
<html><head><title>testng.xml for Command line suite</title></head><body><tt><!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd"><br/><suite thread-count="5" verbose="1" name="Command line suite" parallel="false" annotations="JDK5"><br/> <test name="Command line test" junit="false"><br/> <classes><br/> <class name="com.opensymphony.xwork2.TestNGXWorkTestCaseTest$RunTest"/><br/> </classes><br/> </test><br/></suite><br/></tt></body></html>
|
||||
@@ -1,30 +0,0 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>Results for Command line suite</title>
|
||||
<link href="../testng.css" rel="stylesheet" type="text/css" />
|
||||
<link href="../my-testng.css" rel="stylesheet" type="text/css" />
|
||||
</head>
|
||||
<body>
|
||||
<h3><p align="center">Results for<br/><em>Command line suite</em></p></h3>
|
||||
<table border='1' width='100%'>
|
||||
<tr valign='top'>
|
||||
<td>1 test</td>
|
||||
<td><a target='mainFrame' href='classes.html'>1 class</a></td>
|
||||
<td>1 method:<br/>
|
||||
<a target='mainFrame' href='methods.html'>chronological</a><br/>
|
||||
<a target='mainFrame' href='methods-alphabetical.html'>alphabetical</a><br/>
|
||||
<a target='mainFrame' href='methods-not-run.html'>not run</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a target='mainFrame' href='groups.html'>0 group</a></td>
|
||||
<td><a target='mainFrame' href='reporter-output.html'>reporter output</a></td>
|
||||
<td><a target='mainFrame' href='testng.xml.html'>testng.xml</a></td>
|
||||
</tr></table>
|
||||
<table width='100%' class='test-passed'>
|
||||
<tr><td>
|
||||
<table style='width: 100%'><tr><td valign='top'>Command line test (1/0/0)</td><td valign='top' align='right'>
|
||||
<a href='Command line test.html' target='mainFrame'>Results</a>
|
||||
</td></tr></table>
|
||||
</td></tr><p/>
|
||||
</table>
|
||||
</body></html>
|
||||
@@ -1,8 +0,0 @@
|
||||
<html>
|
||||
<head><title>Test results</title><link href="./testng.css" rel="stylesheet" type="text/css" />
|
||||
<link href="./my-testng.css" rel="stylesheet" type="text/css" />
|
||||
</head><body>
|
||||
<h2><p align='center'>Test results</p></h2>
|
||||
<table border='1' width='80%' class='main-page'><tr><th>Suite</th><th>Passed</th><th>Failed</th><th>Skipped</th><th>testng.xml</th></tr>
|
||||
<tr align='center' class='invocation-passed'><td><a href='Command line suite/index.html'>Command line suite</a></td>
|
||||
<td>1</td><td>0</td><td>0</td><td><a href='Command line suite/testng.xml.html'>Link</a></td></tr></table></body></html>
|
||||
@@ -1,3 +0,0 @@
|
||||
<!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd">
|
||||
<suite thread-count="5" verbose="1" name="Failed suite [Command line suite]" parallel="false" annotations="JDK5">
|
||||
</suite>
|
||||
@@ -1,9 +0,0 @@
|
||||
.invocation-failed, .test-failed { background-color: #DD0000; }
|
||||
.invocation-percent, .test-percent { background-color: #006600; }
|
||||
.invocation-passed, .test-passed { background-color: #00AA00; }
|
||||
.invocation-skipped, .test-skipped { background-color: #CCCC00; }
|
||||
|
||||
.main-page {
|
||||
font-size: x-large;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user