Add catch difficulty calculator tests

This commit is contained in:
smoogipoo
2019-02-15 15:49:51 +09:00
parent aa0bb7ca11
commit 09e717d219
4 changed files with 164 additions and 6 deletions

View File

@ -16,9 +16,7 @@ namespace osu.Game.Rulesets.Taiko.Tests
[TestCase(2.9811336589467095, "diffcalc-test")]
[TestCase(2.9811336589467095, "diffcalc-test-strong")]
public void Test(double expected, string name)
{
base.Test(expected, name);
}
=> base.Test(expected, name);
protected override DifficultyCalculator CreateDifficultyCalculator(WorkingBeatmap beatmap) => new TaikoDifficultyCalculator(new TaikoRuleset(), beatmap);