Skip to content
Snippets Groups Projects
Commit 8420a891 authored by Mohamed Taarit's avatar Mohamed Taarit
Browse files
parents e7aa4d2a 60a46cd1
No related branches found
No related tags found
No related merge requests found
package bitFight; package test.java.bitFight;
import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertEquals;
import org.junit.jupiter.api.Test; import org.junit.jupiter.api.Test;
import bitFight.Attack;
import bitFight.Enemy;
import bitFight.Player;
public class AttackTest { public class AttackTest {
Player player = new Player("joueur1"); Player player = new Player("joueur1");
......
package bitFight; package test.java.bitFight;
import java.io.IOException; import java.io.IOException;
import bitFight.Image;
public class ImageTest{ public class ImageTest{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment