1. ad7f708 Fixed: EmailableReporter: methods are now *really* sorted chronologically. by Cedric Beust · 13 years ago
  2. 8f5659d Getting ready for 6.3.1. by Cedric Beust · 13 years ago
  3. f65ccef New system property: dataproviderthreadcount. by Cedric Beust · 13 years ago
  4. 910ddcb Fixed: Was creating too many listeners (Jacek Pulut) by Cedric Beust · 13 years ago
  5. 92f635b Added the new test for bug92 to testng.xml. by Cédric Beust · 13 years ago
  6. 09a11dc Fixed: GITHUB-107: Displaying 0 tests run if a listener modifies the parameters of the suite by Cédric Beust · 13 years ago
  7. 5e4a8db Fixed: IAnnotationTransformer2 beforeTest/afterTest booleans were not being set by Cédric Beust · 13 years ago
  8. a4006aa CHANGES update. by Cédric Beust · 13 years ago
  9. ece47a9 CHANGES.txt. by Cédric Beust · 13 years ago
  10. 7c34e4f Fixed: @AfterClass was not called if one of the methods was not enabled (Aleksey Kabanov) by Cédric Beust · 13 years ago
  11. 3a1d338 Added: RemoteTestNG waits infinitely for a connection (Aleksey Kabanov). by Cédric Beust · 13 years ago
  12. 0533751 Added: "description" attribute on <include>, made available on ITestNGMethod#getDescription. by Cédric Beust · 13 years ago
  13. fe2ca5f Fixed: Verbose levels specified in suites is now respected again by Cédric Beust · 13 years ago
  14. 413eb43 Fixed: GITHUB-90: @AfterClass not being run when the class contains included and not included methods by Cédric Beust · 13 years ago
  15. 2840ff0 CHANGES update. by Cédric Beust · 13 years ago
  16. 398af2d Merge branch 'master' of github.com:cbeust/testng by Cédric Beust · 13 years ago
  17. 4a85c6a CHANGES update. by Cédric Beust · 13 years ago
  18. aa48f78 Fixed: The XML parser doesn't recognize parallel="instances" by Cédric Beust · 13 years ago
  19. 3dee422 Fixed: @AfterClass not being run in some subclassing situations by Cédric Beust · 13 years ago
  20. b17252e Fixed NPE for inner classes. by Cédric Beust · 13 years ago
  21. 7b198e6 Log update. by Cedric Beust · 13 years ago
  22. 88fa06c Fixed: JUnitReports reports now report the cumulated time @{Before,After}Method+@Test for each test method by Cedric Beust · 13 years ago
  23. f3b258e Fixed: JUnitReports reports now report the cumulated time @BeforeMethod+@Test for each test method by Cedric Beust · 13 years ago
  24. 342a785 Fixed: JUnitReports reports have the name of the <test> instead of that of the first class by Cedric Beust · 13 years ago
  25. 53e6fdc Added: @Factory(enabled). by Cedric Beust · 13 years ago
  26. b5f3f00 Fixed: Using preserve-order with a factory that creates instances of a different class causes NPE by Cedric Beust · 13 years ago
  27. 89aff82 CHANGES update. by Cedric Beust · 13 years ago
  28. 4dc9ed5 CHANGES update. by Cedric Beust · 13 years ago
  29. d157979 Fixed: GITHUB-74: Bad ordering of test methods when using a @Factory constructor with dataProvider by Cedric Beust · 13 years ago
  30. f38bbfa Fixed: ServiceLoader wasn't resolving correctly if no service loader classloader was specified. by Cedric Beust · 13 years ago
  31. c216411 Added: parallel=instances for factory instance parallel runs. by Cedric Beust · 13 years ago
  32. a17da98 Fixed: Improved detection of graph cycles in parallel runs. by Cedric Beust · 13 years ago
  33. 0679dd4 Fixed: Better ordering with mixed priorities and dependencies. by Cedric Beust · 13 years ago
  34. caaf31e Fixed: @BeforeTest was invoked multiple times if a factory is used. by Cedric Beust · 13 years ago
  35. 78f0509 CHANGE and doc update. by Cedric Beust · 13 years ago
  36. 32ed396 CHANGES update. by Cedric Beust · 13 years ago
  37. 0d11e81 CHANGES update. by Cedric Beust · 13 years ago
  38. bad9477 Fixed: -groups and -excludegroups were no longer overriding testng.xml. by Cedric Beust · 13 years ago
  39. 12ff94c Fixed: testng-results.xml now lists the results chronologically by Cedric Beust · 13 years ago
  40. b3a4d75 Added: Injectors created by the @Guice annotation are now shared at the <test> level by Cedric Beust · 13 years ago
  41. 99c74da Added: TestNG can now invoke package protected constructors by Cedric Beust · 13 years ago
  42. 55b90e7 Added: xmlpathinjar to the TestNG ant task by Cedric Beust · 13 years ago
  43. 60916e4 Fixed: Depending on a skipped method would not cause a method to be skipped by Cedric Beust · 13 years ago
  44. 54160fc Fixed: NPE when using preserve-order and factories. by Cedric Beust · 13 years ago
  45. fc10808 Issue 56: name should not be test-instance-name when ITest is implemented by Cedric Beust · 13 years ago
  46. f4e673f Added: Output ITestResult attributes in xml report (nguillaumin). by Cedric Beust · 13 years ago
  47. 9cb7e93 Fixed: Group dependencies were not being skipped properly. by Cedric Beust · 13 years ago
  48. 61a0a8a Fixed: Thread safety problem in MethodInvocationHelper (Baron Roberts) by Cedric Beust · 13 years ago
  49. 8bb9957 CHANGES update. by Cedric Beust · 13 years ago
  50. 1d96b17 Added: Support for ServiceLoader for ITestNGListener. by Cedric Beust · 13 years ago
  51. 58df7fe Fixed: If a listener implements both ISuiteListener and IInvokedMethodListener, only one of them gets invoked by Cedric Beust · 13 years ago
  52. 6e7f12e Minor fix for error message. by Cedric Beust · 13 years ago
  53. 483bb5a Added: ISuite#getAllMethods, to retrieve all the methods at the start of a suite. by Cedric Beust · 13 years ago
  54. 7f570c9 Dont allow multiple tests with same name in same suite by nullin · 13 years ago
  55. 8ad7bc9 Added: -xmlpathinjar to specify the path of testng.xml inside a test jar file by Cedric Beust · 13 years ago
  56. 8c68a68 Added: New <test> and <suite> flag: group-by-instances. by Cedric Beust · 13 years ago
  57. bcb654d Fixed: Dependency failures only impact the same instance by Cedric Beust · 13 years ago
  58. 9bbc55d Fixed: Static classes could cause a StackOverFlowError by Cedric Beust · 13 years ago
  59. 1d059e2 Fixed: "Run as" menu not appearing for methods that take a generic parameter. by Cedric Beust · 13 years ago
  60. 6ee9279 Added: Tycho compatibility (Aleksander Pohl) by Cedric Beust · 13 years ago
  61. d5c6697 IConfigurationListener now extends ITestNGListener. by Cedric Beust · 13 years ago
  62. 167e09d Eclipse plug-in update. by Cedric Beust · 13 years ago
  63. ecc0d50 Eclipse doc update. by Cedric Beust · 13 years ago
  64. 2354de5 CHANGES update. by Cedric Beust · 13 years ago
  65. ba016b8 Added: <groups> can now be specified under a <suite> by Cedric Beust · 13 years ago
  66. 6d083a4 Fixed: IConfigurationListener#onConfigurationFailure was never called. by Cedric Beust · 14 years ago
  67. 2421538 Added: <suite preserve-order="true"> will cause this attribute to be propagated to all <test> tags by Cedric Beust · 14 years ago
  68. f4f95bf Added: Nested classes are now automatically added for consideration for inclusion. by Cedric Beust · 14 years ago
  69. 7ba4f0e FIXED: ITestResult#getEndMillis() return 0. by Cedric Beust · 14 years ago
  70. 618c10e Fixed: Now showing failed/skipped error messages on the console for verbose >= 2 by Cedric Beust · 14 years ago
  71. 93bdaf8 TESTNG-410: Clearer error message. by Cedric Beust · 14 years ago
  72. e740539 Fixed: TESTNG-475: @DataProvider doesn't support varargs. by Cedric Beust · 14 years ago
  73. d8fe6f9 Added: New "Clear results" icon in the tool bar by Cedric Beust · 14 years ago
  74. 97d5691 Fixed: Performance problems in EmailableReporter by Cedric Beust · 14 years ago
  75. 8b53fef Fixed: TESTNG-472: Better output for assertNull() by Cedric Beust · 14 years ago
  76. e0014c2 Fixed: ConcurrentModificationException when using parallel data providers. by Cedric Beust · 14 years ago
  77. f239734 Fixed: TESTNG-282: Problem when including+excluding packages (addicted) by Cedric Beust · 14 years ago
  78. 19cd3d3 Fixed: Performance problems in the plug-in by Cedric Beust · 14 years ago
  79. 53754e6 Fixed: TESTNG-471: assertEquals(Map, Map) fails if a map is a subset of the other by Cedric Beust · 14 years ago
  80. 6810cca Added: assertNotEquals() to Assert by Cedric Beust · 14 years ago
  81. 27dd9e8 Doc update. by Cedric Beust · 14 years ago
  82. a4fde21 Preparing 6.0.1. by Cedric Beust · 14 years ago
  83. 03d4e9b CHANGES update. by Cedric Beust · 14 years ago
  84. df7b7b6 Fixed: JUnitReporter generates an <error> tag for successful expectedExceptions tests by Cedric Beust · 14 years ago
  85. a7de7af Minor fixes to the YAML converter. by Cedric Beust · 14 years ago
  86. 4535e69 Merge branch 'master' of github.com:cbeust/testng by Cedric Beust · 14 years ago
  87. 349a050 Fixed: @Test(timeOut) was causing threadPoolSize to be ignored by Cedric Beust · 14 years ago
  88. 67b319d JVM args in the Eclipse plug-in. by Cedric Beust · 14 years ago
  89. 00c08fa Fixed: @Test(priority) was not being honored in parallel mode by Cedric Beust · 14 years ago
  90. 6b7d28b Fixed: In parallel "methods" mode, method interceptors that remove methods would cause a lock up by Cedric Beust · 14 years ago
  91. 8f678af CHANGES update. by Cedric Beust · 14 years ago
  92. 8b48bb6 Added: @Guice(moduleFactory) and IModuleFactory by Cedric Beust · 14 years ago
  93. d18505d Added: JUnit conversion: correctly replaces assertNull and assertNotNull by Cedric Beust · 14 years ago
  94. 2f14988 Fixed: Method selectors from suites were not properly initialized (toddq) by Cedric Beust · 14 years ago
  95. 749ad0b Changes update. by Cedric Beust · 14 years ago
  96. 85a731a Updated with contributor name. by Cedric Beust · 14 years ago
  97. 71ab605 TESTNG-468: Listeners defined in suite XML file are ignored by Cedric Beust · 14 years ago
  98. dc38113 5.14.7 by Cedric Beust · 14 years ago
  99. 3fe4551 CHANGES update. by Cedric Beust · 14 years ago
  100. 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