Commit Graph

11 Commits

Author SHA1 Message Date
andy840119 500bf90a34 Mark as accept the nullable stream. 2022-10-30 17:03:54 +08:00
andy840119 6ce3841686 Remove nullable disable annotation in the test case. 2022-10-30 17:03:54 +08:00
Dan Balasescu f8830c6850 Automated #nullable processing 2022-06-17 16:37:17 +09:00
Dean Herbert 4f66e8f881 Fix issues with editor check tests 2022-01-12 16:39:36 +09:00
Dean Herbert c7bc03e6f7 Add helper method for editor check tests 2021-11-24 14:22:41 +09:00
Dean Herbert c2f8d9f677 Update tests which set `Files` lists directly 2021-11-24 14:00:14 +09:00
Dean Herbert 7f95400f46 Add proper stream disposal to tests 2021-10-12 11:04:41 +09:00
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
Naxesss 47b4d03145 Dispose of `Stream`s when used 2021-10-12 00:13:38 +02:00
Naxesss 01d77fb741 Remove redundant `Bass.Init` call in test setup 2021-10-11 23:58:06 +02:00
Naxess c8f58cbf6c Add audio in video check and tests 2021-07-13 04:17:41 +02:00