Created

Embed URL

HTTPS clone URL

SSH clone URL

You can clone with HTTPS or SSH.

Download Gist
View gist:1149193
1 2 3 4 5 6
/* Attempt to add Guice if on classpath. TestNG 5.12 > use Guice */
// exclude AOP Alliance reference, not provided as part of TestNG jar
optionalPackages(
archive,
Filters.exclude(".*/InterceptorStackCallback\\$InterceptedMethodInvocation.*"),
Inject.class.getPackage().getName());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Something went wrong with that request. Please try again.