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

Update Xtext step grammar #135

Open farhan5248 opened 6 months ago

farhan5248 commented 6 months ago

Rename the language elements using words like test suite, test case, test project etc

Break up the step name into component, object, predicate in the xtext grammar.

Without this, the content assist has to be called each time to re-evaluate the options. With it, as it moves from component to object to predicate, it'll automatically show the results I think?

farhan5248 commented 2 months ago

Don't think I need this anymore

farhan5248 commented 2 months ago

Changed my mind, this is useful to suggest empty/present etc. Either put those words in the grammar or use methods to get the list from the regex. I rather get them from the grammar