Created
August 6, 2012 06:45
-
-
Save sifue/3271663 to your computer and use it in GitHub Desktop.
JUnitで各種assertとmatcher、Mockitoのmockを呼ぶstaticインポート文 ref: http://qiita.com/items/0eb3ea4442fdfe26d10e
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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