Fix: Sustenence Optimized
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
package it.polimi.ingsw.gc14.Model;
|
||||
|
||||
import org.junit.jupiter.api.Test;
|
||||
|
||||
import static org.junit.jupiter.api.Assertions.*;
|
||||
|
||||
class PlayerTest {
|
||||
|
||||
@Test
|
||||
void addFood() {
|
||||
|
||||
}
|
||||
|
||||
@Test
|
||||
void removeFood() {
|
||||
}
|
||||
|
||||
@Test
|
||||
void addPrestige() {
|
||||
}
|
||||
|
||||
@Test
|
||||
void removePrestige() {
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user