| 404 | //------------------------------------------------------------------------------ |
| 405 | |
| 406 | TEST_F(OptionHandlerTest, shouldConvertMp3ToWavAudio) |
| 407 | { |
| 408 | runTests("test_file_mono.mp3", FileFormat::Mp3, FileFormat::Wav, nullptr, true, "test_file_mono_converted.wav"); |
| 409 | } |
| 410 | |
| 411 | //------------------------------------------------------------------------------ |
| 412 |
nothing calls this directly
no test coverage detected