Releases: testNameGenerator/Eclipse-plugin
Releases · testNameGenerator/Eclipse-plugin
Update existing test
Update existing test method if cursor in docblock comment and method found after comment
minor update and refactored
Fixes:
- using editor settings for spaces / tabs
fixed alphanum conversion
Fixes:
- non-alphanumeric chars are ignored when generating test method name
- works joined by non-alphanumeric chars are now correctly camel-cased
initial working version
Known bugs:
- will not completely strip non-alphanumeric chars from original string. This will cause the method name to become corrupt. Avoid using "(", ")", "=", etc. for now.
Copy the jar file into your eclipse/plugins folder and (re)start Eclipse.