osu/osu.Game.Tests/Editing/Checks
Naxesss bb9cbd3e66 Undo disposal of Stream for use in mocking
Because the Stream object is accessed when the mocked object calls `GetStream`, we cannot close it here.

The resource should be released upon teardown anyway.
2021-10-12 00:35:58 +02:00
..
CheckAudioInVideoTest.cs Undo disposal of Stream for use in mocking 2021-10-12 00:35:58 +02:00
CheckAudioQualityTest.cs
CheckBackgroundQualityTest.cs
CheckConcurrentObjectsTest.cs
CheckFewHitsoundsTest.cs
CheckFilePresenceTest.cs
CheckMutedObjectsTest.cs
CheckTooShortAudioFilesTest.cs Undo disposal of Stream for use in mocking 2021-10-12 00:35:58 +02:00
CheckUnsnappedObjectsTest.cs
CheckZeroByteFilesTest.cs
MockNestableHitObject.cs