Yes I found myself making the same mistake outlined by Gary. Start
thinking of your core entities in your design as standalone. Have
@Inject public MyClass(...) constructor that will be given all the
dependencies you need. Then you can unit test it.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"google-guice" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/google-guice?hl=en
-~----------~----~----~----~------~----~------~--~---