Advertisement
Guest User

Director Tests Results

a guest
Feb 10th, 2017
512
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.95 KB | None | 0 0
  1. Simple Tests:
  2. All tests should return text in the form of:
  3. TestSimple0 1x PASS
  4. TestSimple1 1x PASS
  5. TestSimple2 1x PASS
  6. TestSimple3 1x PASS
  7. TestSimple4 1x PASS
  8.  
  9. Default Tests:
  10. TestDef1 1x PASS
  11. TestDef2 1x PASS
  12. TestDef3 1x PASS
  13. TestDef4 1x PASS
  14. TestDef5 0x
  15. TestDef6 1x PASS
  16.  
  17. Recursion Tests:
  18. TestRecurse1 1x PASS
  19. TestRecurse2 3x PASS PASS PASS
  20.  
  21. Label Definition Tests:
  22. TestLabelDefinition1 2x PASS PASS
  23.  
  24. Remote Director Tests:
  25. TestRemote1 1x PASS
  26. TestRemote2 3x PASS
  27. TestRemote3 3x PASS PASS PASS
  28. TestRemote4 3x PASS PASS PASS
  29. TestRemote5 0x
  30. TestRemote6 1x PASS
  31. TestRemote7 1x PASS
  32. TestRemote8 1x PASS
  33. TestRemote9 0x
  34. TestRemote10 1x PASS
  35.  
  36. Boolean Tests:
  37. TestBool1 1x PASS
  38. TestBool2 1x PASS
  39. TestBool3 1x PASS
  40. TestBool4 1x PASS
  41. TestBool5 1x PASS
  42.  
  43. String Tests:
  44. TestString1 1x PASS
  45. TestString2 1x PASS
  46. TestString3 1x PASS
  47. TestString4 1x PASS
  48. TestString5 1x PASS
  49. TestString6 1x PASS
  50. TestString7 1x PASS
  51. TestString8 1x PASS
  52. TestString9 1x PASS
  53. TestString10 1x PASS
  54. TestString11 1x PASS
  55. TestString12 1x PASS
  56. TestString13 1x PASS
  57.  
  58. Numeric Tests:
  59. TestNum1 1x PASS
  60. TestNum2 1x PASS
  61. TestNum3 1x PASS
  62. TestNum4 1x PASS
  63. TestNum5 1x PASS
  64. TestNum6 1x PASS
  65. TestNum7 1x PASS
  66. TestNum8 1x PASS
  67. TestNum9 1x PASS
  68. TestNum10 1x PASS
  69. TestNum11 1x PASS
  70. TestNum12 1x PASS
  71. TestNum13 1x PASS
  72. TestNum14 1x PASS
  73. TestNum15 1x PASS
  74. TestNum16 1x PASS
  75. TestNum17 1x PASS
  76.  
  77. TestNumRange1 1x PASS
  78. TestNumRange2 1x PASS
  79. TestNumRange3 1x PASS
  80. TestNumRange4 1x PASS
  81. TestNumRange5 1x PASS
  82. TestNumRange6 1x PASS
  83.  
  84. TestNumFloat1 1x PASS
  85. TestNumFloat2 1x PASS
  86. TestNumFloat3 1x PASS
  87. TestNumFloat4 1x PASS
  88. TestNumFloat5 1x PASS
  89. TestNumFloat6 1x PASS
  90. TestNumFloat7 1x PASS
  91. TestNumFloat8 1x PASS
  92. TestNumFloat9 1x PASS
  93. TestNumFloat10 1x PASS
  94. TestNumFloat11 1x PASS
  95.  
  96. TestNumFloatRange1 1x PASS
  97. TestNumFloatRange2 1x PASS
  98. TestNumFloatRange3 1x PASS
  99. TestNumFloatRange4 1x PASS
  100. TestNumFloatRange5 1x PASS
  101. TestNumFloatRange6 1x PASS
  102.  
  103. Cross Type Tests:
  104. TypeTest1 1x PASS
  105. TypeTest2 1x PASS
  106. TypeTest3 1x PASS
  107. TypeTest4 1x PASS
  108. TypeTest5 1x PASS
  109. TypeTest6 1x PASS
  110. TypeTest7 1x PASS
  111.  
  112. Edge Cases:
  113. Edge1: Every line here should read as a complete sentence and end with .
  114. Edge2: A bracket (with test in it) should be printed.
  115. Edge3: A bracket inside a director (with test in it) should be printed.
  116. Edge4: Spaces should be set correctly.
  117. Edge5: Weird chars in plain text ();,..<>!=* should be printed.
  118. Edge6: Line above should be AAAAAAAAAAAAAAAAAAAAAAAA this long.
  119. Edge7: Weird chars in director ();,..<>!=*{} should be printed.
  120. Edge8: Line above should be AAAAAAAAAAAAAAAAAAAAAAAA this long.
  121. Edge9: These eight unicode symbols should print: 「☺♕❤ç⚣☃」 .
  122. Edge10: Capitalisation is optional for Director tags.
  123. Edge11: This sentence should be correctly spaced, and formatted.
  124.  
  125. Comment Tests:
  126. TestComment1 Nothing should be between these arrows -><-
  127. TestComment2 There should not be a line between this line and...
  128. TestComment2 ...the next.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement