Lines Matching refs:rejects
58 assert.rejects(() => notSubtle.encrypt(), {
65 assert.rejects(() => notSubtle.decrypt(), {
72 assert.rejects(() => notSubtle.sign(), {
79 assert.rejects(() => notSubtle.verify(), {
86 assert.rejects(() => notSubtle.digest(), {
93 assert.rejects(() => notSubtle.generateKey(), {
100 assert.rejects(() => notSubtle.deriveKey(), {
107 assert.rejects(() => notSubtle.deriveBits(), {
114 assert.rejects(() => notSubtle.importKey(), {
121 assert.rejects(() => notSubtle.exportKey(), {
128 assert.rejects(() => notSubtle.wrapKey(), {
135 assert.rejects(() => notSubtle.unwrapKey(), {