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

Fix the initial component issue #223

Closed farhan5248 closed 2 weeks ago

farhan5248 commented 1 month ago

The code knows which java package to put the method into so why doesn't it know what the component is? The component is just pacakgename+Factory Image

farhan5248 commented 1 month ago

I regenerated all the step libraries and can't recreate this issue. Perhaps it's triggered when I select a scenario by tag but not its background.

farhan5248 commented 1 month ago

Recreate problem like this Image

farhan5248 commented 1 month ago

I can't easily recreate the problem with tests. I'll probably add debug statements in the future and look at it then, for now it's not as big an issue as I previously thought so I'll leave it alone.