1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 21:27:24 +08:00

Rename testcase

This commit is contained in:
smoogipoo 2019-02-25 16:09:09 +09:00
parent d06f38b3f3
commit 7fde21b51a
3 changed files with 3 additions and 3 deletions

View File

@ -26,7 +26,7 @@ using osuTK;
namespace osu.Game.Rulesets.Osu.Tests
{
public class TestCaseSliderInput : TestCaseRateAdjustedBeatmap
public class TestCaseSliderInput : RateAdjustedBeatmapTestCase
{
public override IReadOnlyList<Type> RequiredTypes => new[]
{

View File

@ -6,7 +6,7 @@ namespace osu.Game.Tests.Visual
/// <summary>
/// Test case which adjusts the beatmap's rate to match any speed adjustments in visual tests.
/// </summary>
public abstract class TestCaseRateAdjustedBeatmap : ScreenTestCase
public abstract class RateAdjustedBeatmapTestCase : ScreenTestCase
{
protected override void Update()
{

View File

@ -16,7 +16,7 @@ using osuTK.Graphics;
namespace osu.Game.Tests.Visual
{
public abstract class TestCasePlayer : TestCaseRateAdjustedBeatmap
public abstract class TestCasePlayer : RateAdjustedBeatmapTestCase
{
private readonly Ruleset ruleset;