Skip to content

Instantly share code, notes, and snippets.

@iocanel
Created March 5, 2012 16:11
Show Gist options
  • Save iocanel/1979047 to your computer and use it in GitHub Desktop.
Save iocanel/1979047 to your computer and use it in GitHub Desktop.
Setting pax-exam probe to import packages with provisional status.
@ProbeBuilder
public TestProbeBuilder probeConfiguration(TestProbeBuilder probe) {
probe.setHeader(Constants.DYNAMICIMPORT_PACKAGE, "*;status=provisional");
return probe;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment