1. bad9477 Fixed: -groups and -excludegroups were no longer overriding testng.xml. by Cedric Beust · 13 years ago
  2. 12ff94c Fixed: testng-results.xml now lists the results chronologically by Cedric Beust · 13 years ago
  3. b3a4d75 Added: Injectors created by the @Guice annotation are now shared at the <test> level by Cedric Beust · 13 years ago
  4. 99c74da Added: TestNG can now invoke package protected constructors by Cedric Beust · 13 years ago
  5. 55b90e7 Added: xmlpathinjar to the TestNG ant task by Cedric Beust · 13 years ago
  6. 60916e4 Fixed: Depending on a skipped method would not cause a method to be skipped by Cedric Beust · 13 years ago
  7. 54160fc Fixed: NPE when using preserve-order and factories. by Cedric Beust · 13 years ago
  8. fc10808 Issue 56: name should not be test-instance-name when ITest is implemented by Cedric Beust · 13 years ago
  9. f4e673f Added: Output ITestResult attributes in xml report (nguillaumin). by Cedric Beust · 13 years ago
  10. 9cb7e93 Fixed: Group dependencies were not being skipped properly. by Cedric Beust · 13 years ago
  11. 61a0a8a Fixed: Thread safety problem in MethodInvocationHelper (Baron Roberts) by Cedric Beust · 13 years ago
  12. 8bb9957 CHANGES update. by Cedric Beust · 13 years ago
  13. 1d96b17 Added: Support for ServiceLoader for ITestNGListener. by Cedric Beust · 13 years ago
  14. 58df7fe Fixed: If a listener implements both ISuiteListener and IInvokedMethodListener, only one of them gets invoked by Cedric Beust · 13 years ago
  15. 6e7f12e Minor fix for error message. by Cedric Beust · 13 years ago
  16. 483bb5a Added: ISuite#getAllMethods, to retrieve all the methods at the start of a suite. by Cedric Beust · 13 years ago
  17. 7f570c9 Dont allow multiple tests with same name in same suite by nullin · 13 years ago
  18. 8ad7bc9 Added: -xmlpathinjar to specify the path of testng.xml inside a test jar file by Cedric Beust · 13 years ago
  19. 8c68a68 Added: New <test> and <suite> flag: group-by-instances. by Cedric Beust · 13 years ago
  20. bcb654d Fixed: Dependency failures only impact the same instance by Cedric Beust · 13 years ago
  21. 9bbc55d Fixed: Static classes could cause a StackOverFlowError by Cedric Beust · 13 years ago
  22. 1d059e2 Fixed: "Run as" menu not appearing for methods that take a generic parameter. by Cedric Beust · 13 years ago
  23. 6ee9279 Added: Tycho compatibility (Aleksander Pohl) by Cedric Beust · 13 years ago
  24. d5c6697 IConfigurationListener now extends ITestNGListener. by Cedric Beust · 13 years ago
  25. 167e09d Eclipse plug-in update. by Cedric Beust · 13 years ago
  26. ecc0d50 Eclipse doc update. by Cedric Beust · 13 years ago
  27. 2354de5 CHANGES update. by Cedric Beust · 13 years ago
  28. ba016b8 Added: <groups> can now be specified under a <suite> by Cedric Beust · 13 years ago
  29. 6d083a4 Fixed: IConfigurationListener#onConfigurationFailure was never called. by Cedric Beust · 13 years ago
  30. 2421538 Added: <suite preserve-order="true"> will cause this attribute to be propagated to all <test> tags by Cedric Beust · 13 years ago
  31. f4f95bf Added: Nested classes are now automatically added for consideration for inclusion. by Cedric Beust · 13 years ago
  32. 7ba4f0e FIXED: ITestResult#getEndMillis() return 0. by Cedric Beust · 13 years ago
  33. 618c10e Fixed: Now showing failed/skipped error messages on the console for verbose >= 2 by Cedric Beust · 13 years ago
  34. 93bdaf8 TESTNG-410: Clearer error message. by Cedric Beust · 13 years ago
  35. e740539 Fixed: TESTNG-475: @DataProvider doesn't support varargs. by Cedric Beust · 13 years ago
  36. d8fe6f9 Added: New "Clear results" icon in the tool bar by Cedric Beust · 13 years ago
  37. 97d5691 Fixed: Performance problems in EmailableReporter by Cedric Beust · 13 years ago
  38. 8b53fef Fixed: TESTNG-472: Better output for assertNull() by Cedric Beust · 13 years ago
  39. e0014c2 Fixed: ConcurrentModificationException when using parallel data providers. by Cedric Beust · 13 years ago
  40. f239734 Fixed: TESTNG-282: Problem when including+excluding packages (addicted) by Cedric Beust · 13 years ago
  41. 19cd3d3 Fixed: Performance problems in the plug-in by Cedric Beust · 13 years ago
  42. 53754e6 Fixed: TESTNG-471: assertEquals(Map, Map) fails if a map is a subset of the other by Cedric Beust · 13 years ago
  43. 6810cca Added: assertNotEquals() to Assert by Cedric Beust · 14 years ago
  44. 27dd9e8 Doc update. by Cedric Beust · 14 years ago
  45. a4fde21 Preparing 6.0.1. by Cedric Beust · 14 years ago
  46. 03d4e9b CHANGES update. by Cedric Beust · 14 years ago
  47. df7b7b6 Fixed: JUnitReporter generates an <error> tag for successful expectedExceptions tests by Cedric Beust · 14 years ago
  48. a7de7af Minor fixes to the YAML converter. by Cedric Beust · 14 years ago
  49. 4535e69 Merge branch 'master' of github.com:cbeust/testng by Cedric Beust · 14 years ago
  50. 349a050 Fixed: @Test(timeOut) was causing threadPoolSize to be ignored by Cedric Beust · 14 years ago
  51. 67b319d JVM args in the Eclipse plug-in. by Cedric Beust · 14 years ago
  52. 00c08fa Fixed: @Test(priority) was not being honored in parallel mode by Cedric Beust · 14 years ago
  53. 6b7d28b Fixed: In parallel "methods" mode, method interceptors that remove methods would cause a lock up by Cedric Beust · 14 years ago
  54. 8f678af CHANGES update. by Cedric Beust · 14 years ago
  55. 8b48bb6 Added: @Guice(moduleFactory) and IModuleFactory by Cedric Beust · 14 years ago
  56. d18505d Added: JUnit conversion: correctly replaces assertNull and assertNotNull by Cedric Beust · 14 years ago
  57. 2f14988 Fixed: Method selectors from suites were not properly initialized (toddq) by Cedric Beust · 14 years ago
  58. 749ad0b Changes update. by Cedric Beust · 14 years ago
  59. 85a731a Updated with contributor name. by Cedric Beust · 14 years ago
  60. 71ab605 TESTNG-468: Listeners defined in suite XML file are ignored by Cedric Beust · 14 years ago
  61. dc38113 5.14.7 by Cedric Beust · 14 years ago
  62. 3fe4551 CHANGES update. by Cedric Beust · 14 years ago
  63. 079f7c2 Fixed: TESTG-465: Guice modules are bound individually to an injector meaning that multiple modules can't be effectively used (Danny Thomas) by Cedric Beust · 14 years ago
  64. 1faeee2 Fixed: TESTG-465: Specifying multiple Guice modules wasn't working properly. by Cedric Beust · 14 years ago
  65. fb5fc07 Updating for 5.14.6. by Cedric Beust · 14 years ago
  66. f5fc173 Fixed: Throw an error when two data providers have the same name. by Cedric Beust · 14 years ago
  67. 13b120d CHANGES update. by Cedric Beust · 14 years ago
  68. d001f39 Added: @Test(guiceModule) by Cedric Beust · 14 years ago
  69. 1bcbafa Fixed: Better handling of classes that don't have any TestNG annotations by Cedric Beust · 14 years ago
  70. 836556f Fixed: test listeners that throw were not reporting correctly (ansgarkonermann) by Cedric Beust · 14 years ago
  71. 96a74c9 Fixed: <suite junit="true"> wasn't working. by Cedric Beust · 14 years ago
  72. 6b983ac Fixed: XmlTest#toXml wasn't displaying the thread-count attribute by Cedric Beust · 14 years ago
  73. 552f0e2 CHANGES update. by Cedric Beust · 14 years ago
  74. b059738 Merge branch 'nullin' by Cedric Beust · 14 years ago
  75. 6f37519 Merge branch 'master' into Protocol by Cedric Beust · 14 years ago
  76. 347f2c9 Fixed: TESTNG-441: NPE in SuiteHTMLReporter#generateMethodsChronologically caused by a race condition (Slawomir Ginter) by Cedric Beust · 14 years ago
  77. 0b4295f CHANGES.txt by Cedric Beust · 14 years ago
  78. 20a0bb1 Fixed: TESTNG-438: Regression in 5.14.1: JUnit Test Execution no longer working by nullin · 14 years ago
  79. 4054ab4 New features in the Eclipse plug-in. by Cedric Beust · 14 years ago
  80. a4eabd2 CHANGES update. by Cedric Beust · 14 years ago
  81. 0e7989f CHANGES update. by Cedric Beust · 14 years ago
  82. 01aee42 Fixed: TESTNG-436: Deep Map comparison for assertEquals() (Nikolay Metchev) by Cedric Beust · 14 years ago
  83. dd52f73 Merge branch 'master' of github.com:cbeust/testng by Cedric Beust · 14 years ago
  84. 47f07d9 Updated CHANGES. by Cedric Beust · 14 years ago
  85. 676b37b Skipped tests were not always counted. by Cedric Beust · 14 years ago
  86. f375d1a CHANGES update. by Cedric Beust · 14 years ago
  87. 5afc1fa Added: It's now possible "Run/Debug As" with a right click from pretty much anywhere by Cedric Beust · 14 years ago
  88. 28e899a Fixed: TESTNG-411: Throw exception on mismatch of parameter values (via DP and/or Inject) and test parameters by nullin · 14 years ago
  89. 98224a3 Fixed: EmailableReporter now sorts methods chronologically by Cedric Beust · 14 years ago
  90. 6f7afd1 CHANGES update. by Cedric Beust · 14 years ago
  91. d60c825 CHANGES update. by Cedric Beust · 14 years ago
  92. 626e9f3 CHANGES update. by Cedric Beust · 14 years ago
  93. e49b145 Updated CHANGES. by Cedric Beust · 14 years ago
  94. 2a310da CHANGES update. by Cedric Beust · 14 years ago
  95. cc2ecd8 Updated CHANGES by Cedric Beust · 14 years ago
  96. e04d120 Fixed: IDEA's plug-in was not honoring ITest (fixed in TestResultMessage). by Cedric Beust · 14 years ago
  97. f10c3a1 Fixed: Methods depending on a group they belong were skipped instead of throwing a cycle exception by Cedric Beust · 14 years ago
  98. 5523eb4 Updated CHANGES.txt. by Cedric Beust · 14 years ago
  99. 9102fec Updated CHANGES.txt. by Cedric Beust · 14 years ago
  100. e53ab8c Updated CHANGES with the new Eclipse plug-in feature. by Cedric Beust · 14 years ago