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
java.lang.IllegalStateException: Injecting null for org.example.coffee.grind.Grinder when creating class org.example.coffee.CoffeeMaker - potential beans to inject: []
at io.dinject.core.DBuilder.get(DBuilder.java:223)
at io.dinject.core.DBuilder.get(DBuilder.java:207)
at org.example.coffee.CoffeeMaker$di.build(CoffeeMaker$di.java:14)
at org.example.coffee._di$Factory.build_CoffeeMaker(_di$Factory.java:228)
at org.example.coffee._di$Factory.createContext(_di$Factory.java:92)
at io.dinject.BootContext.load(BootContext.java:364)
at org.example.coffee.BootContext_mockitoSpyTest.withMockitoSpy_postLoadSetup_expect_spyUsed(BootContext_mockitoSpyTest.java:64)
...
The text was updated successfully, but these errors were encountered:
Where
Grinder
is an implementation class and not an interfaceThe text was updated successfully, but these errors were encountered: