Searched refs:testPropValues (Results 1 – 1 of 1) sorted by relevance
| /expo/apps/test-suite/tests/ |
| H A D | Video.js | 58 const testPropValues = (propName, values, moreTests) => function 473 testPropValues('volume', [0.5, 1.0, 2.0, -0.5]); 502 testPropValues('isMuted', [true, false]); 505 testPropValues('isLooping', [true, false]); 510 testPropValues('rate', [0.5, 1.0, 2, 34, -0.5]); 539 testPropValues('shouldPlay', [true, false]); 540 testPropValues('shouldCorrectPitch', [true, false]);
|