farhan5248 / sheep-dog-tools

Eclipse and Maven plug-ins to help manual testers support developers adopting bdd and tdd using lean principles and model based testing
GNU General Public License v3.0
0 stars 0 forks source link

Suggest endings like app/service/job or page/file/response etc #194

Closed farhan5248 closed 1 month ago

farhan5248 commented 1 month ago

Remove enabled/disabled etc, the regex doesn't need these hardcoded because the content assist helps with that.

farhan5248 commented 1 month ago

Make a method that returns a list of words like app or service etc in Step Helper Then make another that turns that into a regex fragment. The former is used in proposals

farhan5248 commented 1 month ago

Maybe rename the classes to StepSyntaxHelper and StepSemanticsHelper. Get rid of scenario helper.