Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Pending code changes (auto-populated)
View issue level access limits(Press Alt + Right arrow for more information)
Unintended behavior
View staffing
Description
I am using TestListenableWorkerBuilder to test the behavior of a custom WorkerFactory. Part of the WorkerFactory API is that it allows a different class type to be returned than was requested in the parameters, however, TestListenableWorkerBuilder [asserts that they are assignable](
I'd like to be able to set the workerName, so that it may differ from the WorkerBuilder class type. The built class will match the WorkerBuilder type.