| OLD | NEW |
| (Empty) |
| 1 CONSOLE MESSAGE: line 1: function simpleTestFunction called | |
| 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 | |
| 4 CONSOLE MESSAGE: line 1: function simpleTestFunction3 called | |
| 5 Tests traceCalls(fn) console command. | |
| 6 | |
| 7 | |
| 8 Running: testSimpleMonitor | |
| 9 Start monitoring function. | |
| 10 Set timer for test function. | |
| 11 Console message received: function simpleTestFunction called | |
| 12 Stop monitoring. | |
| 13 | |
| 14 Running: testSimpleMonitorWith1Arg | |
| 15 Start monitoring function. | |
| 16 Set timer for test function. | |
| 17 Console message received: function simpleTestFunction called with arguments: 1 | |
| 18 Stop monitoring. | |
| 19 | |
| 20 Running: testSimpleMonitorWithManyArgs | |
| 21 Start monitoring function. | |
| 22 Set timer for test function. | |
| 23 Console message received: function simpleTestFunction called with arguments: 1,
2, 3, 4, 5 | |
| 24 Stop monitoring. | |
| 25 | |
| 26 Running: testSimpleUnmonitor | |
| 27 Start monitoring function. | |
| 28 Set timer for test function. | |
| 29 Console message received: function simpleTestFunction3 called | |
| 30 Stop monitoring. | |
| 31 | |
| 32 Running: testUnmonitorFuntionNotMonitored | |
| 33 | |
| OLD | NEW |