Use more sensible names for classes and methods

Adds xmldoc in places too.
This commit is contained in:
Dean Herbert
2017-12-11 12:31:35 +09:00
parent 507d0e3252
commit 98ce856de1
7 changed files with 19 additions and 13 deletions

View File

@ -15,7 +15,7 @@ namespace osu.Game.Tests.Visual
{
internal class TestCaseHistoricalSection : OsuTestCase
{
public override IReadOnlyList<Type> RequiredTypes => new [] { typeof(HistoricalSection), typeof(PaginatedMostPlayedBeatmapContainer), typeof(MostPlayedBeatmapDrawable) };
public override IReadOnlyList<Type> RequiredTypes => new [] { typeof(HistoricalSection), typeof(PaginatedMostPlayedBeatmapContainer), typeof(DrawableMostPlayedRow) };
public TestCaseHistoricalSection()
{