# Introduction In this challenge, we will write a program to perform unit testing on a given code using JUnit4. The challenge involves writing code to test the `Student.java` class by creating a corresponding test class, `StudentTest.java`, and implementing the necessary unit tests. The goal is to ensure that the methods in the `Student` class behave correctly and produce the expected output.
Click the virtual machine below to start practicing