diff options
| author | Peter Stone <thepeterstone@gmail.com> | 2026-06-29 02:41:29 +0000 |
|---|---|---|
| committer | Peter Stone <thepeterstone@gmail.com> | 2026-06-29 02:41:29 +0000 |
| commit | 6dfdb9aab91391b6578417ebbcb758c8aba62c21 (patch) | |
| tree | dd1e450fe88a099945445c1ff9f7cb9142c6b3bf /android/app/build/reports/tests/testDebugUnitTest/index.html | |
| parent | 7b52833b4ab2e5f86d7590683b7eea9559cd42b3 (diff) | |
fix: resolve Glance ColorProvider import, Box content lambdas, OkHttp Call import in tests
Diffstat (limited to 'android/app/build/reports/tests/testDebugUnitTest/index.html')
| -rw-r--r-- | android/app/build/reports/tests/testDebugUnitTest/index.html | 143 |
1 files changed, 143 insertions, 0 deletions
diff --git a/android/app/build/reports/tests/testDebugUnitTest/index.html b/android/app/build/reports/tests/testDebugUnitTest/index.html new file mode 100644 index 0000000..457c916 --- /dev/null +++ b/android/app/build/reports/tests/testDebugUnitTest/index.html @@ -0,0 +1,143 @@ +<!DOCTYPE html> +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> +<meta http-equiv="x-ua-compatible" content="IE=edge"/> +<title>Test results - Test Summary</title> +<link href="css/base-style.css" rel="stylesheet" type="text/css"/> +<link href="css/style.css" rel="stylesheet" type="text/css"/> +<script src="js/report.js" type="text/javascript"></script> +</head> +<body> +<div id="content"> +<h1>Test Summary</h1> +<div id="summary"> +<table> +<tr> +<td> +<div class="summaryGroup"> +<table> +<tr> +<td> +<div class="infoBox" id="tests"> +<div class="counter">9</div> +<p>tests</p> +</div> +</td> +<td> +<div class="infoBox" id="failures"> +<div class="counter">0</div> +<p>failures</p> +</div> +</td> +<td> +<div class="infoBox" id="ignored"> +<div class="counter">0</div> +<p>ignored</p> +</div> +</td> +<td> +<div class="infoBox" id="duration"> +<div class="counter">4.041s</div> +<p>duration</p> +</div> +</td> +</tr> +</table> +</div> +</td> +<td> +<div class="infoBox success" id="successRate"> +<div class="percent">100%</div> +<p>successful</p> +</div> +</td> +</tr> +</table> +</div> +<div id="tabs"> +<ul class="tabLinks"> +<li> +<a href="#tab0">Packages</a> +</li> +<li> +<a href="#tab1">Classes</a> +</li> +</ul> +<div id="tab0" class="tab"> +<h2>Packages</h2> +<table> +<thead> +<tr> +<th>Package</th> +<th>Tests</th> +<th>Failures</th> +<th>Ignored</th> +<th>Duration</th> +<th>Success rate</th> +</tr> +</thead> +<tbody> +<tr> +<td class="success"> +<a href="packages/org.terst.doot.widget.html">org.terst.doot.widget</a> +</td> +<td>9</td> +<td>0</td> +<td>0</td> +<td>4.041s</td> +<td class="success">100%</td> +</tr> +</tbody> +</table> +</div> +<div id="tab1" class="tab"> +<h2>Classes</h2> +<table> +<thead> +<tr> +<th>Class</th> +<th>Tests</th> +<th>Failures</th> +<th>Ignored</th> +<th>Duration</th> +<th>Success rate</th> +</tr> +</thead> +<tbody> +<tr> +<td class="success"> +<a href="classes/org.terst.doot.widget.SlotPackerTest.html">org.terst.doot.widget.SlotPackerTest</a> +</td> +<td>6</td> +<td>0</td> +<td>0</td> +<td>0.103s</td> +<td class="success">100%</td> +</tr> +<tr> +<td class="success"> +<a href="classes/org.terst.doot.widget.WidgetRepositoryTest.html">org.terst.doot.widget.WidgetRepositoryTest</a> +</td> +<td>3</td> +<td>0</td> +<td>0</td> +<td>3.938s</td> +<td class="success">100%</td> +</tr> +</tbody> +</table> +</div> +</div> +<div id="footer"> +<p> +<div> +<label class="hidden" id="label-for-line-wrapping-toggle" for="line-wrapping-toggle">Wrap lines +<input id="line-wrapping-toggle" type="checkbox" autocomplete="off"/> +</label> +</div>Generated by +<a href="http://www.gradle.org">Gradle 8.6</a> at Jun 29, 2026, 2:41:15 AM</p> +</div> +</div> +</body> +</html> |
