GestionnaireEquipements + EquipementStat
This commit is contained in:
@ -16,8 +16,6 @@ import personnage.Daniel;
|
||||
|
||||
class ConditionClassPersonnageTest {
|
||||
|
||||
|
||||
|
||||
@Test
|
||||
public void conditionClass_RenvoieAppartenancePersonnage() throws Exception {
|
||||
|
||||
|
@ -34,8 +34,6 @@ class ActionAltererStatistiquesJoueurTest {
|
||||
|
||||
j1.setPlateau(p);
|
||||
j2.setPlateau(p);
|
||||
|
||||
|
||||
}
|
||||
|
||||
@Test
|
||||
@ -52,7 +50,6 @@ class ActionAltererStatistiquesJoueurTest {
|
||||
void affecte_StatsAddedUp() {
|
||||
|
||||
int entier = rand.nextInt();
|
||||
|
||||
int pvBaseJoueur = j2.getStat(Joueur.PLAYER_HP);
|
||||
ActionAltererStatistiquesJoueur aasj = new ActionAltererStatistiquesJoueur(Joueur.PLAYER_HP, entier, true);
|
||||
aasj.affecte(j1, j2);
|
||||
|
Reference in New Issue
Block a user