mirror of
https://github.com/ppy/osu.git
synced 2025-01-26 20:23:00 +08:00
Rename testcase
This commit is contained in:
parent
d06f38b3f3
commit
7fde21b51a
@ -26,7 +26,7 @@ using osuTK;
|
|||||||
|
|
||||||
namespace osu.Game.Rulesets.Osu.Tests
|
namespace osu.Game.Rulesets.Osu.Tests
|
||||||
{
|
{
|
||||||
public class TestCaseSliderInput : TestCaseRateAdjustedBeatmap
|
public class TestCaseSliderInput : RateAdjustedBeatmapTestCase
|
||||||
{
|
{
|
||||||
public override IReadOnlyList<Type> RequiredTypes => new[]
|
public override IReadOnlyList<Type> RequiredTypes => new[]
|
||||||
{
|
{
|
||||||
|
@ -6,7 +6,7 @@ namespace osu.Game.Tests.Visual
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// Test case which adjusts the beatmap's rate to match any speed adjustments in visual tests.
|
/// Test case which adjusts the beatmap's rate to match any speed adjustments in visual tests.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public abstract class TestCaseRateAdjustedBeatmap : ScreenTestCase
|
public abstract class RateAdjustedBeatmapTestCase : ScreenTestCase
|
||||||
{
|
{
|
||||||
protected override void Update()
|
protected override void Update()
|
||||||
{
|
{
|
@ -16,7 +16,7 @@ using osuTK.Graphics;
|
|||||||
|
|
||||||
namespace osu.Game.Tests.Visual
|
namespace osu.Game.Tests.Visual
|
||||||
{
|
{
|
||||||
public abstract class TestCasePlayer : TestCaseRateAdjustedBeatmap
|
public abstract class TestCasePlayer : RateAdjustedBeatmapTestCase
|
||||||
{
|
{
|
||||||
private readonly Ruleset ruleset;
|
private readonly Ruleset ruleset;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user