'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.