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 Debugger was enabled. | |
8 | 7 |
9 Running: testSimpleMonitor | 8 Running: testSimpleMonitor |
10 Start monitoring function. | 9 Start monitoring function. |
11 Set timer for test function. | 10 Set timer for test function. |
12 Console message received: function simpleTestFunction called | 11 Console message received: function simpleTestFunction called |
13 Stop monitoring. | 12 Stop monitoring. |
14 | 13 |
15 Running: testSimpleMonitorWith1Arg | 14 Running: testSimpleMonitorWith1Arg |
16 Start monitoring function. | 15 Start monitoring function. |
17 Set timer for test function. | 16 Set timer for test function. |
18 Console message received: function simpleTestFunction called with arguments: 1 | 17 Console message received: function simpleTestFunction called with arguments: 1 |
19 Stop monitoring. | 18 Stop monitoring. |
20 | 19 |
21 Running: testSimpleMonitorWithManyArgs | 20 Running: testSimpleMonitorWithManyArgs |
22 Start monitoring function. | 21 Start monitoring function. |
23 Set timer for test function. | 22 Set timer for test function. |
24 Console message received: function simpleTestFunction called with arguments: 1,
2, 3, 4, 5 | 23 Console message received: function simpleTestFunction called with arguments: 1,
2, 3, 4, 5 |
25 Stop monitoring. | 24 Stop monitoring. |
26 | 25 |
27 Running: testSimpleUnmonitor | 26 Running: testSimpleUnmonitor |
28 Start monitoring function. | 27 Start monitoring function. |
29 Set timer for test function. | 28 Set timer for test function. |
30 Console message received: function simpleTestFunction3 called | 29 Console message received: function simpleTestFunction3 called |
31 Stop monitoring. | 30 Stop monitoring. |
32 | 31 |
33 Running: testUnmonitorFuntionNotMonitored | 32 Running: testUnmonitorFuntionNotMonitored |
34 Debugger was disabled. | |
35 | 33 |
OLD | NEW |