Skip to content

IndustriumMC/JavaTest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Java Recruitment Challenge

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.

Getting Started

  1. Clone the repository

    git clone <this repo url>
    cd JavaTest
  2. Ensure you have Java 17+ and Maven installed.

  3. Run the tests

    mvn test

    You will see that the test fails initially.

  4. Fix the code Open src/main/java/com/example/App.java and update the getGreeting() method so that it returns exactly "Hello, world!".

  5. Run the tests again

    mvn test

    Once 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!

About

A java test to train yourself

Resources

License

Stars

Watchers

Forks

Languages