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,15 +1,15 @@
// 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.Framework.Graphics.Containers;
using osu.Game.Overlays;
namespace osu.Game.Tests.Visual
{
[Description("Testing chat api and overlay")]
internal class TestCaseChatDisplay : OsuTestCase
{
public override string Description => @"Testing chat api and overlay";
public TestCaseChatDisplay()
{
Add(new ChatOverlay