-
Notifications
You must be signed in to change notification settings - Fork 6k
Closed
Labels
Description
[REQUIRED] Searched documentation and issues
This question is a follow up to #3810.
[REQUIRED] Question
We are developing a lib that wraps around exoplayer. It is somewhat hard to write unit test for Player.EventListener, for example, without loading a real video, thread sleeping, etc. From #3810 I noticed there's a way to emulate portions of exoplayers's behavior and was wondering if the way to go would be for us to just copy your testutil classes or if there are plans to expose them as actual testing libs, analogous to spring-test, that provides helpers and stubs for http function.
Reactions are currently unavailable