APIUser
RealmUser
There were only two of these, so it doesn't make sense to add extra complexity in the test resources class.
ScoreInfo
TestResources
The main goal here is to remove the inheritance, since realm doesn't like that. Unfortunate that we can't use object initialisers in a few of these places, but no real way around that.
Author
string
Username
User
BeatmapInfo Beatmap
default
null
Closes https://github.com/ppy/osu/issues/13940.
* Use [Cached] injection instead of modifying beatmaps read from store. * Add assertion steps verifying the presence of mapper name (or lack thereof).