diff options
Diffstat (limited to 'MundusTests/ServiceTests/Tiles/Items/ItemControllerTests.cs')
| -rw-r--r-- | MundusTests/ServiceTests/Tiles/Items/ItemControllerTests.cs | 13 |
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)] |
