Skip to content

Instantly share code, notes, and snippets.

@comuttun
Created April 6, 2012 04:31
Show Gist options
  • Save comuttun/2316871 to your computer and use it in GitHub Desktop.
Save comuttun/2316871 to your computer and use it in GitHub Desktop.
Test Case Exaple
/**
* Test case, which uses multibyte (Japanese) characters
*/
public void testExecute_検証失敗_ログインID不正() throws Exception {
}
/**
* Test case, which uses only ascii characters (method name means as same as the above)
*/
public void testExecute_ValidationFailed_LoginIdIsWrong() throws Exception {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment