Created
August 28, 2014 12:37
-
-
Save niftydevelopment/3d03ef9bdfa19234ad00 to your computer and use it in GitHub Desktop.
TDD: test method boilerplate (eclipse, testng, mockito)
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 ${name}() { | |
| ${staticImport:importStatic('org.testng.Assert.*')} | |
| ${imp:import(org.testng.annotations.BeforeMethod,org.testng.annotations.Test,org.mockito.Mockito)} | |
| ${cursor} | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment