Skip to content

Instantly share code, notes, and snippets.

@luismoramedina
Created July 1, 2015 10:58
Show Gist options
  • Save luismoramedina/fb2154e3debb13618ad6 to your computer and use it in GitHub Desktop.
Save luismoramedina/fb2154e3debb13618ad6 to your computer and use it in GitHub Desktop.
PowerMock ignoring some packages
@PowerMockIgnore({"org.apache.log4j.*", "javax.crypto.*", "org.springframework.*",
"javax.xml.*","org.xml.*","com.sun.*"})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment