1 Tests generateKey() with bad AES-CTR parameters.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
7 generateKey() without length...
8 error is: TypeError: AesKeyGenParams: length: Missing required property
10 generateKey() with a length of 70000...
11 error is: TypeError: AesKeyGenParams: length: Outside of numeric range
13 generateKey() with a length of -3...
14 error is: TypeError: AesKeyGenParams: length: Outside of numeric range
16 generateKey() with length that is minus Infinity...
17 error is: TypeError: AesKeyGenParams: length: Outside of numeric range
18 PASS successfullyParsed is true