mirror of https://github.com/ppy/osu
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 @@ public void TestCorrectOldContentExpiration()
|
|||
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