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

@ -1,14 +1,14 @@
// Copyright (c) 2007-2017 ppy Pty Ltd <contact@ppy.sh>.
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
using System.ComponentModel;
using osu.Game.Graphics.UserInterface;
namespace osu.Game.Tests.Visual
{
[Description("mostly back button")]
internal class TestCaseTwoLayerButton : OsuTestCase
{
public override string Description => @"Mostly back button";
public TestCaseTwoLayerButton()
{
Add(new BackButton());