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

Create Factory and Object in common package #70

Closed farhan5248 closed 3 months ago

farhan5248 commented 8 months ago

To help figure out all the assert combinations, create the GraphTestObject and GraphTestObjectFactory. The actual AppTestObject and AppTestObjectFactory can extend them. Create those to pass in the package name.

Image

farhan5248 commented 8 months ago

Also create a factory for each app with the package

Image

farhan5248 commented 3 months ago

Won't need this anymore