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
As you can see, the latter approach allows me to construct test instances using info from other injected types, whereas the current approach doesn't allow me access to other types that may have been installed.
Also, it would be great to specify the test name for the junit runner, perhaps on the @Instance annotation.
The text was updated successfully, but these errors were encountered:
Instead of
I would like to be able to do:
As you can see, the latter approach allows me to construct test instances using info from other injected types, whereas the current approach doesn't allow me access to other types that may have been installed.
Also, it would be great to specify the test name for the junit runner, perhaps on the
@Instance
annotation.The text was updated successfully, but these errors were encountered: