Add basic implementation of VisualTest framework for osu! project.

Comes with one complimentary test.
This commit is contained in:
Dean Herbert
2016-09-24 00:39:20 +09:00
parent 1705914093
commit 7bdb2fcfc7
14 changed files with 948 additions and 53 deletions

View File

@ -63,6 +63,7 @@
<Compile Include="Online\Chat\Channel.cs" />
<Compile Include="Online\Chat\Message.cs" />
<Compile Include="OsuGame.cs" />
<Compile Include="OsuGameBase.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>