Personally I think activity might be low on some of these projects because, well, there's not a whole lot of feature-add on that is in need when testing.
I scrapped together (in about 40 lines of code) all I needed for injection within tests: within setUp() / @Rule, an injector is created using modules defined within a test case, and that is cached for all tests in a test case. Nothing fancy whatsoever, but it's just about all I need to write tests. Fred On Thu, Mar 3, 2011 at 9:28 AM, Christian Goudreau < [email protected]> wrote: > You won't have this problem with Jukito, it's backed by Gwt-Platform's > community and ArcBees. > > Thought activity seems a little bit slow, it's only because it's near > feature complete and there's is no request to add any features from the > community yet. > > Cheers, > > On Thu, Mar 3, 2011 at 6:04 AM, JasonQR <[email protected]>wrote: > >> In addition to GuiceBerry, there is also AtUnit and GuiceyFruit. >> However none of these projects seem to be under active development. >> I'm curious to know why. This seems like a very common use-case. >> >> I would like to use one of the above to avoid reinventing the wheel, >> but I'm a little leery of a project that hasn't had a release in 3 >> years. >> >> On Mar 1, 6:16 am, Philippe Beaudoin <[email protected]> >> wrote: >> > I've open sourced my own take on a similar problem: >> > http://jukito.org >> > And of course there is Guiceberry doing something like that too... >> >> -- >> 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. >> >> > > > -- > Christian Goudreau > www.arcbees.com > > -- > 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. > -- 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.
