any one help me plz
Type: Posts; User: waleed; Keyword(s):
any one help me plz
this is the test class
public class PublicChampionTests {
int maxHealth, maxMana;
String name;
Skill[]skills;
HashMap<String, Integer> attributes;
Champion instance;
@Before
this is the class skill
import java.util.HashMap;
public class Skill {
HashMap<String, Boolean> h;
int [] array ;
public static final String[] EFFECTKEYS = {"Heal", "Stun",...