hablutzel1 / GenerateTestCases

Behaviour Driven Development plugin for IntelliJ IDEA
18 stars 11 forks source link

should enable to create implementation specific tests #19

Open hablutzel1 opened 13 years ago

hablutzel1 commented 13 years ago

Basically the flow could be this one:

From an implementation: press create tests button, select the implemented interface that contains the @should tags in its operations, then @should tags would appear as normally and the user could choose for which one to create the tests

@see http://elespaciodejaime.wordpress.com/2011/07/23/probando-la-interfaz-o-la-implementacion/