mosh98 / assignment-1-backend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Backend Juint Assignment

A simple application to demonstrate the use of Junit with Maven with an RPG game.

The test classes are in the src/test/java folder.


Has 2 directories for the test classes:

  1. Hero
  2. Items

In Hero directory, there are 4 test classes:

  1. Mage.java
  2. Ranger.java
  3. Rogue.java
  4. Warrior.java

These have most of the tests for the Hero classes. according to the assignment


The rest is in the Items directory.

In the Items directory, there are 2 test classes:

  1. Armor.java
  2. Weapon.java

Class Heirarchy

Alt text

About


Languages

Language:Java 100.0%