The purpose of this repository is for trainees to practice coding in java by writing code in order for the test cases to pass.
- Git bash on local machine alongside a github account
- Java & Eclipse IDE
- Maven installed -> link: https://maven.apache.org/download.cgi
- Fork this repository
- Go into your forked repository and copy the url for it
- Create a folder on your desktop and name it TDDex
- In the TDDex folder open git bash
- Do the following command: git clone
paste url link
- Press enter
The repository should now be cloned into your TDDex folder
- Open up eclipse
- Go to File -> Import -> Existing Maven Projects
- In the Root Directory, browse to your TDDex folder
- Once you have selected the folder a pom.xml should be listed under projects
- Click finish
- In your package explorer, there should now be a testdrivendevelopment project