Skip to content

Instantly share code, notes, and snippets.

@josketres
Last active January 3, 2016 18:19
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save josketres/8501777 to your computer and use it in GitHub Desktop.
Save josketres/8501777 to your computer and use it in GitHub Desktop.
Useful favorite types to add to eclipse IDE for Java development (TDD)
# Useful favorite types to add to eclipse IDE for Java development (TDD)
# Add them in Eclipse under:
# Window -> Preferences -> Java -> Editor -> Content Assist -> Favorites -> New Type
org.hamcrest.MatcherAssert
org.hamcrest.Matchers
org.junit.Assert
org.testng.AssertJUnit
org.mockito.Mockito
org.mockito.MockitoAnnotations
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment