I just learned about the @Guice Annotation. It might be a good exchange for the custom GuiceTestRunner I built.
Where can I find it? Its not in my classpath …
Thanks
EDIT: Maybe I wasn’t precise enough: I use ivy, and I have guice, guice-servlet, guice-assistedinject, guice-throwingproviders in my dependencies (and in my classpath). “Guice” is the class I use to createInjectors.
I dont see the @Guice(modules=….) Annotation mentioned in the referenced Question. So I wonder: where does the Annotation come from?
The complete class Name is org.testng.annotations.Guice, and it’s available in testng 6.3
The maven dependency is =>