Skip to content
Snippets Groups Projects
Commit 60a46cd1 authored by Charlie Darques's avatar Charlie Darques
Browse files

corrections test

parent bf3f0235
Branches
No related tags found
No related merge requests found
package bitFight;
package test.java.bitFight;
import static org.junit.Assert.assertEquals;
import org.junit.jupiter.api.Test;
import bitFight.Attack;
import bitFight.Enemy;
import bitFight.Player;
public class AttackTest {
Player player = new Player("joueur1");
......
package bitFight;
package test.java.bitFight;
import java.io.IOException;
import bitFight.Image;
public class ImageTest{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment