Searched refs:testPropSetter (Results 1 – 1 of 1) sorted by relevance
| /expo/apps/test-suite/tests/ |
| H A D | Video.js | 92 const testPropSetter = (propName, propSetter, values, moreTests) => function 474 testPropSetter('volume', 'setVolumeAsync', [0, 0.5, 1], () => { 503 testPropSetter('isMuted', 'setIsMutedAsync', [true, false]); 506 testPropSetter('isLooping', 'setIsLoopingAsync', [true, false]); 511 testPropSetter('rate', 'setRateAsync', [0, 0.5, 1], () => {
|