osu/osu.Game.Tests/Visual/Menus
Dean Herbert 778d2a71b4 Remove Task from the inner-most Import method in RealmArchiveModelImporter
One of my pending work items for post-realm merge.

The lowest-level import task is no longer asynchronous, as we don't want
it to span multiple threads to allow easier interaction with realm.
Removing the `Task` spec simplifies a heap of usages.

Individual usages should decide whether they want to run the import
asynchronously, by either using an alternative override or spooling up a
thread themselves.
2022-01-25 15:30:29 +09:00
..
IntroTestScene.cs Fix weird edge case in TestSceneIntroWelcome 2021-10-07 19:58:34 +09:00
TestSceneDisclaimer.cs Rename User to APIUser and move to correct namespace 2021-11-07 11:26:01 +09:00
TestSceneIntroCircles.cs Fix intro tests and move steps out of constructor 2021-10-07 18:39:48 +09:00
TestSceneIntroTriangles.cs Fix intro tests and move steps out of constructor 2021-10-07 18:39:48 +09:00
TestSceneIntroWelcome.cs Fix weird edge case in TestSceneIntroWelcome 2021-10-07 19:58:34 +09:00
TestSceneLoader.cs
TestSceneLoginPanel.cs Add failing test 2022-01-21 13:58:30 +01:00
TestSceneMusicActionHandling.cs Remove Task from the inner-most Import method in RealmArchiveModelImporter 2022-01-25 15:30:29 +09:00
TestSceneSideOverlays.cs
TestSceneSongTicker.cs
TestSceneToolbar.cs Cache and consume IRulesetStore where feasible 2021-12-03 18:16:01 +09:00