1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 05:27:23 +08:00
osu-lazer/osu.Game.Tests/Visual/UserInterface
2023-11-06 07:56:09 +01:00
..
TestSceneBackButton.cs Automated pass 2023-06-24 01:00:03 +09:00
TestSceneBeatmapListingCardSizeTabControl.cs Partial everything 2022-11-27 00:00:27 +09:00
TestSceneBeatmapListingSearchControl.cs Partial everything 2022-11-27 00:00:27 +09:00
TestSceneBeatmapListingSortTabControl.cs Automated pass 2023-06-24 01:00:03 +09:00
TestSceneBeatmapSearchFilter.cs Automated pass 2023-06-24 01:00:03 +09:00
TestSceneBeatSyncedContainer.cs Change IBeatSyncProvider.Clock to always be non-null 2023-07-13 22:13:40 +09:00
TestSceneBreadcrumbControl.cs Automated pass 2023-06-24 01:00:03 +09:00
TestSceneBreadcrumbControlHeader.cs Partial everything 2022-11-27 00:00:27 +09:00
TestSceneButtonsInput.cs Fix input doesn't take original drawable modifications into account 2022-12-12 15:10:03 +03:00
TestSceneButtonSystem.cs Partial everything 2022-11-27 00:00:27 +09:00
TestSceneColourPicker.cs Automated pass 2023-06-24 01:00:03 +09:00
TestSceneCommentEditor.cs Rename test helpers 2023-06-22 23:10:16 +02:00
TestSceneCommentRepliesButton.cs Automated pass 2023-06-24 01:00:03 +09:00
TestSceneContextMenu.cs Automated pass 2023-06-24 01:00:03 +09:00
TestSceneCursors.cs Automated pass 2023-06-24 01:00:03 +09:00
TestSceneDashboardBeatmapListing.cs Automated pass 2023-06-24 01:00:03 +09:00
TestSceneDeleteLocalScore.cs Update reference 2023-02-07 11:52:47 +03:00
TestSceneDialogOverlay.cs Partial everything 2022-11-27 00:00:27 +09:00
TestSceneDrawableDate.cs Automated pass 2023-06-24 01:00:03 +09:00
TestSceneEditorSidebar.cs Automated pass 2023-06-24 01:00:03 +09:00
TestSceneExpandingBar.cs Automated pass 2023-06-24 01:00:03 +09:00
TestSceneExpandingContainer.cs Partial everything 2022-11-27 00:00:27 +09:00
TestSceneFirstRunScreenBehaviour.cs Automated pass 2023-06-24 01:00:03 +09:00
TestSceneFirstRunScreenBundledBeatmaps.cs Automated pass 2023-06-24 01:00:03 +09:00
TestSceneFirstRunScreenImportFromStable.cs Automated pass 2023-06-24 01:00:03 +09:00
TestSceneFirstRunScreenUIScale.cs Automated pass 2023-06-24 01:00:03 +09:00
TestSceneFirstRunSetupOverlay.cs Expose all notifications from INotificationOverlay 2023-06-23 15:19:21 +09:00
TestSceneFooterButtonMods.cs Automated pass 2023-06-24 01:00:03 +09:00
TestSceneFPSCounter.cs Partial everything 2022-11-27 00:00:27 +09:00
TestSceneFriendsOnlineStatusControl.cs Partial everything 2022-11-27 00:00:27 +09:00
TestSceneHistoryTextBox.cs Partial everything 2022-11-27 00:00:27 +09:00
TestSceneHoldToExitGameOverlay.cs Rename test scene to match updated class name 2023-06-25 21:26:10 +09:00
TestSceneIconButton.cs Automated pass 2023-06-24 01:00:03 +09:00
TestSceneLabelledColourPalette.cs Partial everything 2022-11-27 00:00:27 +09:00
TestSceneLabelledDrawable.cs Partial everything 2022-11-27 00:00:27 +09:00
TestSceneLabelledDropdown.cs Automated pass 2023-06-24 01:00:03 +09:00
TestSceneLabelledSliderBar.cs Automated pass 2023-06-24 01:00:03 +09:00
TestSceneLabelledSwitchButton.cs Automated pass 2023-06-24 01:00:03 +09:00
TestSceneLabelledTextBox.cs Automated pass 2023-06-24 01:00:03 +09:00
TestSceneLoadingLayer.cs Merge branch 'master' into update-framework 2022-11-26 16:19:36 +01:00
TestSceneLoadingSpinner.cs Automated pass 2023-06-24 01:00:03 +09:00
TestSceneLogoAnimation.cs Automated pass 2023-06-24 01:00:03 +09:00
TestSceneLogoTrackingContainer.cs Bypass Parent nullability checks for now 2023-10-17 17:48:45 +09:00
TestSceneMissingBeatmapNotification.cs Pass ArchiveReader instead of Stream to simplify resolution code 2023-09-19 17:49:15 +09:00
TestSceneModColumn.cs Do not use ?? true pattern 2023-06-18 14:19:38 +02:00
TestSceneModDifficultyAdjustSettings.cs Rename NormalSliderBar.cs to RoundedSliderBar.cs 2023-02-02 17:24:45 +01:00
TestSceneModDisplay.cs Automated pass 2023-06-24 01:00:03 +09:00
TestSceneModEffectPreviewPanel.cs Adjust various class naming and add some xmldoc 2023-09-12 17:15:16 +09:00
TestSceneModFlowDisplay.cs Partial everything 2022-11-27 00:00:27 +09:00
TestSceneModIcon.cs Code quality pass 2023-09-28 19:03:34 +09:00
TestSceneModPanel.cs Partial everything 2022-11-27 00:00:27 +09:00
TestSceneModPresetColumn.cs Add failing test coverage for incorrect treatment of TD in mod presets 2023-11-06 07:56:09 +01:00
TestSceneModPresetPanel.cs Add failing test coverage for incorrect treatment of TD in mod presets 2023-11-06 07:56:09 +01:00
TestSceneModSelectOverlay.cs Fix mod tests not waiting for presets to finish loading 2023-10-31 14:53:07 +09:00
TestSceneModSettingsArea.cs Partial everything 2022-11-27 00:00:27 +09:00
TestSceneModSwitchSmall.cs Automated pass 2023-06-24 01:00:03 +09:00
TestSceneModSwitchTiny.cs Add extended info support to tiny mod switches 2023-10-11 12:47:12 -07:00
TestSceneNotificationOverlay.cs Fix async usage in TestSceneNotificationOverlay 2023-10-12 16:00:36 +09:00
TestSceneNowPlayingOverlay.cs Partial everything 2022-11-27 00:00:27 +09:00
TestSceneOnScreenDisplay.cs Automated pass 2023-06-24 01:00:03 +09:00
TestSceneOsuAnimatedButton.cs Partial everything 2022-11-27 00:00:27 +09:00
TestSceneOsuDropdown.cs Automated pass 2023-06-24 01:00:03 +09:00
TestSceneOsuFont.cs Partial everything 2022-11-27 00:00:27 +09:00
TestSceneOsuHoverContainer.cs Partial everything 2022-11-27 00:00:27 +09:00
TestSceneOsuIcon.cs Partial everything 2022-11-27 00:00:27 +09:00
TestSceneOsuLogo.cs Automated pass 2023-06-24 01:00:03 +09:00
TestSceneOsuMarkdownContainer.cs Partial everything 2022-11-27 00:00:27 +09:00
TestSceneOsuMenu.cs Partial everything 2022-11-27 00:00:27 +09:00
TestSceneOsuPopover.cs Automated pass 2023-06-24 01:00:03 +09:00
TestSceneOsuTextBox.cs Automated pass 2023-06-24 01:00:03 +09:00
TestSceneOverlayContainer.cs Apply osu! side changes in line with FocusedOverlayContainer.PopIn abstract change 2023-06-18 20:57:32 +09:00
TestSceneOverlayHeader.cs Automated pass 2023-06-24 01:00:03 +09:00
TestSceneOverlayHeaderBackground.cs Automated pass 2023-06-24 01:00:03 +09:00
TestSceneOverlayRulesetSelector.cs Automated pass 2023-06-24 01:00:03 +09:00
TestSceneOverlayScrollContainer.cs Rename ScrollToTopButton to ScrollBackButton 2023-02-26 14:39:34 -08:00
TestScenePageSelector.cs Automated pass 2023-06-24 01:00:03 +09:00
TestSceneParallaxContainer.cs Automated pass 2023-06-24 01:00:03 +09:00
TestScenePlaylistOverlay.cs Partial everything 2022-11-27 00:00:27 +09:00
TestScenePopupDialog.cs Partial everything 2022-11-27 00:00:27 +09:00
TestSceneProfileSubsectionHeader.cs Enable NRT in user profile overlay test scenes 2023-01-01 23:49:15 +01:00
TestSceneRangeSlider.cs Remove ``RoundedNub.cs` and make `Nub.cs`` non abstract again 2023-02-03 12:19:09 +01:00
TestSceneRankingsSortTabControl.cs Automated pass 2023-06-24 01:00:03 +09:00
TestSceneRoundedButton.cs Automated pass 2023-06-24 01:00:03 +09:00
TestSceneRoundedSliderBar.cs Fix cross-test data dependency by recreating slider every time 2023-10-26 12:11:26 +02:00
TestSceneSafeAreaHandling.cs Partial everything 2022-11-27 00:00:27 +09:00
TestSceneScalingContainer.cs Partial everything 2022-11-27 00:00:27 +09:00
TestSceneScoreMultiplierDisplay.cs Change display text from "difficulty" to "score" multiplier 2023-09-13 20:01:19 +09:00
TestSceneScreenBreadcrumbControl.cs Automated pass 2023-06-24 01:00:03 +09:00
TestSceneSectionsContainer.cs Add test coverage of scroll failing 2023-06-07 16:32:29 +09:00
TestSceneSegmentedGraph.cs Centralise beatmap playable duration and bounds lookups 2023-05-25 17:32:48 +09:00
TestSceneSettingsCheckbox.cs Automated pass 2023-06-24 01:00:03 +09:00
TestSceneSettingsToolboxGroup.cs Add visual test case 2023-01-05 14:41:26 +03:00
TestSceneShearedButtons.cs Partial everything 2022-11-27 00:00:27 +09:00
TestSceneShearedOverlayContainer.cs Partial everything 2022-11-27 00:00:27 +09:00
TestSceneShearedOverlayHeader.cs Automated pass 2023-06-24 01:00:03 +09:00
TestSceneShearedSearchTextBox.cs Automated pass 2023-06-24 01:00:03 +09:00
TestSceneShearedSliderBar.cs Fix cross-test data dependency by recreating slider every time 2023-10-26 12:11:26 +02:00
TestSceneSizePreservingSpriteText.cs Partial everything 2022-11-27 00:00:27 +09:00
TestSceneSliderWithTextBoxInput.cs Add test coverage for invalid input scenarios 2023-08-01 01:02:16 +02:00
TestSceneStarRatingDisplay.cs Partial everything 2022-11-27 00:00:27 +09:00
TestSceneStatefulMenuItem.cs Partial everything 2022-11-27 00:00:27 +09:00
TestSceneSwitchButton.cs Partial everything 2022-11-27 00:00:27 +09:00
TestSceneTabControl.cs Automated pass 2023-06-24 01:00:03 +09:00
TestSceneToggleMenuItem.cs Automated pass 2023-06-24 01:00:03 +09:00
TestSceneToolbarRulesetSelector.cs Partial everything 2022-11-27 00:00:27 +09:00
TestSceneTwoLayerButton.cs Automated pass 2023-06-24 01:00:03 +09:00
TestSceneUpdateableBeatmapBackgroundSprite.cs Partial everything 2022-11-27 00:00:27 +09:00
TestSceneUpdateableBeatmapSetCover.cs Update test in line with framework changes 2023-08-01 07:17:12 +09:00
TestSceneUprightAspectMaintainingContainer.cs Partial everything 2022-11-27 00:00:27 +09:00
TestSceneUserListToolbar.cs Automated pass 2023-06-24 01:00:03 +09:00
TestSceneVolumeOverlay.cs Partial everything 2022-11-27 00:00:27 +09:00
TestSceneVolumePieces.cs Automated pass 2023-06-24 01:00:03 +09:00
TestSceneWaveContainer.cs Automated pass 2023-06-24 01:00:03 +09:00
ThemeComparisonTestScene.cs Automated pass 2023-06-24 01:00:03 +09:00