-
Notifications
You must be signed in to change notification settings - Fork 1
/
testlog.html
3 lines (3 loc) · 1.58 KB
/
testlog.html
1
2
3
<!DOCTYPE html><html lang="en"><head><style>body{font-family: sans-serif;} table, th, td { border:1px solid black; }</style><meta charset="UTF-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><title>Test Log</title></head><body><h1 style="text-align:center;">Test Run</h1><h2 style="text-align:center;">Sun Apr 24 06:29:19 2022
UTC</h2><h2 style="text-align:center;">Sun Apr 24 11:59:19 2022
Local time</h2><h3 style="text-align:center;">Tests - Sample Test 1</h3><table style="width:100%;"><tr><th>Name</th><th>Location</th><th>Status</th><th>Expression</th><th>Duration</th></tr><tr><td><strong>Test Case 1</strong></td><td>testzolomon.cpp : line 12</td><td bgcolor=LightGreen>PASSED</td><td>1 == 1</td><td>0.003834 ms</td></tr><tr><td><strong>Test Case 2</strong></td><td>testzolomon.cpp : line 13</td><td bgcolor=LightGreen>PASSED</td><td>0 == 0</td><td>0.000375 ms</td></tr></table><p style="color:green"><strong>All Tests Passed</strong></p><h3 style="text-align:center;">Tests - Sample Test 2</h3><table style="width:100%;"><tr><th>Name</th><th>Location</th><th>Status</th><th>Expression</th><th>Duration</th></tr><tr><td><strong>Test Case 1</strong></td><td>testzolomon.cpp : line 16</td><td bgcolor=LightCoral>FAILED</td><td>3 == 2</td><td style="color:grey"> Duration not required </td></tr><tr><td><strong>Test Case 2</strong></td><td>testzolomon.cpp : line 17</td><td bgcolor=LightGreen>PASSED</td><td>3 == 3</td><td>0.000292 ms</td></tr></table><p style="color:red"><strong>1 Passed out of 2 tests</strong></p><p style="text-align:center;">End of test report</p></body></html>