Skip to content

Instantly share code, notes, and snippets.

@grimrose
Created November 23, 2012 07:58
Show Gist options
  • Save grimrose/4134444 to your computer and use it in GitHub Desktop.
Save grimrose/4134444 to your computer and use it in GitHub Desktop.
Intellij IDEAにJUnitの@testのLive templateを追加する。 ref: http://qiita.com/items/3bd318eec63d98c80563
@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