1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-06 06:57:39 +08:00

Clean up test case

This commit is contained in:
David Zhao 2019-02-21 18:19:50 +09:00
parent 0677194f46
commit bf06674e87

View File

@ -156,8 +156,6 @@ namespace osu.Game.Tests.Visual
{
protected override BackgroundScreen CreateBackground() => new FadeAccessibleBackground();
public bool BackgroundLoaded => Background?.IsLoaded ?? false;
public bool AssertDimmed()
{
return ((FadeAccessibleBackground)Background).AssertDimmed();
@ -207,6 +205,7 @@ namespace osu.Game.Tests.Visual
public DimAccessiblePlayerLoader(Player player) : base(() => player)
{
}
protected override BackgroundScreen CreateBackground() => new FadeAccessibleBackground();
}