| OLD | NEW |
| 1 CONSOLE MESSAGE: line 1: function simpleTestFunction called | 1 CONSOLE MESSAGE: line 1: function simpleTestFunction called |
| 2 CONSOLE MESSAGE: line 1: function simpleTestFunction called with arguments: 1 | 2 CONSOLE MESSAGE: line 1: function simpleTestFunction called with arguments: 1 |
| 3 CONSOLE MESSAGE: line 1: function simpleTestFunction called with arguments: 1, 2
, 3, 4, 5 | 3 CONSOLE MESSAGE: line 1: function simpleTestFunction called with arguments: 1, 2
, 3, 4, 5 |
| 4 CONSOLE MESSAGE: line 1: function simpleTestFunction3 called | 4 CONSOLE MESSAGE: line 1: function simpleTestFunction3 called |
| 5 Tests traceCalls(fn) console command. | 5 Tests traceCalls(fn) console command. |
| 6 | 6 |
| 7 | 7 |
| 8 Running: testSimpleMonitor | 8 Running: testSimpleMonitor |
| 9 Start monitoring function. | 9 Start monitoring function. |
| 10 Set timer for test function. | 10 Set timer for test function. |
| (...skipping 13 matching lines...) Expand all Loading... |
| 24 Stop monitoring. | 24 Stop monitoring. |
| 25 | 25 |
| 26 Running: testSimpleUnmonitor | 26 Running: testSimpleUnmonitor |
| 27 Start monitoring function. | 27 Start monitoring function. |
| 28 Set timer for test function. | 28 Set timer for test function. |
| 29 Console message received: function simpleTestFunction3 called | 29 Console message received: function simpleTestFunction3 called |
| 30 Stop monitoring. | 30 Stop monitoring. |
| 31 | 31 |
| 32 Running: testUnmonitorFuntionNotMonitored | 32 Running: testUnmonitorFuntionNotMonitored |
| 33 | 33 |
| OLD | NEW |