Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save kevinhooke/967f74b4762c2b2460a34c40ca780d00 to your computer and use it in GitHub Desktop.
Save kevinhooke/967f74b4762c2b2460a34c40ca780d00 to your computer and use it in GitHub Desktop.
Spring JUnit annotations
@RunWith(SpringJUnit4ClassRunner.class)
@ContextConfiguration(locations = { "/example-context.xml" })
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment