Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/himash79/test-driven-development
Implement TDD (Test driven development) using Java.
https://github.com/himash79/test-driven-development
java maven tdd tdd-java test-driven-development
Last synced: 11 days ago
JSON representation
Implement TDD (Test driven development) using Java.
- Host: GitHub
- URL: https://github.com/himash79/test-driven-development
- Owner: himash79
- Created: 2022-12-18T15:36:11.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2022-12-18T15:39:01.000Z (about 2 years ago)
- Last Synced: 2024-11-21T04:11:54.943Z (2 months ago)
- Topics: java, maven, tdd, tdd-java, test-driven-development
- Language: Java
- Homepage:
- Size: 3.91 KB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Test-driven-development
Implement TDD (Test driven development) using Java.## Requirements
01) Java 11
02) Maven 3.8## Project setup
01) Clone the project
https://github.com/himash79/Test-driven-development.git
03) Clean and build the project using mavenopen command line (CMD) in project directory and execute 'mvn clean install'
04) Open project using intelij / eclipse.
05) Test the senarios.