farhan5248 / lean-sheep-dog-tools

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

Name Conversion Methods and Variables after Xtext Grammar #123

Open farhan5248 opened 4 months ago

farhan5248 commented 4 months ago

Graph Model changes. Do this first to make the other naming changes easier

Name the methods in the wrappers after Xtext language elements

farhan5248 commented 3 months ago

This work might not be needed as it's being covered by #125

farhan5248 commented 3 months ago

Use this to do the following

  1. Make a list of all the language elements in the xtext file.
  2. Create set, get, create, add and *List method naming conventions
  3. Ensure each wrapper follows the conventions by adding interfaces. I might have to rename PathInfo to Coverage and add stereotypes for the coverage like background, scenario, scenario outline, examples and examples row. outlines and examples won't have any tagged edges, just name, tags, descriptions