mirror of
https://github.com/ppy/osu
synced 2025-01-21 05:20:50 +00:00
Simplify TestCase
attributes to one Values
attribute
Co-authored-by: Bartłomiej Dach <dach.bartlomiej@gmail.com>
This commit is contained in:
parent
beb8426d3b
commit
8534dd3463
@ -132,9 +132,8 @@ namespace osu.Game.Tests.Visual.Online
|
||||
assertAllCardsOfType<BeatmapCardNormal>(30);
|
||||
}
|
||||
|
||||
[TestCase(false)]
|
||||
[TestCase(true)]
|
||||
public void TestCardSizeSwitching(bool viaConfig)
|
||||
[Test]
|
||||
public void TestCardSizeSwitching([Values] bool viaConfig)
|
||||
{
|
||||
AddAssert("is visible", () => overlay.State.Value == Visibility.Visible);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user