Skip to content

Instantly share code, notes, and snippets.

@sifue
Created August 6, 2012 06:45
Show Gist options
  • Save sifue/3271663 to your computer and use it in GitHub Desktop.
Save sifue/3271663 to your computer and use it in GitHub Desktop.
JUnitで各種assertとmatcher、Mockitoのmockを呼ぶstaticインポート文 ref: http://qiita.com/items/0eb3ea4442fdfe26d10e
import static org.hamcrest.CoreMatchers.*;
import static org.junit.Assert.*;
import static org.junit.matchers.JUnitMatchers.*;
import static org.mockito.Mockito.*;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment