mirror of
https://github.com/ppy/osu.git
synced 2026-05-26 05:19:56 +08:00
Update tests (#35026)
This commit is contained in:
committed by
GitHub
Unverified
parent
c7f50f35b7
commit
0a3844d3ef
@@ -14,13 +14,13 @@ namespace osu.Game.Rulesets.Taiko.Tests
|
||||
{
|
||||
protected override string ResourceAssembly => "osu.Game.Rulesets.Taiko";
|
||||
|
||||
[TestCase(3.305554470092722d, 200, "diffcalc-test")]
|
||||
[TestCase(3.305554470092722d, 200, "diffcalc-test-strong")]
|
||||
[TestCase(3.3190848563395079d, 200, "diffcalc-test")]
|
||||
[TestCase(3.3190848563395079d, 200, "diffcalc-test-strong")]
|
||||
public void Test(double expectedStarRating, int expectedMaxCombo, string name)
|
||||
=> base.Test(expectedStarRating, expectedMaxCombo, name);
|
||||
|
||||
[TestCase(4.4472572672057815d, 200, "diffcalc-test")]
|
||||
[TestCase(4.4472572672057815d, 200, "diffcalc-test-strong")]
|
||||
[TestCase(4.4551414906554987d, 200, "diffcalc-test")]
|
||||
[TestCase(4.4551414906554987d, 200, "diffcalc-test-strong")]
|
||||
public void TestClockRateAdjusted(double expectedStarRating, int expectedMaxCombo, string name)
|
||||
=> Test(expectedStarRating, expectedMaxCombo, name, new TaikoModDoubleTime());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user