Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 482 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 482 Bytes

'The Remote Mob Programming Experience' Java Template

Installation

Project

  • Java 11
  • JUnit 5
  • Maven 3

Check that everything works on your machine:

  1. Run mob moo on your console. It should moo.
  2. Run ./mvnw test in the checked out git repository. The one and only test should be green.
  3. Import the project in your IDE and run the tests.