1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 06:47:24 +08:00
osu-lazer/osu.Game.Tests/Visual/UserInterface
2022-05-10 11:41:41 +03:00
..
TestSceneBackButton.cs Remove all RequiredTypes usages 2020-05-16 18:17:12 +09:00
TestSceneBeatmapListingCardSizeTabControl.cs Implement beatmap card size tab control 2021-12-23 15:55:36 +01:00
TestSceneBeatmapListingSearchControl.cs Update all beatmap overlay views to use APIBeatmap/APIBeatmapSet 2021-10-29 18:50:55 +09:00
TestSceneBeatmapListingSortTabControl.cs Remove all RequiredTypes usages 2020-05-16 18:17:12 +09:00
TestSceneBeatmapSearchFilter.cs Remove all RequiredTypes usages 2020-05-16 18:17:12 +09:00
TestSceneBeatSyncedContainer.cs Add test coverage 2021-12-05 03:53:36 -06:00
TestSceneBreadcrumbControl.cs Add test 2020-01-27 13:16:36 +09:00
TestSceneBreadcrumbControlHeader.cs Apply batch fixing of built-in types using var 2021-10-27 13:04:41 +09:00
TestSceneButtonSystem.cs Add tests for shortcut keys 2022-04-23 18:44:50 +02:00
TestSceneColourPicker.cs Add some basic testability of external colour setting 2021-07-02 17:24:15 +09:00
TestSceneCommentEditor.cs Simplify input buttons/keys in tests 2020-11-09 14:18:20 -08:00
TestSceneCommentRepliesButton.cs Refactor LoadRepliesButton to inherit LoadingButton 2020-07-14 15:02:29 +03:00
TestSceneContextMenu.cs Add open/close sounds to context menus 2021-08-06 23:47:02 +09:00
TestSceneCursors.cs Rename base test class to help avoid incorrect reference 2020-03-23 10:01:33 +09:00
TestSceneDashboardBeatmapListing.cs Rename User to APIUser and move to correct namespace 2021-11-07 11:26:01 +09:00
TestSceneDeleteLocalScore.cs Split out IDialogOverlay to allow for easier testing 2022-04-18 18:36:26 +09:00
TestSceneDialogOverlay.cs Fix failing tests due to CurrentDialog being unexpectedly not set after Push 2022-05-05 01:52:39 +09:00
TestSceneDifficultyMultiplierDisplay.cs Implement basic difficulty multiplier display 2022-03-07 22:50:51 +01:00
TestSceneDrawableDate.cs Rename test cases to test scenes inline with the framework change 2019-05-14 22:37:25 +03:00
TestSceneEditorSidebar.cs Allow section headers to wrap 2022-03-16 17:19:08 +09:00
TestSceneExpandingBar.cs Rename button 2019-05-23 13:37:25 +09:00
TestSceneExpandingContainer.cs Update tests to reflect new expected behaviour 2022-05-06 13:47:13 +02:00
TestSceneFirstRunScreenBehaviour.cs Add missing dependencies for behaviour screen test 2022-04-23 21:23:41 +09:00
TestSceneFirstRunScreenBundledBeatmaps.cs Rename screen, add tests and add stable import step 2022-04-28 19:01:21 +09:00
TestSceneFirstRunScreenUIScale.cs Add missing OverlayColourProvider in test scene 2022-04-27 18:45:40 +09:00
TestSceneFirstRunSetupOverlay.cs Workaround interface mocks in TestSceneFirstRunSetupOverlay breaking with hot reload 2022-05-10 11:41:41 +03:00
TestSceneFooterButtonMods.cs Revert "Merge pull request #16889 from smoogipoo/remove-mod-multiplier" 2022-02-17 13:26:12 +09:00
TestSceneFriendsOnlineStatusControl.cs Rename User to APIUser and move to correct namespace 2021-11-07 11:26:01 +09:00
TestSceneHoldToConfirmOverlay.cs Remove all RequiredTypes usages 2020-05-16 18:17:12 +09:00
TestSceneIconButton.cs Fix IconButtons not being scaled correctly 2019-06-14 13:40:32 +09:00
TestSceneLabelledColourPalette.cs Remove popover container from manual input manager test scene 2021-08-28 20:20:42 +02:00
TestSceneLabelledDrawable.cs Add failing test coverage for labelled drawable description visible 2021-11-04 21:43:20 +01:00
TestSceneLabelledDropdown.cs Rename BeatmapSetOnlineStatus to BeatmapOnlineStatus 2021-11-24 18:42:49 +09:00
TestSceneLabelledSliderBar.cs Add test coverage of slider bars with colour provider applied 2021-10-15 11:48:08 +09:00
TestSceneLabelledSwitchButton.cs Remove all RequiredTypes usages 2020-05-16 18:17:12 +09:00
TestSceneLabelledTextBox.cs Remove all RequiredTypes usages 2020-05-16 18:17:12 +09:00
TestSceneLoadingLayer.cs Fix test (and remove no longer valid test) 2021-01-05 18:10:39 +09:00
TestSceneLoadingSpinner.cs Add test for loading spinner with box 2020-02-21 16:21:44 +09:00
TestSceneLogoAnimation.cs rename classes 2020-07-22 22:10:59 +02:00
TestSceneLogoTrackingContainer.cs Remove list null-checks in LogoTrackingContainer test 2021-05-15 00:09:34 +02:00
TestSceneModButton.cs Make Mod.Description abstract and add missing descriptions 2021-04-15 14:36:26 +09:00
TestSceneModColumn.cs Fix test failures by waiting for panel load 2022-02-28 21:36:13 +01:00
TestSceneModDifficultyAdjustSettings.cs Remove all usage of BaseDifficulty (and access Difficulty instead) 2022-01-18 22:57:39 +09:00
TestSceneModDisplay.cs Tidy up ModDisplay 2021-07-21 16:38:25 +09:00
TestSceneModFlowDisplay.cs Refactor exposed mod retrieval methods for better safety 2021-09-10 11:09:13 +09:00
TestSceneModIcon.cs Allow ModIcon to be constructed using an IMod 2021-09-10 12:43:12 +09:00
TestSceneModPanel.cs Update TestIncompatibilityDisplay in line with new functionality 2022-04-22 16:22:18 +09:00
TestSceneModSelectOverlay.cs Fix another case of test ruleset without overriding ShortName primary key 2022-01-12 17:49:11 +09:00
TestSceneModSelectScreen.cs Add test coverage for hiding mod columns 2022-05-08 14:54:06 +02:00
TestSceneModSettings.cs Remove subclassing of RulesetInfo 2021-11-22 16:39:17 +09:00
TestSceneModSettingsArea.cs Implement mod settings area component 2022-03-16 23:13:11 +01:00
TestSceneModSwitchSmall.cs Implement small mod switch 2022-02-22 00:26:35 +01:00
TestSceneModSwitchTiny.cs Implement tiny mod switch 2022-02-22 00:26:35 +01:00
TestSceneNotificationOverlay.cs Add icons to various progress notification states 2021-10-28 16:34:12 +09:00
TestSceneNowPlayingOverlay.cs Remove now-redundant test case 2020-09-04 10:24:54 +03:00
TestSceneOnScreenDisplay.cs Fix most open compound words in identifiers being closed 2021-12-27 20:26:28 -08:00
TestSceneOsuAnimatedButton.cs Refactor OsuAnimatedButton test scene 2021-12-24 11:56:12 +09:00
TestSceneOsuButton.cs Fix OsuButton event binding + inital-enablement colour 2021-12-24 11:56:12 +09:00
TestSceneOsuDropdown.cs Rename BeatmapSetOnlineStatus to BeatmapOnlineStatus 2021-11-24 18:42:49 +09:00
TestSceneOsuFont.cs Add test scene for previewing Torus alternates 2021-10-04 00:26:41 +02:00
TestSceneOsuHoverContainer.cs Rename base test class to help avoid incorrect reference 2020-03-23 10:01:33 +09:00
TestSceneOsuIcon.cs Apply batch fixing of built-in types using var 2021-10-27 13:04:41 +09:00
TestSceneOsuLogo.cs Adjust minimum triangle movement speed to avoid "static" triangles in logo 2021-08-31 14:08:23 +09:00
TestSceneOsuMarkdownContainer.cs add autolink test 2021-07-10 17:56:37 +07:00
TestSceneOsuMenu.cs Remove all RequiredTypes usages 2020-05-16 18:17:12 +09:00
TestSceneOsuPopover.cs Implement osu!-side popover 2021-07-14 01:05:06 +02:00
TestSceneOsuTextBox.cs Fix most open compound words in identifiers being closed 2021-12-27 20:26:28 -08:00
TestSceneOverlayHeader.cs Apply suggestions 2020-07-21 22:56:44 +03:00
TestSceneOverlayHeaderBackground.cs Remove all RequiredTypes usages 2020-05-16 18:17:12 +09:00
TestSceneOverlayRulesetSelector.cs Remove all RequiredTypes usages 2020-05-16 18:17:12 +09:00
TestSceneOverlayScrollContainer.cs Remove all RequiredTypes usages 2020-05-16 18:17:12 +09:00
TestScenePageSelector.cs Add omission of pages when there are too many 2022-01-04 19:05:14 +09:00
TestSceneParallaxContainer.cs Rename test cases to test scenes inline with the framework change 2019-05-14 22:37:25 +03:00
TestScenePlaylistOverlay.cs Remove ILive remnants 2022-01-26 15:12:07 +09:00
TestScenePopupDialog.cs Add failing test case 2022-04-11 21:04:55 +03:00
TestSceneProfileSubsectionHeader.cs Remove redundant arguments 2021-07-05 23:52:39 +08:00
TestSceneRankingsSortTabControl.cs Implement RankingsSortTabControl component 2020-07-13 01:22:05 +03:00
TestSceneRoundedButton.cs Improve test coverage to use existing ThemeComparisonTestScene 2022-05-09 21:19:34 +03:00
TestSceneSafeAreaHandling.cs Fix weird formatting in TestSceneSafeArea 2022-02-04 18:45:40 +09:00
TestSceneScalingContainer.cs Add test scene covering ScalingContainer delayed animations 2022-04-14 19:04:31 +09:00
TestSceneScreenBreadcrumbControl.cs Ensure OsuScreen level leases are taken out synchronously 2020-01-31 19:10:44 +09:00
TestSceneSectionsContainer.cs Add failing test case for navigation via PageUp/PageDown 2022-04-24 01:52:11 +03:00
TestSceneSettingsCheckbox.cs Add test coverage of SettingsCheckbox 2021-10-15 12:13:24 +09:00
TestSceneSettingsToolboxGroup.cs Remove usage of player settings in TestSceneSettingsToolboxGroup 2022-05-09 23:57:27 +03:00
TestSceneShearedButtons.cs Expose font size and add big button test 2022-04-26 18:14:57 +09:00
TestSceneShearedOverlayContainer.cs Use plum colour scheme in multiplayer to match rest of multiplayer screens 2022-05-05 22:16:54 +02:00
TestSceneShearedOverlayHeader.cs Rename PopupScreenTitle to ShearedOverlayHeader 2022-04-20 16:01:15 +09:00
TestSceneShearedSearchTextBox.cs Implement new search textbox design 2022-05-03 11:13:07 +07:00
TestSceneStarRatingDisplay.cs Merge spectrum test case 2021-08-19 07:18:18 +03:00
TestSceneStatefulMenuItem.cs Create base implementations of the two most common TernaryStateMenuItems 2021-05-20 19:34:53 +09:00
TestSceneSwitchButton.cs Rename base test class to help avoid incorrect reference 2020-03-23 10:01:33 +09:00
TestSceneTabControl.cs Rename test cases to test scenes inline with the framework change 2019-05-14 22:37:25 +03:00
TestSceneToggleMenuItem.cs Remove all RequiredTypes usages 2020-05-16 18:17:12 +09:00
TestSceneToolbarRulesetSelector.cs Remove all RequiredTypes usages 2020-05-16 18:17:12 +09:00
TestSceneTwoLayerButton.cs Make TLB test scene test TLB and not back button 2019-06-25 18:33:30 +09:00
TestSceneUpdateableBeatmapBackgroundSprite.cs Merge branch 'master' into realm-integration/score-and-beatmaps 2022-01-15 14:45:42 +01:00
TestSceneUpdateableBeatmapSetCover.cs Remove BeatmapSetInfo.OnlineInfo and all usages 2021-11-04 15:23:04 +09:00
TestSceneUserListToolbar.cs Remove all RequiredTypes usages 2020-05-16 18:17:12 +09:00
TestSceneVolumeOverlay.cs Add test scene 2021-07-07 20:51:13 +09:00
TestSceneVolumePieces.cs Remove all RequiredTypes usages 2020-05-16 18:17:12 +09:00
TestSceneWaveContainer.cs Move WaveContainer test out of editor namespace 2019-10-08 18:08:05 +09:00
ThemeComparisonTestScene.cs Fix most open compound words in identifiers being closed 2021-12-27 20:26:28 -08:00