Player Tests Update

This commit is contained in:
GabrieleRadice
2026-03-14 21:10:25 +01:00
parent a3d9272552
commit 2bb4c00f85
6 changed files with 20 additions and 4 deletions
@@ -0,0 +1,4 @@
import static org.junit.jupiter.api.Assertions.*;
class PlayerAddFoodTest {
}
@@ -0,0 +1,4 @@
import static org.junit.jupiter.api.Assertions.*;
class PlayerAddPrestigeTest {
}
@@ -1,4 +0,0 @@
package it.polimi.ingsw.gc14.Model;
public class PlayerGetterTest {
}
@@ -0,0 +1,4 @@
import static org.junit.jupiter.api.Assertions.*;
class PlayerRemFoodTest {
}
@@ -0,0 +1,4 @@
import static org.junit.jupiter.api.Assertions.*;
class PlayerRemPrestigeTest {
}
@@ -0,0 +1,4 @@
import static org.junit.jupiter.api.Assertions.*;
class PlayerSetUserTest {
}