[Question/Solution] How to test the downloaded image?
Open
Compose
feature
- Dominant language
- Java
- Stars
- 35k
- Forks
- 6.2k
- Avg merge
- 1d 11h
- Merged PRs (30d)
- 8
Description
### Glide-compose testing question/solution.
**Question:** How can I test the downloaded image if DisplayedDrawableKey is internal?
https://github.com/bumptech/glide/blob/ed5b09affc97e93d991df52a474369b9d0b47081/integration/compose/src/main/java/com/bumptech/glide/integration/compose/GlideModifier.kt#L521C14-L521C34
Is it so designed that it's not testable?
**Solution:** internal DisplayedDrawableKey to public
Contributor guide
Assessment
This issue has not been assessed yet.