In order to introduce TDD4C to you logic, you need to use logic manager or packaging to be able to fetch logics from server. Then, please setup a git repo for your project. This will enable you the possibility to have continuous integration job on pfx Jenkins ( https://nexus.pricefx.net/jenkins/view/tdd4c/ )
Create a root pom.xml file
- We are going to create maven metadata file, where we enable groovy usage and pull all the dependencies. In root folder of your project, create pom.xml file like this one (substitute "myproject" for you project name)
- create tdd4c folder in project's root directory
- mark it as test sources root in you favourite IDE
And thats it!