1. d5c6697 IConfigurationListener now extends ITestNGListener. by Cedric Beust · 13 years ago
  2. e557968 Removed dead code. by Cedric Beust · 13 years ago
  3. c4d56eb Merge branch 'master' of github.com:cbeust/testng by Cedric Beust · 13 years ago
  4. 167e09d Eclipse plug-in update. by Cedric Beust · 13 years ago
  5. afd8e4a Added DocLava and Cobertura (disabled by default). by Cedric Beust · 13 years ago
  6. ecc0d50 Eclipse doc update. by Cedric Beust · 13 years ago
  7. 7c8cbec Merge branch 'master' of github.com:cbeust/testng by Cedric Beust · 13 years ago
  8. 46b8991 Doc fix. by Cedric Beust · 13 years ago
  9. 53bf854 Merge pull request #42 from dbriones/master by Cedric Beust · 13 years ago
  10. 7fa1434 Moving the bug tracking to github. by Cedric Beust · 13 years ago
  11. 6c837fa Removed dead code. by Cedric Beust · 13 years ago
  12. 2354de5 CHANGES update. by Cedric Beust · 13 years ago
  13. 161d986 Removed mentions of @Configuration. by Cedric Beust · 13 years ago
  14. 5597ad8 Merge branch 'master' of github.com:cbeust/testng by Cedric Beust · 13 years ago
  15. 4d7e173 Made setTestNames() public by Cedric Beust · 13 years ago
  16. 9fb7995 Merge pull request #46 from nullin/master by Cedric Beust · 13 years ago
  17. fcc9f65 Add @DataProvider(parallel) documentation by nullin · 13 years ago
  18. d0c1084 Merge branch 'master' of git://github.com/cbeust/testng by nullin · 13 years ago
  19. fff2ccb Documentation for <suite> <group> tags. by Cedric Beust · 13 years ago
  20. ba016b8 Added: <groups> can now be specified under a <suite> by Cedric Beust · 13 years ago
  21. 30b5dba Tests with invocationCount, threadPoolSize and timeOut were succeeding even when they took longer than the time out. by Cedric Beust · 13 years ago
  22. c5b46fd Formatting. by Cedric Beust · 13 years ago
  23. b16e8ec Minor test fix. by Cedric Beust · 13 years ago
  24. 29dafd4 Better assert message in tests. by Cedric Beust · 13 years ago
  25. 79cc8e4 Better failed assertion message. by Cedric Beust · 13 years ago
  26. f98a152 Doc update. by Cedric Beust · 13 years ago
  27. c7265ee Fixed NPE. by Cedric Beust · 14 years ago
  28. 6d083a4 Fixed: IConfigurationListener#onConfigurationFailure was never called. by Cedric Beust · 14 years ago
  29. fb04909 Updated pom-test.xml. by Cedric Beust · 14 years ago
  30. 3d1e3af fix testng dependency for mvn test by nullin · 14 years ago
  31. be5084b Merge branch 'master' of git://github.com/cbeust/testng by nullin · 14 years ago
  32. c1713af Minor refactoring. by Cedric Beust · 14 years ago
  33. 2421538 Added: <suite preserve-order="true"> will cause this attribute to be propagated to all <test> tags by Cedric Beust · 14 years ago
  34. 6abf501 Misc doc update. by Cedric Beust · 14 years ago
  35. f4f95bf Added: Nested classes are now automatically added for consideration for inclusion. by Cedric Beust · 14 years ago
  36. 7ba4f0e FIXED: ITestResult#getEndMillis() return 0. by Cedric Beust · 14 years ago
  37. a22fab7 Merge remote branch 'upstream/master' by Dante Briones · 14 years ago
  38. 618c10e Fixed: Now showing failed/skipped error messages on the console for verbose >= 2 by Cedric Beust · 14 years ago
  39. 8e7e4d7 TESTNG-410: Trivial fix to add more information (cherry-picking from commit b176620c30053179c59f909d949e5b122de1aec6) by nullin · 14 years ago
  40. 93bdaf8 TESTNG-410: Clearer error message. by Cedric Beust · 14 years ago
  41. b176620 TESTNG-410: Trivial fix to add more information by nullin · 14 years ago
  42. cac86be added documentation for the configfailurepolicy command-line option and ant task attribute by Dante Briones · 14 years ago
  43. b25af85 fixed an errant </td> tag that was causing one of the attribute descriptions to appear outside of the table by Dante Briones · 14 years ago
  44. 7c13b06 No longer building the maven plug-in with ant. by Cedric Beust · 14 years ago
  45. e33e7fe Merge branch 'master' of github.com:cbeust/testng by Cedric Beust · 14 years ago
  46. e740539 Fixed: TESTNG-475: @DataProvider doesn't support varargs. by Cedric Beust · 14 years ago
  47. dc0da83 Fixed: TESTNG-475: @DataProvider doesn't support varargs. by Cedric Beust · 14 years ago
  48. 8211ccc Better exception messages. by Cedric Beust · 14 years ago
  49. ca15153 Fixed NPE in the remote client that occasionally happened at the end. by Cedric Beust · 14 years ago
  50. d8fe6f9 Added: New "Clear results" icon in the tool bar by Cedric Beust · 14 years ago
  51. 97d5691 Fixed: Performance problems in EmailableReporter by Cedric Beust · 14 years ago
  52. 3f96307 Better ParallelSuiteTest. by Cedric Beust · 14 years ago
  53. ebc23a1 Factor out test.resources.dir. by Cedric Beust · 14 years ago
  54. 2baf514 Faster EmailableReporter. by Cedric Beust · 14 years ago
  55. bf70bcb Removed unnecessary message from ClassHelper. by Cedric Beust · 14 years ago
  56. feb557f Show timings for reporters if verbose >= 2. by Cedric Beust · 14 years ago
  57. d6c0c9a Synchronizing on the OutputStream. by Cedric Beust · 14 years ago
  58. 57dad5d Disabled ACK and keeping numbers of packets. by Cedric Beust · 14 years ago
  59. 9d7ff9e Keep track of RemoteTestNG running time. by Cedric Beust · 14 years ago
  60. b5e122c Better Thread title. by Cedric Beust · 14 years ago
  61. 7e6fa6f Added src/test/resources to src. by Cedric Beust · 14 years ago
  62. 3709ce6 Merge branch 'master' of github.com:cbeust/testng by Cedric Beust · 14 years ago
  63. 8b53fef Fixed: TESTNG-472: Better output for assertNull() by Cedric Beust · 14 years ago
  64. e0014c2 Fixed: ConcurrentModificationException when using parallel data providers. by Cedric Beust · 14 years ago
  65. 31879f4 Javadoc fix. by Cedric Beust · 14 years ago
  66. d0a9071 Fixed: When creating a new Run/Debug configuration, "Launch.label" was displayed by Cedric Beust · 14 years ago
  67. f239734 Fixed: TESTNG-282: Problem when including+excluding packages (addicted) by Cedric Beust · 14 years ago
  68. 6c8bbde TESTNG-282: Problem when including+excluding packages (addicted) by Cedric Beust · 14 years ago
  69. 19cd3d3 Fixed: Performance problems in the plug-in by Cedric Beust · 14 years ago
  70. 795610a Better timing message. by Cedric Beust · 14 years ago
  71. 0ddd42c Showing timings for RemoteTestNG. by Cedric Beust · 14 years ago
  72. a00e189 TESTNG-282: When exclude tag is specified both for groups and packages, packages exclude tag is applied to the group by Cedric Beust · 14 years ago
  73. a7cc3ce Version change. by Cedric Beust · 14 years ago
  74. e4c10ec Doc updates. by Cedric Beust · 14 years ago
  75. 53754e6 Fixed: TESTNG-471: assertEquals(Map, Map) fails if a map is a subset of the other by Cedric Beust · 14 years ago
  76. af6d29b Version bump. by Cedric Beust · 14 years ago
  77. 6810cca Added: assertNotEquals() to Assert by Cedric Beust · 14 years ago
  78. 27dd9e8 Doc update. by Cedric Beust · 14 years ago
  79. 36b0023 [maven-release-plugin] prepare for next development iteration by Cedric Beust · 14 years ago
  80. ea2c4e7 [maven-release-plugin] prepare release testng-6.0.1 by Cedric Beust · 14 years ago
  81. a4fde21 Preparing 6.0.1. by Cedric Beust · 14 years ago
  82. d88004d Added assertArrayEquals() to AssertJUnit. by Cedric Beust · 14 years ago
  83. dbf6cff Added FactoryDataProviderTest to testng.xml. by Cedric Beust · 14 years ago
  84. 080202f Merge branch 'factory' by Cedric Beust · 14 years ago
  85. c9b52f0 Introduced IDataProvidable for cleaner data provider analysis. by Cedric Beust · 14 years ago
  86. 770dc9f No longer covered the case of @Factory on a method. by Cedric Beust · 14 years ago
  87. bc6f64d Refactored ConstructorOrMethod to hide the fieds. by Cedric Beust · 14 years ago
  88. d713af2 New method used by the Eclipse plug-in conversion wizard. by Cedric Beust · 14 years ago
  89. 05bd414 Two additions to @Factory(dataProvider) work. by Cedric Beust · 14 years ago
  90. 0e8453d First pass at @Factory(dataProvider) by Cedric Beust · 14 years ago
  91. 03d4e9b CHANGES update. by Cedric Beust · 14 years ago
  92. 4438e4f Allow test classes to not have a default constructor. by Cedric Beust · 14 years ago
  93. efbb5bf Minor bug in JUnitReportReporter. by Cedric Beust · 14 years ago
  94. f0dad59 Merge branch 'master' of github.com:cbeust/testng by Cedric Beust · 14 years ago
  95. df7b7b6 Fixed: JUnitReporter generates an <error> tag for successful expectedExceptions tests by Cedric Beust · 14 years ago
  96. aaa283c Bump to 6.1beta. by Cedric Beust · 14 years ago
  97. 7d14f19 Merge branch 'master' of github.com:cbeust/testng by Cedric Beust · 14 years ago
  98. 4fef9d3 Bumped to 6.0. by Cedric Beust · 14 years ago
  99. f62564c [maven-release-plugin] prepare for next development iteration by Cedric Beust · 14 years ago
  100. ec02646 [maven-release-plugin] prepare release testng-6.0 by Cedric Beust · 14 years ago