OLD | NEW |
1 Tests that the NPRuntime implementation works as expected | 1 Tests that the NPRuntime implementation works as expected |
2 | 2 |
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
4 | 4 |
5 | 5 |
| 6 PASS successfullyParsed is true |
| 7 |
| 8 TEST COMPLETE |
6 PASS argumentsLength is 7 | 9 PASS argumentsLength is 7 |
7 PASS typeof(undefinedArgument) is 'undefined' | 10 PASS typeof(undefinedArgument) is 'undefined' |
8 PASS typeof(nullArgument) is 'object' | 11 PASS typeof(nullArgument) is 'object' |
9 PASS nullArgument is null | 12 PASS nullArgument is null |
10 PASS typeof(booleanArgument) is 'boolean' | 13 PASS typeof(booleanArgument) is 'boolean' |
11 PASS booleanArgument is true | 14 PASS booleanArgument is true |
12 PASS typeof(intArgument) is 'number' | 15 PASS typeof(intArgument) is 'number' |
13 PASS intArgument is 242 | 16 PASS intArgument is 242 |
14 PASS typeof(doubleArgument) is 'number' | 17 PASS typeof(doubleArgument) is 'number' |
15 PASS doubleArgument is 242.242 | 18 PASS doubleArgument is 242.242 |
16 PASS typeof(stringArgument) is 'string' | 19 PASS typeof(stringArgument) is 'string' |
17 PASS stringArgument is 'Hello, World' | 20 PASS stringArgument is 'Hello, World' |
18 PASS typeof(objectArgument) is 'object' | 21 PASS typeof(objectArgument) is 'object' |
19 PASS successfullyParsed is true | 22 PASS successfullyParsed is true |
20 | 23 |
21 TEST COMPLETE | 24 TEST COMPLETE |
22 | 25 |
OLD | NEW |