Skip to content

vasanthk97/tdd-starter-project

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

tdd-starter-project

Prerequisites

  • JDK >= 1.8

  • Any Modern IDE - Intellij preferred.

  • Maven :

    To install maven

    sudo apt install maven

Running the project:

Clone this repository :

git clone https://github.com/balraj99/tdd-starter-project.git

cd tdd-starter-project

mvn clean install

You should see the Build being successful.

mvn test

You should see

Tests run: 1, Failures: 0, Errors: 0, Skipped: 0

with Build Success message

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%