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/test-results/testDebugUnitTest/TEST-org.terst.doot.widget.WidgetRepositoryTest.xml | |
| parent | 7b52833b4ab2e5f86d7590683b7eea9559cd42b3 (diff) | |
fix: resolve Glance ColorProvider import, Box content lambdas, OkHttp Call import in tests
Diffstat (limited to 'android/app/build/test-results/testDebugUnitTest/TEST-org.terst.doot.widget.WidgetRepositoryTest.xml')
| -rw-r--r-- | android/app/build/test-results/testDebugUnitTest/TEST-org.terst.doot.widget.WidgetRepositoryTest.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/android/app/build/test-results/testDebugUnitTest/TEST-org.terst.doot.widget.WidgetRepositoryTest.xml b/android/app/build/test-results/testDebugUnitTest/TEST-org.terst.doot.widget.WidgetRepositoryTest.xml new file mode 100644 index 0000000..a99e999 --- /dev/null +++ b/android/app/build/test-results/testDebugUnitTest/TEST-org.terst.doot.widget.WidgetRepositoryTest.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<testsuite name="org.terst.doot.widget.WidgetRepositoryTest" tests="3" skipped="0" failures="0" errors="0" timestamp="2026-06-29T02:41:11" hostname="titanium" time="3.938"> + <properties/> + <testcase name="fetch returns success with valid JSON" classname="org.terst.doot.widget.WidgetRepositoryTest" time="3.893"/> + <testcase name="fetch sets Authorization header" classname="org.terst.doot.widget.WidgetRepositoryTest" time="0.015"/> + <testcase name="fetch returns failure on non-200" classname="org.terst.doot.widget.WidgetRepositoryTest" time="0.03"/> + <system-out><![CDATA[]]></system-out> + <system-err><![CDATA[]]></system-err> +</testsuite> |
