diff options
| author | Syndamia <kamen.d.mladenov@protonmail.com> | 2020-05-19 15:06:40 +0300 |
|---|---|---|
| committer | Syndamia <kamen.d.mladenov@protonmail.com> | 2020-05-19 15:06:40 +0300 |
| commit | 43e65fb3c92df024ee4eaff454b1fe340c07c41f (patch) | |
| tree | 173ac9708d62d691499f9e633b1beb22f0cca155 /MundusTests/DataTests/Mobs/MITests.cs | |
| parent | d580ea82d48831e3cf243e5b250bf7076c8a6b1b (diff) | |
| download | Mundus-43e65fb3c92df024ee4eaff454b1fe340c07c41f.tar Mundus-43e65fb3c92df024ee4eaff454b1fe340c07c41f.tar.gz Mundus-43e65fb3c92df024ee4eaff454b1fe340c07c41f.zip | |
Fixed MITests and did all Service/SuperLayers tests (for HeightController and ImageController)
Diffstat (limited to 'MundusTests/DataTests/Mobs/MITests.cs')
| -rw-r--r-- | MundusTests/DataTests/Mobs/MITests.cs | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/MundusTests/DataTests/Mobs/MITests.cs b/MundusTests/DataTests/Mobs/MITests.cs index 03cc893..b0e33a6 100644 --- a/MundusTests/DataTests/Mobs/MITests.cs +++ b/MundusTests/DataTests/Mobs/MITests.cs @@ -9,7 +9,7 @@ [TestFixture] public static class MITests { - [SetUp] + [OneTimeSetUp] public static void SetUp() { Application.Init(); @@ -18,6 +18,11 @@ WI.WNewGame.OnBtnGenerateClicked(null, null); } + [OneTimeTearDown] + public static void TearDown() { + Application.Quit(); + } + [Test] public static void CreatesPlayerInstance() { |
