mirror of
https://github.com/ppy/osu.git
synced 2025-01-18 05:42:56 +08:00
adjust tests
This commit is contained in:
parent
ef96583e44
commit
c7691b3a2c
@ -14,13 +14,13 @@ namespace osu.Game.Rulesets.Taiko.Tests
|
||||
{
|
||||
protected override string ResourceAssembly => "osu.Game.Rulesets.Taiko";
|
||||
|
||||
[TestCase(3.3172381854905493d, 200, "diffcalc-test")]
|
||||
[TestCase(3.3172381854905493d, 200, "diffcalc-test-strong")]
|
||||
[TestCase(3.3167800835687551d, 200, "diffcalc-test")]
|
||||
[TestCase(3.3167800835687551d, 200, "diffcalc-test-strong")]
|
||||
public void Test(double expectedStarRating, int expectedMaxCombo, string name)
|
||||
=> base.Test(expectedStarRating, expectedMaxCombo, name);
|
||||
|
||||
[TestCase(4.4640702427013101d, 200, "diffcalc-test")]
|
||||
[TestCase(4.4640702427013101d, 200, "diffcalc-test-strong")]
|
||||
[TestCase(4.4631326105105122d, 200, "diffcalc-test")]
|
||||
[TestCase(4.4631326105105122d, 200, "diffcalc-test-strong")]
|
||||
public void TestClockRateAdjusted(double expectedStarRating, int expectedMaxCombo, string name)
|
||||
=> Test(expectedStarRating, expectedMaxCombo, name, new TaikoModDoubleTime());
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user