In the Main class file, when main is being run, there is a simple wizard,archer and barbarian being created. The wizard and barbarian get a level to level 2 and the archer is leveled up to level 5. All gets equipped with some items. The wizard gets a staff and cloth armor on all 3 slots. The barbarian gets a sword. The archer gets a bow.
They are then displayed to the console.
There is two test files can can be run, one for the Hero class and one for HeroAttribute class. They all pass. All method have been tested except for getters and constructors.