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

@ -1,13 +1,10 @@
//Copyright (c) 2007-2016 ppy Pty Ltd <contact@ppy.sh>.
//Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
using OpenTK;
using osu.Framework.Audio.Sample;
using osu.Framework.Audio.Track;
using osu.Framework.GameModes;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Sprites;
using osu.Framework.Graphics.UserInterface;
namespace osu.Game.GameModes.Menu
{