Add hardrock spinner test

This commit is contained in:
smoogipoo
2019-08-01 17:58:20 +09:00
parent a7376c6027
commit 2ae8cba24d
3 changed files with 93 additions and 0 deletions

View File

@ -25,6 +25,7 @@ namespace osu.Game.Rulesets.Catch.Tests
[TestCase("slider")]
[TestCase("hardrock-stream", new[] { typeof(CatchModHardRock) })]
[TestCase("hardrock-repeat-slider", new[] { typeof(CatchModHardRock) })]
[TestCase("hardrock-spinner", new[] { typeof(CatchModHardRock) })]
public new void Test(string name, params Type[] mods)
{
base.Test(name, mods);