Initial commit
This commit is contained in:
commit
da53dbf3d6
75 changed files with 2776 additions and 0 deletions
|
@ -0,0 +1 @@
|
|||
[SuiteResult context=Command line test]
|
32
examples/test-output/old/Command line suite/classes.html
Normal file
32
examples/test-output/old/Command line suite/classes.html
Normal file
|
@ -0,0 +1,32 @@
|
|||
<table border='1'>
|
||||
<tr>
|
||||
<th>Class name</th>
|
||||
<th>Method name</th>
|
||||
<th>Groups</th>
|
||||
</tr><tr>
|
||||
<td>com.example.ExampleTest</td>
|
||||
<td> </td><td> </td></tr>
|
||||
<tr>
|
||||
<td align='center' colspan='3'>@Test</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
<td>verifyHello</td>
|
||||
<td> </td></tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
<td>testFail</td>
|
||||
<td> </td></tr>
|
||||
<tr>
|
||||
<td align='center' colspan='3'>@BeforeClass</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align='center' colspan='3'>@BeforeMethod</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align='center' colspan='3'>@AfterMethod</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align='center' colspan='3'>@AfterClass</td>
|
||||
</tr>
|
||||
</table>
|
1
examples/test-output/old/Command line suite/groups.html
Normal file
1
examples/test-output/old/Command line suite/groups.html
Normal file
|
@ -0,0 +1 @@
|
|||
<h2>Groups used for this test run</h2>
|
6
examples/test-output/old/Command line suite/index.html
Normal file
6
examples/test-output/old/Command line suite/index.html
Normal file
|
@ -0,0 +1,6 @@
|
|||
<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>
|
2
examples/test-output/old/Command line suite/main.html
Normal file
2
examples/test-output/old/Command line suite/main.html
Normal file
|
@ -0,0 +1,2 @@
|
|||
<html><head><title>Results for Command line suite</title></head>
|
||||
<body>Select a result on the left-hand pane.</body></html>
|
|
@ -0,0 +1,8 @@
|
|||
<h2>Methods run, sorted chronologically</h2><h3>>> means before, << means after</h3><p/><br/><em>Command line suite</em><p/><small><i>(Hover 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="bd9462"> <td>23/08/14 16:35:09</td> <td>0</td> <td> </td><td> </td><td> </td><td> </td><td> </td><td title="ExampleTest.testFail()[pri:0, instance:com.example.ExampleTest@72b6cbcc]">testFail</td>
|
||||
<td>main@498931366</td> <td></td> </tr>
|
||||
<tr bgcolor="bd9462"> <td>23/08/14 16:35:09</td> <td>7</td> <td> </td><td> </td><td> </td><td> </td><td> </td><td title="ExampleTest.verifyHello()[pri:0, instance:com.example.ExampleTest@72b6cbcc]">verifyHello</td>
|
||||
<td>main@498931366</td> <td></td> </tr>
|
||||
</table>
|
|
@ -0,0 +1,2 @@
|
|||
<h2>Methods that were not run</h2><table>
|
||||
</table>
|
8
examples/test-output/old/Command line suite/methods.html
Normal file
8
examples/test-output/old/Command line suite/methods.html
Normal file
|
@ -0,0 +1,8 @@
|
|||
<h2>Methods run, sorted chronologically</h2><h3>>> means before, << means after</h3><p/><br/><em>Command line suite</em><p/><small><i>(Hover 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="bd9462"> <td>23/08/14 16:35:09</td> <td>0</td> <td> </td><td> </td><td> </td><td> </td><td> </td><td title="ExampleTest.testFail()[pri:0, instance:com.example.ExampleTest@72b6cbcc]">testFail</td>
|
||||
<td>main@498931366</td> <td></td> </tr>
|
||||
<tr bgcolor="bd9462"> <td>23/08/14 16:35:09</td> <td>7</td> <td> </td><td> </td><td> </td><td> </td><td> </td><td title="ExampleTest.verifyHello()[pri:0, instance:com.example.ExampleTest@72b6cbcc]">verifyHello</td>
|
||||
<td>main@498931366</td> <td></td> </tr>
|
||||
</table>
|
|
@ -0,0 +1 @@
|
|||
<h2>Reporter output</h2><table></table>
|
|
@ -0,0 +1 @@
|
|||
<html><head><title>testng.xml for Command line suite</title></head><body><tt><?xml version="1.0" encoding="UTF-8"?><br/><!DOCTYPE suite SYSTEM "https://testng.org/testng-1.0.dtd"><br/><suite name="Command line suite" verbose="2"><br/> <test thread-count="5" name="Command line test" verbose="2"><br/> <classes><br/> <class name="com.example.ExampleTest"/><br/> </classes><br/> </test> <!-- Command line test --><br/></suite> <!-- Command line suite --><br/></tt></body></html>
|
30
examples/test-output/old/Command line suite/toc.html
Normal file
30
examples/test-output/old/Command line suite/toc.html
Normal file
|
@ -0,0 +1,30 @@
|
|||
<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>2 methods:<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 (0)</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-failed'>
|
||||
<tr><td>
|
||||
<table style='width: 100%'><tr><td valign='top'>Command line test (1/1/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>
|
9
examples/test-output/old/index.html
Normal file
9
examples/test-output/old/index.html
Normal file
|
@ -0,0 +1,9 @@
|
|||
<html>
|
||||
<head><title></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='100%' 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-failed'><td><em>Total</em></td><td><em>1</em></td><td><em>1</em></td><td><em>0</em></td><td> </td></tr>
|
||||
<tr align='center' class='invocation-failed'><td><a href='Command line suite/index.html'>Command line suite</a></td>
|
||||
<td>1</td><td>1</td><td>0</td><td><a href='Command line suite/testng.xml.html'>Link</a></td></tr></table></body></html>
|
Loading…
Add table
Add a link
Reference in a new issue