C#
This commit is contained in:
@ -0,0 +1,82 @@
|
||||
<html xmlns:tp="http://schemas.datacontract.org/2004/07/Microsoft.VisualStudio.TestPlatform.Extensions.HtmlLogger.ObjectModel" xmlns:a="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns:msxsl="urn:schemas-microsoft-com:xslt">
|
||||
<body>
|
||||
<h1>Test run details</h1>
|
||||
<div class="summary">
|
||||
<div class="block"><span>Total tests</span><div class="total-tests">1</div><br></div>
|
||||
<div class="block"><span>Passed : </span><span class="passedTests">1</span><br><span>Failed : </span><span class="failedTests">0</span><br><span>Skipped : </span><span class="skippedTests">0</span><br></div>
|
||||
<div class="block"><span>Pass percentage</span><div class="pass-percentage">100 %</div><br></div>
|
||||
<div class="block"><span>Run duration</span><div class="test-run-time">1s 126ms</div><br></div><br></div>
|
||||
<h2>All Results</h2>
|
||||
<div class="list-row" onclick="ToggleClass('1313700404')">/home/kankys/dev/Testing_Ubuntu/Nunit/Google_Search/bin/Debug/net7.0/Google_Search.dll</div>
|
||||
<div class="inner-row" Id="1313700404" style="display:none;">
|
||||
<div class="leaf-division">
|
||||
<div><span class="pass">✔</span><span> Test1</span><div class="duration"><span>36ms</span><br></div>
|
||||
</div>
|
||||
<div class="error-info"></div>
|
||||
</div>
|
||||
</div>
|
||||
<div>
|
||||
<h2>Informational messages</h2><span>NUnit Adapter 4.3.1.0: Test execution started</span><br><span>Running all tests in /home/kankys/dev/Testing_Ubuntu/Nunit/Google_Search/bin/Debug/net7.0/Google_Search.dll</span><br><span> NUnit3TestExecutor discovered 1 of 1 NUnit test cases using Current Discovery mode, Non-Explicit run</span><br><span>NUnit Adapter 4.3.1.0: Test execution complete</span><br></div>
|
||||
</body><script language="javascript">
|
||||
function ToggleClass(id) {
|
||||
var elem = document.getElementById(id);
|
||||
if (elem.style.display == "none") {
|
||||
elem.style.display = "block";
|
||||
}
|
||||
else {
|
||||
elem.style.display = "none";
|
||||
}
|
||||
}
|
||||
</script><style>
|
||||
body { font-family: Calibri, Verdana, Arial, sans-serif; background-color: White; color: Black; }
|
||||
h2 {
|
||||
margin-top: 15px;
|
||||
margin-bottom:10px;
|
||||
}
|
||||
pre {
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
.summary {font-family:monospace;
|
||||
display: -webkit-flex; /* Safari */
|
||||
-webkit-flex-wrap: wrap; /* Safari 6.1+ */
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
.row {
|
||||
border: 2px solid #ffffff;
|
||||
width:100%;
|
||||
cursor:pointer;
|
||||
background-color:#d7e9fa;
|
||||
}
|
||||
.list-row {
|
||||
border: 2px solid #ffffff;
|
||||
width:100%;
|
||||
cursor:pointer;
|
||||
background-color:#ffffff;
|
||||
}
|
||||
.inner-row{
|
||||
border: 2px solid #ffffff;
|
||||
padding-left:1%;
|
||||
margin-left:1%;
|
||||
background-color:#ffffff;
|
||||
}
|
||||
.block{
|
||||
width : 150px;
|
||||
}
|
||||
.leaf-division{
|
||||
border: 2px solid #ffffff;
|
||||
background-color:#e6eff7;
|
||||
}
|
||||
.pass { color: #0c0; }
|
||||
.fail { color: #c00; }
|
||||
.error-message { color : brown; }
|
||||
.error-stack-trace { color: brown; }
|
||||
.duration {float:right;padding-right:1%;}
|
||||
.total-tests { font-size : 30px}
|
||||
.test-run-time { font-size : 30px}
|
||||
.pass-percentage { font-size : 30px}
|
||||
.error-info{
|
||||
margin-left:16px;
|
||||
}
|
||||
</style>
|
||||
</html>
|
@ -0,0 +1,82 @@
|
||||
<html xmlns:tp="http://schemas.datacontract.org/2004/07/Microsoft.VisualStudio.TestPlatform.Extensions.HtmlLogger.ObjectModel" xmlns:a="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns:msxsl="urn:schemas-microsoft-com:xslt">
|
||||
<body>
|
||||
<h1>Test run details</h1>
|
||||
<div class="summary">
|
||||
<div class="block"><span>Total tests</span><div class="total-tests">1</div><br></div>
|
||||
<div class="block"><span>Passed : </span><span class="passedTests">1</span><br><span>Failed : </span><span class="failedTests">0</span><br><span>Skipped : </span><span class="skippedTests">0</span><br></div>
|
||||
<div class="block"><span>Pass percentage</span><div class="pass-percentage">100 %</div><br></div>
|
||||
<div class="block"><span>Run duration</span><div class="test-run-time">1s 93ms</div><br></div><br></div>
|
||||
<h2>All Results</h2>
|
||||
<div class="list-row" onclick="ToggleClass('1025737603')">/home/kankys/dev/Testing_Ubuntu/Nunit/Google_Search/bin/Debug/net7.0/Google_Search.dll</div>
|
||||
<div class="inner-row" Id="1025737603" style="display:none;">
|
||||
<div class="leaf-division">
|
||||
<div><span class="pass">✔</span><span> Test1</span><div class="duration"><span>28ms</span><br></div>
|
||||
</div>
|
||||
<div class="error-info"></div>
|
||||
</div>
|
||||
</div>
|
||||
<div>
|
||||
<h2>Informational messages</h2><span>NUnit Adapter 4.3.1.0: Test execution started</span><br><span>Running all tests in /home/kankys/dev/Testing_Ubuntu/Nunit/Google_Search/bin/Debug/net7.0/Google_Search.dll</span><br><span> NUnit3TestExecutor discovered 1 of 1 NUnit test cases using Current Discovery mode, Non-Explicit run</span><br><span>NUnit Adapter 4.3.1.0: Test execution complete</span><br></div>
|
||||
</body><script language="javascript">
|
||||
function ToggleClass(id) {
|
||||
var elem = document.getElementById(id);
|
||||
if (elem.style.display == "none") {
|
||||
elem.style.display = "block";
|
||||
}
|
||||
else {
|
||||
elem.style.display = "none";
|
||||
}
|
||||
}
|
||||
</script><style>
|
||||
body { font-family: Calibri, Verdana, Arial, sans-serif; background-color: White; color: Black; }
|
||||
h2 {
|
||||
margin-top: 15px;
|
||||
margin-bottom:10px;
|
||||
}
|
||||
pre {
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
.summary {font-family:monospace;
|
||||
display: -webkit-flex; /* Safari */
|
||||
-webkit-flex-wrap: wrap; /* Safari 6.1+ */
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
.row {
|
||||
border: 2px solid #ffffff;
|
||||
width:100%;
|
||||
cursor:pointer;
|
||||
background-color:#d7e9fa;
|
||||
}
|
||||
.list-row {
|
||||
border: 2px solid #ffffff;
|
||||
width:100%;
|
||||
cursor:pointer;
|
||||
background-color:#ffffff;
|
||||
}
|
||||
.inner-row{
|
||||
border: 2px solid #ffffff;
|
||||
padding-left:1%;
|
||||
margin-left:1%;
|
||||
background-color:#ffffff;
|
||||
}
|
||||
.block{
|
||||
width : 150px;
|
||||
}
|
||||
.leaf-division{
|
||||
border: 2px solid #ffffff;
|
||||
background-color:#e6eff7;
|
||||
}
|
||||
.pass { color: #0c0; }
|
||||
.fail { color: #c00; }
|
||||
.error-message { color : brown; }
|
||||
.error-stack-trace { color: brown; }
|
||||
.duration {float:right;padding-right:1%;}
|
||||
.total-tests { font-size : 30px}
|
||||
.test-run-time { font-size : 30px}
|
||||
.pass-percentage { font-size : 30px}
|
||||
.error-info{
|
||||
margin-left:16px;
|
||||
}
|
||||
</style>
|
||||
</html>
|
@ -0,0 +1,84 @@
|
||||
<html xmlns:tp="http://schemas.datacontract.org/2004/07/Microsoft.VisualStudio.TestPlatform.Extensions.HtmlLogger.ObjectModel" xmlns:a="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns:msxsl="urn:schemas-microsoft-com:xslt">
|
||||
<body>
|
||||
<h1>Test run details</h1>
|
||||
<div class="summary">
|
||||
<div class="block"><span>Total tests</span><div class="total-tests">1</div><br></div>
|
||||
<div class="block"><span>Passed : </span><span class="passedTests">1</span><br><span>Failed : </span><span class="failedTests">0</span><br><span>Skipped : </span><span class="skippedTests">0</span><br></div>
|
||||
<div class="block"><span>Pass percentage</span><div class="pass-percentage">100 %</div><br></div>
|
||||
<div class="block"><span>Run duration</span><div class="test-run-time">12s 596ms</div><br></div><br></div>
|
||||
<h2>All Results</h2>
|
||||
<div class="list-row" onclick="ToggleClass('-1113150363')">/home/kankys/dev/Testing_Ubuntu/Nunit/Google_Search/bin/Debug/net7.0/Google_Search.dll</div>
|
||||
<div class="inner-row" Id="-1113150363" style="display:none;">
|
||||
<div class="leaf-division">
|
||||
<div><span class="pass">✔</span><span> Test1</span><div class="duration"><span>9s 452ms</span><br></div>
|
||||
</div>
|
||||
<div class="error-info"></div>
|
||||
</div>
|
||||
</div>
|
||||
<div>
|
||||
<h2>Informational messages</h2><span>NUnit Adapter 4.3.1.0: Test execution started</span><br><span>Running all tests in /home/kankys/dev/Testing_Ubuntu/Nunit/Google_Search/bin/Debug/net7.0/Google_Search.dll</span><br><span> NUnit3TestExecutor discovered 1 of 1 NUnit test cases using Current Discovery mode, Non-Explicit run</span><br><span>NUnit Adapter 4.3.1.0: Test execution complete</span><br></div>
|
||||
<div>
|
||||
<h2>Error and Warning messages</h2><span>Test na vložení slova test do vyhledávacího pole na stránkách google.com</span><br></div>
|
||||
</body><script language="javascript">
|
||||
function ToggleClass(id) {
|
||||
var elem = document.getElementById(id);
|
||||
if (elem.style.display == "none") {
|
||||
elem.style.display = "block";
|
||||
}
|
||||
else {
|
||||
elem.style.display = "none";
|
||||
}
|
||||
}
|
||||
</script><style>
|
||||
body { font-family: Calibri, Verdana, Arial, sans-serif; background-color: White; color: Black; }
|
||||
h2 {
|
||||
margin-top: 15px;
|
||||
margin-bottom:10px;
|
||||
}
|
||||
pre {
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
.summary {font-family:monospace;
|
||||
display: -webkit-flex; /* Safari */
|
||||
-webkit-flex-wrap: wrap; /* Safari 6.1+ */
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
.row {
|
||||
border: 2px solid #ffffff;
|
||||
width:100%;
|
||||
cursor:pointer;
|
||||
background-color:#d7e9fa;
|
||||
}
|
||||
.list-row {
|
||||
border: 2px solid #ffffff;
|
||||
width:100%;
|
||||
cursor:pointer;
|
||||
background-color:#ffffff;
|
||||
}
|
||||
.inner-row{
|
||||
border: 2px solid #ffffff;
|
||||
padding-left:1%;
|
||||
margin-left:1%;
|
||||
background-color:#ffffff;
|
||||
}
|
||||
.block{
|
||||
width : 150px;
|
||||
}
|
||||
.leaf-division{
|
||||
border: 2px solid #ffffff;
|
||||
background-color:#e6eff7;
|
||||
}
|
||||
.pass { color: #0c0; }
|
||||
.fail { color: #c00; }
|
||||
.error-message { color : brown; }
|
||||
.error-stack-trace { color: brown; }
|
||||
.duration {float:right;padding-right:1%;}
|
||||
.total-tests { font-size : 30px}
|
||||
.test-run-time { font-size : 30px}
|
||||
.pass-percentage { font-size : 30px}
|
||||
.error-info{
|
||||
margin-left:16px;
|
||||
}
|
||||
</style>
|
||||
</html>
|
Reference in New Issue
Block a user