Skip to content

Instantly share code, notes, and snippets.

@jarek-przygodzki
Created July 3, 2014 18:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jarek-przygodzki/cb0ab50d08d59cccc335 to your computer and use it in GitHub Desktop.
Save jarek-przygodzki/cb0ab50d08d59cccc335 to your computer and use it in GitHub Desktop.
Java JUnit test static imports
import static org.junit.Assert.*;
import static org.junit.matchers.JUnitMatchers.*;
import static org.hamcrest.CoreMatchers.*;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment