1. 63f2ea7 Made IHookable tests more robust. by Cedric Beust · 14 years ago
  2. 8d59636 Updated CHANGES by Cedric Beust · 14 years ago
  3. c2361f8 Fix potential serialziation problem. by Tomás Pollak · 14 years ago
  4. d50ccac TESTNG-384. Use CharSequence instead of String for assert messages. by Tomás Pollak · 14 years ago
  5. c6c960f TESTNG-186. Rename IWorkerApadter to IWorkerAdapter. by Tomás Pollak · 14 years ago
  6. a18fb82 Merge branch 'master' of http://github.com/nullin/testng into nullin by Cedric Beust · 14 years ago
  7. 3a45239 Comment update by Cedric Beust · 14 years ago
  8. b1f7fe7 build.properties update by Cedric Beust · 14 years ago
  9. e14d068 IConfigurable and IHookable are now listeners. by Cedric Beust · 14 years ago
  10. 3297414 Now passing a configuration down to TestRunner. by Cedric Beust · 14 years ago
  11. 4eb5594 Better testing for IConfigurable. by Cedric Beust · 14 years ago
  12. 0bc5acb Working IConfigurable implementation, need some refactoring. by Cedric Beust · 14 years ago
  13. a87088c Version bump. by Cedric Beust · 14 years ago
  14. 6736fec Test build update. by Cedric Beust · 14 years ago
  15. 1621e39 Add testngtasks to the Maven produced jar file by Cedric Beust · 14 years ago
  16. aacb207 Fixed: Invoke IInvokedMethodListener.afterInvocation after fixing results for tests expecting exceptions by nullin · 14 years ago
  17. 14e2b69 Fixed: NPE while printing results for an empty suite by nullin · 14 years ago
  18. 3a701d3 Merge branch 'master' of git://github.com/cbeust/testng by nullin · 14 years ago
  19. c987a16 Updated CHANGES by Cedric Beust · 14 years ago
  20. 1764d01 Fixed: typo -testRunFactory by Cedric Beust · 14 years ago
  21. af3d20b Merge branch 'master' of git://github.com/cbeust/testng by nullin · 14 years ago
  22. 496ade9 [maven-release-plugin] prepare for next development iteration by Cedric Beust · 14 years ago
  23. 70cdf19 [maven-release-plugin] prepare release testng-5.14 by Cedric Beust · 14 years ago
  24. 36611a2 Updated maven instructions by Cedric Beust · 14 years ago
  25. 12f5bdc [maven-release-plugin] prepare for next development iteration by Cedric Beust · 14 years ago
  26. 9108960 [maven-release-plugin] prepare release testng-5.14 by Cedric Beust · 14 years ago
  27. ce7aef2 5.14 by Cedric Beust · 14 years ago
  28. 8c5b3fd 5.14 by Cedric Beust · 14 years ago
  29. a23c78c 5.14 by Cedric Beust · 14 years ago
  30. 8146566 Merge branch 'master' of git://github.com/cbeust/testng by nullin · 14 years ago
  31. 23711f3 Showing stack traces if verbose >= 2 by Cedric Beust · 14 years ago
  32. b464540 Fixed: @Listeners now aggregate through base classes by Cedric Beust · 14 years ago
  33. d3c4a28 Build fix by Cedric Beust · 14 years ago
  34. 9337911 Restore serialization by Cedric Beust · 14 years ago
  35. 3cedfdf Fixed: Injection was sometimes not working properly when used with @Parameters by Cedric Beust · 14 years ago
  36. 252c458 Refactoring by Cedric Beust · 14 years ago
  37. 7e735d9 TESTNG-400: onTestFailure method in ITestListener is called before @AfterMethod by Cedric Beust · 14 years ago
  38. e0eb740 Fixed: ant task error if <classfileset> is used with no classes (welex91) by Cedric Beust · 14 years ago
  39. cb12c20 Forgot test files by Cedric Beust · 14 years ago
  40. c8d577f Added threadpoolsizetest to the ant task by Cedric Beust · 14 years ago
  41. 687eae6 All tests passing include ParallelSuiteTest by Cedric Beust · 14 years ago
  42. b7a8c39 Tests passing, need to add command line by Cedric Beust · 14 years ago
  43. fc77faa Introduced SuiteRunnerWorker by Cedric Beust · 14 years ago
  44. 64c9ecd Removed childSuites test in equals/hashcode by Cedric Beust · 14 years ago
  45. d7056fe Changed version by Cedric Beust · 14 years ago
  46. d5f5746 preserve-order bug by Cedric Beust · 14 years ago
  47. 39fb6ed Removed imports from Guice's internal by Cedric Beust · 14 years ago
  48. b72428c Fixed: TESTNG-404 threaded tests fail due to use of non-threadsafe collections (Marcus Better) by Cedric Beust · 14 years ago
  49. 40be385 Fixed: preserve-order was not preserving class order with dependent methods by Cedric Beust · 14 years ago
  50. 93d1de6 Merge branch 'master' of git://github.com/cbeust/testng by nullin · 14 years ago
  51. 49dface Added <suite-files> generation to toXml() by Cedric Beust · 14 years ago
  52. c57d4b1 single update by Cedric Beust · 14 years ago
  53. b6b3d93 Two new files by Cedric Beust · 14 years ago
  54. c175486 All tests passing with ant but not maven by Cedric Beust · 14 years ago
  55. e4f7f6f Fixed defaults in XmlTest by Cedric Beust · 14 years ago
  56. 5fd0afa Fixed methodselectors CommandLineTest by Cedric Beust · 14 years ago
  57. 0deb791 Added equals methods for XML classes by Cedric Beust · 14 years ago
  58. be0d782 Better usage by Cedric Beust · 14 years ago
  59. 2795e2c Updated to JCommander 1.5 by Cedric Beust · 14 years ago
  60. bacea92 Fixed endMillis test by Cedric Beust · 14 years ago
  61. 9ae4e70 Fixed: RetryAnalyzer wasn't working properly with factories by Cedric Beust · 14 years ago
  62. b2d4536 Refactoring by Cedric Beust · 14 years ago
  63. caa9356 Updated CHANGES by Cedric Beust · 14 years ago
  64. 97771d5 Forgot a line in Sumit's patch by Cedric Beust · 14 years ago
  65. a741226 build.properties by Cedric Beust · 14 years ago
  66. 8fb4960 Classfileset was not accepting , by Cedric Beust · 14 years ago
  67. 40a8db4 Fixed RemoteTestNG by Cedric Beust · 14 years ago
  68. 2c5b576 All tests passing, both and and Maven by Cedric Beust · 14 years ago
  69. 5626b13 Added a method for Surefire backward compatibility by Cedric Beust · 14 years ago
  70. ebadb61 More changes by Cedric Beust · 14 years ago
  71. 8664905 More changes by Cedric Beust · 14 years ago
  72. 4a2d634 More changes by Cedric Beust · 14 years ago
  73. 55cd8fe Replaced constants by Cedric Beust · 14 years ago
  74. 9dfc859 Classfileset stopped supporting , by Cedric Beust · 14 years ago
  75. d4dbb5f Typo in doc by Cedric Beust · 14 years ago
  76. caa1c3c Updated Maven doc by Cedric Beust · 14 years ago
  77. 64ce287 [maven-release-plugin] prepare for next development iteration by Cedric Beust · 14 years ago
  78. 4444a36 [maven-release-plugin] prepare release testng-5.13.1 by Cedric Beust · 14 years ago
  79. 80033f1 Doc update by Cedric Beust · 14 years ago
  80. 6532c5a Forgot to include Nalin's fix on the XML changes by Cedric Beust · 14 years ago
  81. dbf64a3 Merge branch 'master' of http://github.com/nullin/testng into NalinFix by Cedric Beust · 14 years ago
  82. af9ca3e [maven-release-plugin] prepare for next development iteration by Cedric Beust · 14 years ago
  83. 5509258 [maven-release-plugin] prepare release testng-5.13 by Cedric Beust · 14 years ago
  84. ace0775 Updated pom'scm to git by Cedric Beust · 14 years ago
  85. cc2aac0 Sitemap by Cedric Beust · 14 years ago
  86. ab044e5 Updated doc for 5.13 by Cedric Beust · 14 years ago
  87. 423a12b Patch from Todd for failure policies by Cedric Beust · 14 years ago
  88. ca615d7 CHANGES update by Cedric Beust · 14 years ago
  89. 4601d93 Clarified that certain flags don't work in the presence of testng.xml by Cedric Beust · 14 years ago
  90. d78b678 Reverted Sample2 by Cedric Beust · 14 years ago
  91. 8ededea Set default time out to MAX by Cedric Beust · 14 years ago
  92. cfcfb26 Script update by Cedric Beust · 14 years ago
  93. f381837 Suite timeout to 10mn by Cedric Beust · 14 years ago
  94. 0bfdb75 5.13beta by Cedric Beust · 14 years ago
  95. d4d8c39 Better quoting for EmailableReporter by Cedric Beust · 14 years ago
  96. 200bd27 Updated build script by Cedric Beust · 14 years ago
  97. 0a20843 CSS update by Cedric Beust · 14 years ago
  98. 38597c8 Updated to JCommander 1.3 by Cedric Beust · 14 years ago
  99. ea676b0 Doc update by Cedric Beust · 14 years ago
  100. 42dd35e Merge branch 'master' of git://github.com/cbeust/testng by nullin · 14 years ago