testdox.html 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. <!doctype html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8"/>
  5. <title>Test Documentation</title>
  6. <style>
  7. body {
  8. text-rendering: optimizeLegibility;
  9. font-variant-ligatures: common-ligatures;
  10. font-kerning: normal;
  11. margin-left: 2em;
  12. }
  13. body > ul > li {
  14. font-family: Source Serif Pro, PT Sans, Trebuchet MS, Helvetica, Arial;
  15. font-size: 2em;
  16. }
  17. h2 {
  18. font-family: Tahoma, Helvetica, Arial;
  19. font-size: 3em;
  20. }
  21. ul {
  22. list-style: none;
  23. margin-bottom: 1em;
  24. }
  25. </style>
  26. </head>
  27. <body>
  28. <h2 id="tests\UserTest">User (tests\User)</h2>
  29. <ul>
  30. <li style="color: #555753;">✓ User life cycles</li>
  31. <li style="color: #ef2929;">❌ User force logout</li>
  32. <li style="color: #555753;">✓ User update password</li>
  33. <li style="color: #555753;">✓ User list users</li>
  34. <li style="color: #555753;">✓ User contact life cycles</li>
  35. <li style="color: #555753;">✓ User get users blocked from send msg</li>
  36. <li style="color: #555753;">✓ User block user send msg</li>
  37. <li style="color: #555753;">✓ User unblock user send msg</li>
  38. <li style="color: #555753;">✓ User count missed messages</li>
  39. <li style="color: #555753;">✓ User block login</li>
  40. <li style="color: #555753;">✓ User online status</li>
  41. <li style="color: #555753;">✓ Users online status</li>
  42. <li style="color: #555753;">✓ Get user token</li>
  43. </ul>
  44. </body>
  45. </html>