Player Tests Update
This commit is contained in:
@@ -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 {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user