Commit Graph

51 Commits

Author SHA1 Message Date
967419c9ac Remove BeatmapSetInfo and Metadata from interface
There were very few accesses to this, and after realm they should all be
done via the `BeatmapInfo`, so let's remove this.
2021-12-22 18:17:00 +09:00
ec0a6735eb Rename TestMultiplayerScreenStack to TestMultiplayerComponents 2021-12-20 18:24:59 +09:00
09dd054283 Fix SongSelect-related test failures 2021-11-25 21:11:13 +09:00
f283770f34 Update mock RulesetInfo usage to set OnlineID instead of ID 2021-11-24 15:50:26 +09:00
7c2e79f911 Update all simple cases of switching to IWorkingBeatmap 2021-11-17 20:56:57 +09:00
0e293471c2 Clean up multiplayer-screen tests by removing intermediate screen 2021-10-28 14:29:49 +09:00
798349243f Cache test request handler in screen navigation test 2021-10-27 20:38:52 +02:00
f3dba49aae Rename room managers 2021-10-27 19:36:32 +09:00
0bd5136a29 Fix TestOverlayClosing occasionally failing due to running too fast 2021-10-07 15:55:29 +09:00
67750e6e1a Fix subsequent navigation tests failing due to escape key not being released 2021-09-14 15:08:43 +09:00
e8d4e2e6da Fix tests being blocked by notification overlay popup 2021-09-13 19:38:53 +09:00
24ae530a80 Add test coverage of double dispose of OsuGame 2021-09-13 19:04:13 +09:00
5a06954665 Add test coverage of game exit scenario 2021-09-10 18:23:00 +09:00
570d36fde7 Make toolbar handle mouse events instead 2021-08-30 20:53:43 -07:00
7bb2269eba Add overlay closing behavior test 2021-08-29 22:27:56 -07:00
8b3feaabfc Fix more compile errors 2021-08-03 20:07:42 +09:00
1b6b7ce343 Merge branch 'master' into lounge-redesign 2021-08-03 20:02:31 +09:00
888954747c Rename class, add commenting and avoid firing requests to create rooms for testing purposes 2021-07-26 15:47:13 +09:00
dfe7cc40a9 Move create room button into the lounge 2021-07-14 18:55:01 +09:00
ab9290772b Fix a similar case with online play sub-screens 2021-06-08 17:54:54 +09:00
490ab9e96a Fix typo 2021-06-08 17:09:03 +09:00
7fa0ac6ed7 Fix possible nullref when exiting song select too fast 2021-06-08 17:03:50 +09:00
66dd7b7705 Update test logic to allow gameplay to properly continue 2021-06-03 14:38:50 +09:00
7a71cc1e82 Fix actually incorrect navigation test (can no longer retry from autoplay results) 2021-06-01 16:54:29 +09:00
ed4c025c7e Fix other tests and move TestPlaySongSelect class declaration. 2021-05-17 12:55:59 +02:00
545156d15c Add regression test coverage 2021-04-08 15:20:53 +09:00
e486e521ff Fix regressed test 2021-04-05 22:46:01 +09:00
0c53b4eb93 Fix wrong counting and add test 2021-03-31 14:09:39 +09:00
d0644221ff Add test showing toolbar behavior change 2021-03-12 15:48:49 -08:00
a08a3d44c7 Add failing test coverage for using hotkeys from main menu before toolbar displayed 2021-02-25 14:52:16 +09:00
996c0897d1 Seek via GameplayClockContainer for better reliability 2021-02-23 13:40:21 +09:00
541237ef16 Use a shorter test beatmap for tests which need to run to completion 2021-02-22 14:48:04 +09:00
ec37e1602d Add failing test coverage of retrying from the results screen 2021-02-15 15:03:09 +09:00
83fb7c7a1a Re-namespace all files in OnlinePlay directory 2020-12-25 16:50:09 +01:00
836d1491d0 PlaylistsMultiplayer -> Playlists 2020-12-25 23:47:18 +09:00
a1384942b1 Timeshift -> Playlists at a code level 2020-12-25 13:11:21 +09:00
4494bb1eb5 Abstract RoomManager and Multiplayer 2020-12-19 00:52:27 +09:00
ef3c918a3c Simplify input buttons/keys in tests 2020-11-09 14:18:20 -08:00
d2f6303988 Change default value of requestedByUser to false 2020-11-02 14:56:50 +09:00
a09bd787f0 Add failing beatmap options input test 2020-09-14 11:21:39 -07:00
e328b791df Add failing mod select input test 2020-09-13 11:49:16 -07:00
6aafb3d271 Cleanup TestSceneScreenNavigation 2020-08-11 13:14:20 +09:00
d1765c8a45 Fix using the wrong music controller instance 2020-08-07 22:06:04 +09:00
5002d69f69 Update inspections 2020-08-07 20:51:56 +09:00
61b632516e Ensure CurrentTrack is never null 2020-08-07 19:43:16 +09:00
5c05fe3988 Expose track from MusicController 2020-08-06 16:24:14 +09:00
6e42b8219c Move track to MusicController, compiles 2020-08-06 16:24:14 +09:00
cb56b8e031 Add test for menu playing music on return 2020-07-10 18:13:58 +09:00
0c1775b522 Fix incorrect condition and add test 2020-03-05 17:12:14 +09:00
6b24b7687f Add test coverage 2020-01-30 23:45:15 +09:00