OLD | NEW |
| 1 CONSOLE ERROR: line 3484: The given range isn't in document. |
| 2 CONSOLE ERROR: line 3484: The given range isn't in document. |
| 3 CONSOLE ERROR: line 3484: The given range isn't in document. |
| 4 CONSOLE ERROR: line 3484: The given range isn't in document. |
1 CONSOLE MESSAGE: line 1: function simpleTestFunction called | 5 CONSOLE MESSAGE: line 1: function simpleTestFunction called |
2 CONSOLE MESSAGE: line 1: function simpleTestFunction called with arguments: 1 | 6 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 | 7 CONSOLE MESSAGE: line 1: function simpleTestFunction called with arguments: 1, 2
, 3, 4, 5 |
4 CONSOLE MESSAGE: line 1: function simpleTestFunction3 called | 8 CONSOLE MESSAGE: line 1: function simpleTestFunction3 called |
5 Tests traceCalls(fn) console command. | 9 Tests traceCalls(fn) console command. |
6 | 10 |
7 | 11 |
8 Running: testSimpleMonitor | 12 Running: testSimpleMonitor |
9 Start monitoring function. | 13 Start monitoring function. |
10 Set timer for test function. | 14 Set timer for test function. |
(...skipping 13 matching lines...) Expand all Loading... |
24 Stop monitoring. | 28 Stop monitoring. |
25 | 29 |
26 Running: testSimpleUnmonitor | 30 Running: testSimpleUnmonitor |
27 Start monitoring function. | 31 Start monitoring function. |
28 Set timer for test function. | 32 Set timer for test function. |
29 Console message received: function simpleTestFunction3 called | 33 Console message received: function simpleTestFunction3 called |
30 Stop monitoring. | 34 Stop monitoring. |
31 | 35 |
32 Running: testUnmonitorFuntionNotMonitored | 36 Running: testUnmonitorFuntionNotMonitored |
33 | 37 |
OLD | NEW |