1. 2cacd75 Easier version identification: by cbeust · 15 years ago
  2. 08e5ac5 Fixed: IInvokedMethodListener wasn't properly recognized from the command line (Leonardo Rafaeli) by cbeust · 15 years ago
  3. e767c24 Doc fix. by cbeust · 15 years ago
  4. 7ce0e72 Fixed: TESTNG-309 Illegal default value for attribute in DTD file by cbeust · 15 years ago
  5. 36040b1 Fixed: Set a generated suite to default to non-parallel (Mark Derricutt) by cbeust · 15 years ago
  6. 32a38ce Added: skipfailedinvocations under <suite> in testng-1.0.dtd (Gael Marziou by cbeust · 15 years ago
  7. a1d8392 Doc update. by cbeust · 15 years ago
  8. 5c38f85 Added: New ant task boolean flag: delegateCommandSystemProperties (Justin) by cbeust · 15 years ago
  9. 52df24d Fixed: -testJar command line parsing bug by cbeust · 15 years ago
  10. 8beffc1 Fixed: testng-failed.xml didn't include the listeners by cbeust · 15 years ago
  11. c681492 Fixed: testng-failed.xml didn't include the listeners by cbeust · 15 years ago
  12. f77e6bb Testing direct email notifications. by cbeust · 15 years ago
  13. 8086686 Testing email notifications. by cbeust · 15 years ago
  14. d9edc1f TESTNG-225 alwaysRun=true ignores missing groups, halts the run on missing methods by DanFabulich · 15 years ago
  15. 9bf4948 TESTNG-216 ignoreMissingDependencies by DanFabulich · 15 years ago
  16. 7e6a299 Fixed a bug in error message handling by DanFabulich · 15 years ago
  17. 879f55a Provide support for verifying configuration passes, failures, skips by DanFabulich · 15 years ago
  18. c087c94 Improve error message when method exists but isn't in list of valid dependencies. by DanFabulich · 15 years ago
  19. 0c3edfd Fixing TESTNG-305 and TESTNG-306 by DanFabulich · 15 years ago
  20. 0eba9d8 Fixing copy & paste error in AnnotationHelper, in preparation for fixing TESTNG-303 by DanFabulich · 15 years ago
  21. 1b7fe50 Fixed: annotation transformers were not run when specified in testng.xml by cbeust · 15 years ago
  22. 1fc22f2 by cbeust · 15 years ago
  23. b68cf6d Fixed: TESTNG-192: JUnit XML output includes wrong tests (Borojevic) by cbeust · 15 years ago
  24. 7b15977 Better assertNoEqual implementation by cbeust · 15 years ago
  25. a072671 Fixed: @Parameters was not working correctly on @BeforeMethods with @DataProvider used on @Test methods by cbeust · 15 years ago
  26. 68749e1 Fixed: testng-failed.xml was sometimes incorrectly generated (Borojevic) by cbeust · 15 years ago
  27. df28a34 Fixed: TestNG-228: Assert.assertEqualsNoOrder by cbeust · 15 years ago
  28. 2cdf63c by cbeust · 15 years ago
  29. e38a74e Added: -testrunfactory on the command line and in the ant task (Vitalyi Pamajonkov) by cbeust · 15 years ago
  30. ee0edc4 Fixed: TESTNG-296: Malformed jar URLs breaking -testJar by cbeust · 15 years ago
  31. 70bf36b by cbeust · 15 years ago
  32. bc102c8 by cbeust · 15 years ago
  33. b8d6eb6 by cbeust · 15 years ago
  34. 1c5c9aa Added: TESTNG-298: parallel="classes", which allows entire classes to be run in the same thread by cbeust · 15 years ago
  35. c3b0ec5 Fixed: TESTNG-297: TestNG seemingly never stops running while building failed test suite (Gregg Yost) by cbeust · 15 years ago
  36. 711b9b6 Fixed problem in which current method was not being reset for IHookable tests by mendelson.paul · 16 years ago
  37. 491ef3d Correct javadoc @see references by Bill.Michell · 16 years ago
  38. befc644 by cbeust · 16 years ago
  39. 3537191 Fixed: TESTNG-285: @Test(sequential=true) works incorrectly for classes with inheritance by cbeust · 16 years ago
  40. 9f2e0c3 by cbeust · 16 years ago
  41. 851457a Fix for http://jira.opensymphony.com/browse/TESTNG-254 from Mark. by cbeust · 16 years ago
  42. 6ca01b5 Fixed: TESTNG-276: Thread safety problem in Reporter class by cbeust · 16 years ago
  43. d04b2ae Fixed: Potential NPE in XmlTest#getVerbose (Ryan Morgan) by cbeust · 16 years ago
  44. 651ca6a Fixed: EmailableReporter only displayed the first group for each test method by cbeust · 16 years ago
  45. 82a7ff5 by cbeust · 16 years ago
  46. d97cad5 Bug fix in time outs. by cbeust · 16 years ago
  47. 6bf0a7d Fixed: time-outs were not working in <test> and <suite> by cbeust · 16 years ago
  48. 2b8a305 Fixed HTML escaping when rendering stacktrace in XML reporter - this is not neede since the stacktrace is rendered in a CDATA section by cosminaru · 16 years ago
  49. cdf15c9 by cbeust · 16 years ago
  50. ec199ce Regression tests for the fix. by cbeust · 16 years ago
  51. 891c696 Fixed: @BeforeTest failing in a base class would not cause subsequent test methods to be skipped by cbeust · 16 years ago
  52. 1ea0aef Expanded the test to cover @AfterMethod as well. by cbeust · 16 years ago
  53. 6216d78 by cbeust · 16 years ago
  54. 318a4e4 Fixed: TESTNG-195: @AfterMethod has no way of knowing if the current test failed by cbeust · 16 years ago
  55. 40790cc Doc update. by cbeust · 16 years ago
  56. facba56 Added: @BeforeMethod can now declare Object[] as a parameter, which will be filled by the parameters of the test method by cbeust · 16 years ago
  57. 16017d2 by cbeust · 16 years ago
  58. 8d72ee5 Fixed JDK1.4 compatibility issue in XMLStringBuffer by cosminaru · 16 years ago
  59. 5164261 by cbeust · 16 years ago
  60. 4ad3ec5 by cbeust · 16 years ago
  61. 9eb7728 Test update by cbeust · 16 years ago
  62. 486fc18 Fixed: TESTNG-249: Overridden test methods were shadowing each other if specified with <include> by cbeust · 16 years ago
  63. 47a232b Removing some of the default values I added for DTDDoc, which caused a few tests to fail. by cbeust · 16 years ago
  64. e3706b7 DTD now generated with DTDDoc. by cbeust · 16 years ago
  65. 2d56835 Renamed facade interfaces to XXXAnnotation by cbeust · 16 years ago
  66. eefefdc Keeping this file for backward compatibility. by cbeust · 16 years ago
  67. b4de970 Moved IAnnotationTransformer{2} to org.testng. by cbeust · 16 years ago
  68. ca520d2 Moved the IAnnotation classes to org.testng.annotations because they are now exposed by IAnnotationTransformer2 by cbeust · 16 years ago
  69. 8778efa Fixed: DataProviders from @Factory-created tests were all invoked from the same instance by cbeust · 16 years ago
  70. 3b1da4b Javadoc and doc for the new transformers. by cbeust · 16 years ago
  71. 49a1e2f Added @Factory transformer. by cbeust · 16 years ago
  72. e3264a4 Added @DataProvider transformer. Fixed JDK14 tests. by cbeust · 16 years ago
  73. 2cdae87 by cbeust · 16 years ago
  74. e0d94c7 First pass at configuration transformers. Everything working, still need to by cbeust · 16 years ago
  75. 6fd1e9f by cbeust · 16 years ago
  76. c443cbf Updated doc by cbeust · 16 years ago
  77. 3314870 Added: @Test(invocationTimeOut), which lets you set a time out for the total time taken by invocationCount by cbeust · 16 years ago
  78. 398dbfd Made invoked listeners a list instead of a single. Updated the doc. by cbeust · 16 years ago
  79. facae9e Jar tests (need more work) by cbeust · 16 years ago
  80. 38ef90d Implementation of IInvokedMethodListener by cbeust · 16 years ago
  81. 3c66705 by cbeust · 16 years ago
  82. f3016e4 Doc udpates. by cbeust · 16 years ago
  83. 01f7479 Added: -testjar supports jar file with no testng.xml file by cbeust · 16 years ago
  84. ee84a0e Added examples/ to .classpath Upload script Doc update by cbeust · 16 years ago
  85. e4e7d24 by cbeust · 16 years ago
  86. 52b3c92 Forgot to commit these. by cbeust · 16 years ago
  87. 944222d Removed the SNAPSHOTs from pom.xml by cbeust · 16 years ago
  88. d6a87a0 Checking in the update site by cbeust · 16 years ago
  89. 5f29f80 Checking in the feature project. by cbeust · 16 years ago
  90. 9f13b50 @Priority update by cbeust · 16 years ago
  91. c4b3dfd Update script by cbeust · 16 years ago
  92. 77c2f78 by cbeust · 16 years ago
  93. d33755a Implemented class priorities by cbeust · 16 years ago
  94. bcae704 Fixed logging by cbeust · 16 years ago
  95. c8c4857 Doc update by cbeust · 16 years ago
  96. d9520a0 Implementing @Priority with method interceptors by cbeust · 16 years ago
  97. 5191a18 TestNG-220: Ignore class definition/loader issues when scanning classpath for implicit classes by cbeust · 16 years ago
  98. d7d31c1 TestNG-224: Fix for relative suite filenames in XML file by cbeust · 16 years ago
  99. 8edb61b Added doc on dependency injection by cbeust · 16 years ago
  100. 565efab Updated doc and Javadoc by cbeust · 16 years ago