aboutsummaryrefslogtreecommitdiff
path: root/MundusTests/ServiceTests/Tiles/Items
diff options
context:
space:
mode:
authorSyndamia <kamen.d.mladenov@protonmail.com>2020-05-20 13:12:31 +0300
committerSyndamia <kamen.d.mladenov@protonmail.com>2020-05-20 13:12:31 +0300
commita4e2f6753c6c2612444847fd12f1e973a86a4aa4 (patch)
tree8f97d4ded431e366d8ec5e65172e2f80441dd53f /MundusTests/ServiceTests/Tiles/Items
parent09d14d1f330d71bc69a4e9fedace680f9c69de3b (diff)
downloadMundus-a4e2f6753c6c2612444847fd12f1e973a86a4aa4.tar
Mundus-a4e2f6753c6c2612444847fd12f1e973a86a4aa4.tar.gz
Mundus-a4e2f6753c6c2612444847fd12f1e973a86a4aa4.zip
Fixed test SetUps and TearDowns. Did tests for Inventory and MobTile (Service/Mobs). Did some minor changes to the program.
Diffstat (limited to 'MundusTests/ServiceTests/Tiles/Items')
-rw-r--r--MundusTests/ServiceTests/Tiles/Items/ItemControllerTests.cs13
1 files changed, 0 insertions, 13 deletions
diff --git a/MundusTests/ServiceTests/Tiles/Items/ItemControllerTests.cs b/MundusTests/ServiceTests/Tiles/Items/ItemControllerTests.cs
index 1ccc228..497ccf3 100644
--- a/MundusTests/ServiceTests/Tiles/Items/ItemControllerTests.cs
+++ b/MundusTests/ServiceTests/Tiles/Items/ItemControllerTests.cs
@@ -10,19 +10,6 @@ using Mundus.Service.Tiles.Mobs;
namespace MundusTests.ServiceTests.Tiles.Items {
[TestFixture]
public static class ItemControllerTests {
- [OneTimeSetUp]
- public static void SetUp() {
- Application.Init();
- DataBaseContexts.CreateInstances();
- WI.CreateInstances();
- WI.WNewGame.OnBtnGenerateClicked(null, null);
- }
-
- [OneTimeTearDown]
- public static void TearDown() {
- Application.Quit();
- }
-
[Test]
[TestCase(InventoryPlace.Accessories, 1)]
[TestCase(InventoryPlace.Hotbar, 4)]