Skip to content

swkMagdeburg/2020-11-12-mars-rover-kata

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Java JUnit5

Minimal setup with Java JUnit5 to get you started.

You can use gradle or maven

More complicated JUnit5 setups

Setup

git clone https://github.com/swkBerlin/kata-bootstraps
cd java/junit5

Open as preexisting project in your favorite IDE and choose between gradle or maven nature

Running Tests

To execute the tests either run ./gradlew test, mvn test or run the tests from the IDE you are using

Test Libraries Available from the Get-Go

  • JUnit 5.5.2

This repo was tested with eclipse and idea, if you encounter problems please open a issue or send a pull request.

Have fun!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages