You need to compile four Java classes together to create a "Virtual World" Application.
You need to submit the following completed classes in addition to a class that tests them: MyClone, ShoutBox, additional class, and a test class.
In the test class it have a main() method. This test class will represent the virtual world application that will test the MyClone, the ShoutBox, and the additional class I created. Please see instructions below: Test Application: You will create one application that will test all three classes.
a. Perform a unit test of the MyClone to test all getters (accessors) and setters (mutators)and method(s).
b. Perform a unit test of the ShoutBox to test all methods.
c. Perform a unit test of the additional class object to test all getters (accessors) and setters (mutators) and method(s) of the class.