se debe permitir renombrar descripciones @should
Opened this issue · 3 comments
hablutzel1 commented
cuando se modifique una descripcion @should se debe modificar tambien el nombre del metodo bajo prueba
hablutzel1 commented
- at the time it isnt providing renaming support for @should tags without a created test method
- there are missing test methods to create
hablutzel1 commented
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:
hablutzel1 commented
- 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