Welcome to the Java recruitment repository! This small Maven project contains a failing unit test that you need to fix. When all tests pass you will be shown a Discord invite link where you can chat with the team.
-
Clone the repository
git clone <this repo url> cd JavaTest
-
Ensure you have Java 17+ and Maven installed.
-
Run the tests
mvn testYou will see that the test fails initially.
-
Fix the code Open
src/main/java/com/example/App.javaand update thegetGreeting()method so that it returns exactly"Hello, world!". -
Run the tests again
mvn testOnce the tests pass you will see a success message containing a Discord link:
https://flazesmp.benzoogataga.com/discord-recruitment.
This repository is intended as a mini exercise similar to what you might find in an online Java course. By fixing the code and running the test suite you can ensure your environment is properly set up while also showing off your skills.
Enjoy and good luck!