Searched refs:testVolumeFailure (Results 1 – 1 of 1) sorted by relevance
516 const testVolumeFailure = (valueDescription, values) => function531 testVolumeFailure('too big', { volume: 2 });532 testVolumeFailure('negative', { volume: -0.5 });534 testVolumeFailure('too small', { volume: 1, audioPan: -1.1 });535 testVolumeFailure('too big', { volume: 1, audioPan: 1.1 });