Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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 maven

open command line (CMD) in project directory and execute 'mvn clean install'

04) Open project using intelij / eclipse.

05) Test the senarios.