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

Review mbt-transformer Test Case Coverage #91

Closed farhan5248 closed 4 months ago

farhan5248 commented 6 months ago
farhan5248 commented 4 months ago

Working on "replace the use of doc strings with data tables for assertions to be clear on what's being tested."

  1. UML to Graph
  2. UML to Code
  3. Round trip
farhan5248 commented 4 months ago

UML to Graph done

farhan5248 commented 4 months ago

Test out examples where the examples table column names correspond to a data table column value. | param 1 | param 2 | with | column name | | param 1 | | param 2 |

farhan5248 commented 4 months ago

Replace SetObjectAsFollows0TxtFile.java SetObjectAsFollowsGraphFile.java with GivenTheDocStringPageIsAsFollows0TxtFile.java GivenTheDocStringPageIsAsFollowsGraphFile.java as one pair of sub-graph and docstring content

These should be replaced with the sub-graph above GivenTheSearchApplicationHomePageIsEmptyGraphFile.java WhenTheSearchApplicationHomePageIsAsFollowsGraphFile.java

farhan5248 commented 4 months ago

Tests per language element are done for CodeToUML