Update framework (testing)

This commit is contained in:
smoogipoo
2018-02-07 14:11:54 +09:00
parent a7aaaf9088
commit ccc948a0b9
32 changed files with 117 additions and 64 deletions

View File

@ -2,6 +2,8 @@
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
using System;
using System.IO;
using System.Reflection;
using osu.Framework.Platform;
using osu.Framework.Testing;
@ -22,6 +24,8 @@ namespace osu.Game.Tests.Visual
{
private readonly OsuTestCase testCase;
protected override string MainResourceFile => File.Exists(base.MainResourceFile) ? base.MainResourceFile : Assembly.GetExecutingAssembly().Location;
public OsuTestCaseTestRunner(OsuTestCase testCase)
{
this.testCase = testCase;