Move TestCase descriptions to attributes

Depends on https://github.com/ppy/osu-framework/pull/1186.
This commit is contained in:
Dean Herbert
2017-11-23 16:00:33 +09:00
parent 37c0772537
commit 288c21dfec
48 changed files with 26 additions and 99 deletions

View File

@ -12,8 +12,6 @@ namespace osu.Game.Tests.Visual
private FrameworkConfigManager config;
private Bindable<FrameSync> frameSyncMode;
public override string Description => @"Make it easier to see setting changes";
protected override void LoadComplete()
{
base.LoadComplete();