aboutsummaryrefslogtreecommitdiff
path: root/MundusTests/MundusTests.csproj
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/MundusTests.csproj
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/MundusTests.csproj')
-rw-r--r--MundusTests/MundusTests.csproj4
1 files changed, 4 insertions, 0 deletions
diff --git a/MundusTests/MundusTests.csproj b/MundusTests/MundusTests.csproj
index 87922b1..bb185b7 100644
--- a/MundusTests/MundusTests.csproj
+++ b/MundusTests/MundusTests.csproj
@@ -196,6 +196,9 @@
<Compile Include="ServiceTests\Tiles\Items\Types\StructureTests.cs" />
<Compile Include="ServiceTests\Tiles\Items\Types\ToolTests.cs" />
<Compile Include="ServiceTests\Tiles\Items\ItemControllerTests.cs" />
+ <Compile Include="ServiceTests\Tiles\Mobs\InventoryTests.cs" />
+ <Compile Include="ApplicationSetup.cs" />
+ <Compile Include="ServiceTests\Tiles\Mobs\MobTileTests.cs" />
</ItemGroup>
<ItemGroup>
<None Include="packages.config" />
@@ -213,6 +216,7 @@
<Folder Include="ServiceTests\Tiles\Crafting\" />
<Folder Include="ServiceTests\Tiles\Items\" />
<Folder Include="ServiceTests\Tiles\Items\Types\" />
+ <Folder Include="ServiceTests\Tiles\Mobs\" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Mundus\Mundus.csproj">