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

Put back xtext tests with Guice #177

Closed farhan5248 closed 2 months ago

farhan5248 commented 2 months ago

All the tests now need FSA injected into them, I don't want to go on a tangent dealing with this now so will come back to it later.

farhan5248 commented 2 months ago

I can't inject Eclipse workspace libraries into the cucumberxtexteditor jar. This is because some classes are only available when Eclipse is running. When I run the jar with junit tests or through Maven, there's no notion of an open workspace to get info that way. This is not a problem for the ui code which only runs in the IDE. I need to figure out how to access the file system from an eResource for the validation code

farhan5248 commented 2 months ago

Image

farhan5248 commented 2 months ago

No longer passing FSA to the generator and doing all file access via Resource and ResourceSet