1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-24 20:07:25 +08:00
osu-lazer/osu.Game.Tests/Database
Susko3 c3069ad002 Change to use ReadableKeyCombinationProvider
Changes all usages of `KeyCombination.ReadableString()` to
`ReadableKeyCombinationProvider.GetReadableString()`.

Subscribing to `KeymapChanged` is only required in `KeyButton`.
All other places query `GetReadableString()` every time.
2021-11-08 06:55:26 +01:00
..
BeatmapImporterTests.cs Update existing usages of Author as string to access Username directly 2021-11-04 18:57:54 +09:00
FileStoreTests.cs Add realm FileStore and test coverage 2021-10-11 15:26:16 +09:00
GeneralUsageTests.cs Add missing licence header 2021-10-13 15:45:01 +09:00
RealmLiveTests.cs Add Live<> casting test 2021-10-11 15:36:41 +09:00
RealmTest.cs Add realm FileStore and test coverage 2021-10-11 15:26:16 +09:00
RulesetStoreTests.cs Add realm RulesetStore 2021-10-11 15:57:33 +09:00
TestRealmKeyBindingStore.cs Change to use ReadableKeyCombinationProvider 2021-11-08 06:55:26 +01:00