Created
November 23, 2012 07:58
-
-
Save grimrose/4134444 to your computer and use it in GitHub Desktop.
Intellij IDEAにJUnitの@testのLive templateを追加する。 ref: http://qiita.com/items/3bd318eec63d98c80563
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
@Test | |
public void should_assert_a_behaviour() throws Exception { | |
// Setup | |
// Exercise | |
// Verify | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment