osu/osu.Game.Tests/Visual/UserInterface
Bartłomiej Dach fd8c5d7706 Improve notification overlay test robustness
Stress testing one of the notification overlay tests by running it 10000
times on repeat has shown that it is susceptible to intermittent
failures due to races between delays and asserts checking the number of
currently progressing notifications and the actual progress update,
which contains a random generation factor.

Replace step sequences checking for notification completion by waiting
and asserting with explicit until steps that don't terminate unless
there are zero progressing notifications.
2019-12-26 23:01:31 +01:00
..
TestSceneBackButton.cs
TestSceneBeatSyncedContainer.cs Use index and range expressions 2019-12-15 20:17:35 +08:00
TestSceneBreadcrumbs.cs
TestSceneButtonSystem.cs
TestSceneContextMenu.cs
TestSceneCursors.cs
TestSceneDialogOverlay.cs
TestSceneDrawableDate.cs
TestSceneExpandingBar.cs
TestSceneFooterButtonMods.cs Add function to assert multiplier value instead of hardcoded string 2019-12-15 22:42:44 +07:00
TestSceneHoldToConfirmOverlay.cs
TestSceneIconButton.cs
TestSceneLabelledDrawable.cs Rename class to match 2019-10-29 01:21:17 +09:00
TestSceneLabelledSwitchButton.cs
TestSceneLabelledTextBox.cs
TestSceneLoadingAnimation.cs
TestSceneLogoTrackingContainer.cs
TestSceneModSelectOverlay.cs Mods -> SelectedMods 2019-12-13 21:45:38 +09:00
TestSceneModSettings.cs Fix test ruleset availability 2019-12-15 03:01:37 +09:00
TestSceneNotificationOverlay.cs Improve notification overlay test robustness 2019-12-26 23:01:31 +01:00
TestSceneNowPlayingOverlay.cs
TestSceneNumberBox.cs
TestSceneOnScreenDisplay.cs
TestSceneOsuAnimatedButton.cs
TestSceneOsuHoverContainer.cs
TestSceneOsuIcon.cs
TestSceneParallaxContainer.cs
TestScenePopupDialog.cs Improve animation of popup dialog buttons 2019-12-06 18:51:30 +09:00
TestSceneScreenBreadcrumbControl.cs
TestSceneStatefulMenuItem.cs Rename button class 2019-11-12 10:21:06 +09:00
TestSceneSwitchButton.cs
TestSceneTabControl.cs
TestSceneToggleMenuItem.cs Move tests to parent namespace for now 2019-11-11 18:42:32 +09:00
TestSceneToolbarRulesetSelector.cs
TestSceneTwoLayerButton.cs
TestSceneUpdateableBeatmapBackgroundSprite.cs
TestSceneVolumePieces.cs
TestSceneWaveContainer.cs