You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to get setter injection working, but this seems to be limited to classes within the container, and doesn't seem to work for WebTestCase classes.
Is there a general/idiomatic approach to access private services from within WebTestCase classes?