Add test coverage of local score import and deletion

This commit is contained in:
Dean Herbert
2022-01-28 15:50:22 +09:00
parent cb7ae413fe
commit 778eebc94d
2 changed files with 74 additions and 19 deletions

View File

@ -14,6 +14,7 @@ using osu.Framework.Screens;
using osu.Framework.Testing;
using osu.Game.Beatmaps;
using osu.Game.Configuration;
using osu.Game.Database;
using osu.Game.Graphics.UserInterface;
using osu.Game.Online.API;
using osu.Game.Overlays;
@ -111,6 +112,8 @@ namespace osu.Game.Tests.Visual
public new ScreenStack ScreenStack => base.ScreenStack;
public RealmAccess Realm => Dependencies.Get<RealmAccess>();
public new BackButton BackButton => base.BackButton;
public new BeatmapManager BeatmapManager => base.BeatmapManager;