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