Searched refs:testValue (Results 1 – 3 of 3) sorted by relevance
| /expo/packages/expo-crypto/android/src/test/java/expo/modules/crypto/ |
| H A D | CryptoModuleTest.kt | 26 private val testValue = "Expo" in digestStringAsync() constant in expo.modules.crypto.CryptoModuleTest 33 val result = module.digestStringAsync(algorithm, testValue, options) in digestStringAsync() 42 val result = module.digestStringAsync(algorithm, testValue, options) in digestStringAsync()
|
| /expo/apps/test-suite/tests/ |
| H A D | Crypto.js | 20 const testValue = 'Expo'; constant 61 await Crypto.digestStringAsync(CryptoDigestAlgorithm.SHA1, testValue, { 78 const value = await Crypto.digestStringAsync(algorithm, testValue, { encoding }); 83 await Crypto.digestStringAsync(algorithm, testValue, { encoding });
|
| /expo/packages/expo-secure-store/src/__tests__/ |
| H A D | SecureStore-test.native.ts | 7 const testValue = 'value `~!@#$%^&*();:\'"-_.,<>'; constant 9 await SecureStore.setItemAsync(testKey, testValue, options); 13 testValue,
|