hablutzel1/GenerateTestCases

se debe permitir renombrar descripciones @should

Opened this issue · 3 comments

cuando se modifique una descripcion @should se debe modificar tambien el nombre del metodo bajo prueba

  • at the time it isnt providing renaming support for @should tags without a created test method
  • there are missing test methods to create

It is allowed to rename a @should description using IntelliJ IDEA rename action, in my case F2 placing careet over description.

Anyway there are some strange behaviours to be researched:

  • rename over the @should tag itself doesn't work as expected
  • The hyperlink is being created over @should tags without a test method created
  • when a method is renamed the @should tag is renamed before the test method get actually renamed and it is unpleasant
  • delete whitespace being created at the bottom when renaming