Advertisement
talkingtree

MXUnit method sequence - Plugin - Console output

Mar 30th, 2011
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.76 KB | None | 0 0
  1. Server coldfusion ready (startup time: 13 seconds)
  2. -> OnApplicationStart {ts '2011-03-30 10:48:17'}
  3. -> OnRequestStart {ts '2011-03-30 10:48:18'}
  4. -> OnRequestEnd {ts '2011-03-30 10:48:18'}
  5. -> OnRequestStart {ts '2011-03-30 10:48:19'}
  6. -> OnRequestEnd {ts '2011-03-30 10:48:20'}
  7. -> OnRequestStart {ts '2011-03-30 10:48:20'}
  8. 03/30 10:48:20 Information [web-0] - Initialized TestRun with key 485DAAEF-C1B4-929D-7EF5A437B7E79FD3
  9. 03/30 10:48:20 Information [web-0] - Initializing cache with key 485DAAEF-C1B4-929D-7EF5A437B7E79FD3
  10. -> OnRequestEnd {ts '2011-03-30 10:48:20'}
  11. -> OnRequestStart {ts '2011-03-30 10:48:20'}
  12. -> beforeTests() called {ts '2011-03-30 10:48:21'}
  13. -> setup() called {ts '2011-03-30 10:48:21'}
  14. -> This is alphaTest {ts '2011-03-30 10:48:21'}
  15. -> tearDown() called {ts '2011-03-30 10:48:21'}
  16. -> afterTests() called {ts '2011-03-30 10:48:21'}
  17. -> OnRequestEnd {ts '2011-03-30 10:48:21'}
  18. -> OnRequestStart {ts '2011-03-30 10:48:21'}
  19. -> beforeTests() called {ts '2011-03-30 10:48:22'}
  20. -> setup() called {ts '2011-03-30 10:48:22'}
  21. -> This is betaTest {ts '2011-03-30 10:48:22'}
  22. -> tearDown() called {ts '2011-03-30 10:48:22'}
  23. -> afterTests() called {ts '2011-03-30 10:48:22'}
  24. -> OnRequestEnd {ts '2011-03-30 10:48:22'}
  25. -> OnRequestStart {ts '2011-03-30 10:48:22'}
  26. -> beforeTests() called {ts '2011-03-30 10:48:22'}
  27. -> setup() called {ts '2011-03-30 10:48:22'}
  28. -> This is zetaTest {ts '2011-03-30 10:48:22'}
  29. -> tearDown() called {ts '2011-03-30 10:48:22'}
  30. -> afterTests() called {ts '2011-03-30 10:48:22'}
  31. -> OnRequestEnd {ts '2011-03-30 10:48:22'}
  32. -> OnRequestStart {ts '2011-03-30 10:48:22'}
  33. 03/30 10:48:22 Information [web-0] - RemoteSuiteCount: initial 1; now: 0
  34. -> OnRequestEnd {ts '2011-03-30 10:48:22'}
  35. -> OnApplicationEnd {ts '2011-03-30 10:50:16'}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement