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

@ -14,8 +14,6 @@ namespace osu.Game.Tests.Visual
{
public class TestCaseIconButton : OsuTestCase
{
public override string Description => "Various display modes of icon buttons";
public TestCaseIconButton()
{
Child = new FillFlowContainer