inventory_mock tests #17

Merged
erns6604 merged 16 commits from inventory_mocks into main 2025-10-30 07:52:55 +01:00
2 changed files with 0 additions and 2 deletions
Showing only changes of commit 2f2cc54472 - Show all commits

View File

@@ -1,4 +1,3 @@
import Shared.LootTable;
import Terrain.Biome;
import org.junit.jupiter.api.Test;

View File

@@ -4,7 +4,6 @@ import org.junit.jupiter.api.Test;
import static org.hamcrest.MatcherAssert.assertThat;
import static org.hamcrest.Matchers.instanceOf;
import static org.junit.jupiter.api.Assertions.assertEquals;
import static org.junit.jupiter.api.Assertions.assertThrows;
public class ItemStackTest {