Gradle Test Run :app:testDevDebugUnitTest
LiveKitTokenServiceTest
summary
|
100%
successful |
| Child | Name | Tests | Failures | Skipped | Duration | Success rate |
|---|---|---|---|---|---|---|
| fetchToken propagates exception from API | fetchToken propagates exception from API | 1 | 0 | 0 | 1.824s | 100% |
| fetchToken returns token from successful response | fetchToken returns token from successful response | 1 | 0 | 0 | 0.057s | 100% |
| fetchToken returns url when present in response | fetchToken returns url when present in response | 1 | 0 | 0 | 0.027s | 100% |
| fetchToken throws when response missing token field | fetchToken throws when response missing token field | 1 | 0 | 0 | 0.039s | 100% |