1. 3a23887 name attribute on <test> is required by the.mindstorm · 17 years ago
  2. 2c75cc4 5.7 by cbeust · 17 years ago
  3. 45a161f Added: @BeforeMethod(firstTimeOnly) and @AfterMethod(lastTimeOnly) by cbeust · 17 years ago
  4. ec9d274 Added: @BeforeMethods can now take a Method and ITestContext parameters (like @DataProvider) by cbeust · 17 years ago
  5. 29a0d37 changed abstract class WARN logging to 5 by the.mindstorm · 17 years ago
  6. 23b9e8b + added support for reading Parameters from Sys ENV + fixed project classpath by the.mindstorm · 17 years ago
  7. 61e3a37 Fixed: Don't run a @DataProvider method as a test when a class-level @Test is present by cbeust · 17 years ago
  8. 4baba50 Updating CHANGES/TODO by cbeust · 17 years ago
  9. 0411121 Fix: TESTNG-169 by the.mindstorm · 17 years ago
  10. 503726b Fixed: -listener takes comma-separated classes by cbeust · 17 years ago
  11. 072b1c0 Added RetryAnalyzer in the CHANGES file by cbeust · 17 years ago
  12. 79718dd Fixed: TESTNG-152 by the.mindstorm · 17 years ago
  13. 0f28263 Added: support in strprotocol for passing the ITest.getTestName() information by the.mindstorm · 17 years ago
  14. a30275d strprotocol hangs when sending method param infor that contains \n, \r messages by the.mindstorm · 17 years ago
  15. cc01c6f Added xml report by bileblog · 17 years ago
  16. 2bb2684 Updated by bileblog · 17 years ago
  17. c7104e1 Updated with IDEA blurbage by bileblog · 17 years ago
  18. ee28d80 added support for SkipException and TimeBombedException by the.mindstorm · 17 years ago
  19. 1ca0166 <test>s can now be disabled at xml level using <test enabled="false"> by the.mindstorm · 17 years ago
  20. c8d9bd6 Added: Suite files that only contain other suites do not get reported by cbeust · 17 years ago
  21. c81cb82 Fixed: @BeforeClass methods would incorrectly report cyclic graphs by cbeust · 17 years ago
  22. fda5621 Updated by bileblog · 17 years ago
  23. aa639c5 r12184@thor: alex | 2007-03-07 E. Europe Standard Time small changes by the.mindstorm · 17 years ago
  24. 6d0b055 r11757@thor: alex | 2007-02-22 E. Europe Standard Time by the.mindstorm · 17 years ago
  25. 4c2554d r11698@thor: alex | 2007-02-18 E. Europe Standard Time by the.mindstorm · 17 years ago
  26. b7e2670 r11688@thor: alex | 2007-02-13 E. Europe Standard Time by the.mindstorm · 17 years ago
  27. c5b9a8c r11686@thor: alex | 2007-02-13 E. Europe Standard Time by the.mindstorm · 17 years ago
  28. 91f466b Added: dataProvider to @Factory A few v4 tests still broken by cbeust · 17 years ago
  29. e7ee920 CHANGES and properties update by cbeust · 17 years ago
  30. a26b36e Fixed: @BeforeGroup methods were run twice when in a base class by cbeust · 17 years ago
  31. bab1568 Fixed: @BeforeGroup methods were run twice with a @Test at class level by cbeust · 17 years ago
  32. 94b43f7 Fixed: parallel="tests" didn't work as advertised by cbeust · 17 years ago
  33. 39c426d r1402@thor: alex | 2007-01-08 22:18:37 +0200 by the.mindstorm · 17 years ago
  34. fd84153 Added: Method selectors receive a Context and can stop the chain with setStopped() by cbeust · 18 years ago
  35. 88718b4 XmlMethodSelector#includeMethod was always called before all the other selectors, because it was being invoked from setTestMethods(). Fixed this by deferring this code until includeMethod is really called by TestNG, this time respecting the priorities of the other method selectors by cbeust · 18 years ago
  36. 25f69e4 r1386@thor: alex | 2006-12-29 04:12:20 +0200 by the.mindstorm · 18 years ago
  37. 10efd59 Added: DataProvider can now take an ITestContext parameter by cbeust · 18 years ago
  38. e58af1d Fixed: Wasn't parsing <selector-class-name> correctly by cbeust · 18 years ago
  39. 5723302 Tests returned from a @Factory are run in different threads if parallel="tests" or parallel="methods". by cbeust · 18 years ago
  40. 531c73e r1356@thor: alex | 2006-12-22 06:03:45 +0200 by the.mindstorm · 18 years ago
  41. f7e88f8 Updated CHANGES with my changes by cbeust · 18 years ago
  42. 9a14825 Clean separation between @Test invocation events and @Configuration invocation events (see also TESTNG-111) by the.mindstorm · 18 years ago
  43. c215923 Added: Test instances created by @Factory now run in multiple threads if parallel="methods" by cbeust · 18 years ago
  44. 4a9f5e1 r1297@thor: alex | 2006-12-19 22:12:09 +0200 by the.mindstorm · 18 years ago
  45. 6b388f8 r1286@thor: alex | 2006-12-19 18:11:30 +0200 Fix for TESTNG-27 by the.mindstorm · 18 years ago
  46. 8199621 Fixed: TESTNG-107 don't create an output directory if "outputDirectory" is null by the.mindstorm · 18 years ago
  47. 6856675 Fixed: UseDefaultListeners in Ant Task does not work by cbeust · 18 years ago
  48. ff19c2b r1242@thor: alex | 2006-12-13 06:34:12 +0200 by the.mindstorm · 18 years ago
  49. 8603fcf r1241@thor: alex | 2006-12-13 06:28:42 +0200 by the.mindstorm · 18 years ago
  50. 2151a49 r1240@thor: alex | 2006-12-13 06:07:32 +0200 by the.mindstorm · 18 years ago
  51. 8ced8ae r1221@thor: alex | 2006-12-10 05:36:26 +0200 by the.mindstorm · 18 years ago
  52. feb9f10 r1219@thor: alex | 2006-12-08 19:07:20 +0200 by the.mindstorm · 18 years ago
  53. bd2de7a Fixed possible NPE when the @DataProvider name is the method name itself by the.mindstorm · 18 years ago
  54. b74384c r1092@thor: alex | 2006-11-25 05:10:09 +0200 by the.mindstorm · 18 years ago
  55. 20e416d r1084@thor: alex | 2006-11-23 12:44:51 +0200 by the.mindstorm · 18 years ago
  56. 6b25aa4 r1080@thor: alex | 2006-11-23 12:06:54 +0200 by the.mindstorm · 18 years ago
  57. fd3d629 r1030@thor: alex | 2006-11-12 02:53:30 +0200 small fixes by the.mindstorm · 18 years ago
  58. f50b618 r1010@thor: alex | 2006-11-02 14:36:20 +0200 by the.mindstorm · 18 years ago
  59. 63d1b81 r1002@thor: alex | 2006-11-01 20:27:19 +0200 by the.mindstorm · 18 years ago
  60. c70a9de Added: support for remote protocol to pass parameter information by the.mindstorm · 18 years ago
  61. 31fbf11 prepare for 5.3 release by the.mindstorm · 18 years ago
  62. 7a14bd8 r255@thor: alex | 2006-10-25 03:52:23 +0300 by the.mindstorm · 18 years ago
  63. 5594875 + @Before/@AfterMethod can declare a java.lang.reflect.Method parameter to be informed about the @Test method by the.mindstorm · 18 years ago
  64. 957a0e6 super classes must not be listed in testng-failures.xml by the.mindstorm · 18 years ago
  65. 5e5666c updated ChangeLog with latest fixes and additions by the.mindstorm · 18 years ago
  66. 9e5d6a0 Fixed: filesets in the ant task didn't work if the paths have spaces in them by cbeust · 18 years ago
  67. 55cef1b Update CHANGES.txt to reflect my recent changes by Bill.Michell · 18 years ago
  68. 992befd attempt to fix a possible NPE by the.mindstorm · 18 years ago
  69. 494a8d8 latest fixes by the.mindstorm · 18 years ago
  70. 3ee1fe0 Implemented static data providers for JDK 1.4 (and test) by cbeust · 18 years ago
  71. ada9851 Fixed: Forgot to account for cases where both invocationCount and DataProviders are present by cbeust · 18 years ago
  72. 67a9c89 Fixed: AfterGroups were invoked out of order with invocationCount and DataProviders by cbeust · 18 years ago
  73. 6a22909 updated with latest features/fixes by the.mindstorm · 18 years ago
  74. 2c30372 Provides css support for skipped tests (shades of gray) by cbeust · 18 years ago
  75. 125d247 Replaced "listener" with "listeners" in the ant task by cbeust · 18 years ago
  76. 7b73a74 small changes to allow usage of usedefaultlisteners from Eclipse plugin by the.mindstorm · 18 years ago
  77. db56761 Updated TODO and CHANGES by cbeust · 18 years ago
  78. ae56997 Added: "-usedefaultlisteners true/false" to command line and ant by cbeust · 18 years ago
  79. 31cc17d Added EmailableReporter by cbeust · 18 years ago
  80. 2ea9333 Fixed bug TESTNG-106 (Failed "@BeforeSuite" method just skipps the last test in xml-file) by the.mindstorm · 18 years ago
  81. f91c2a6 updated ChangeLog by the.mindstorm · 18 years ago
  82. 4b9824b Parallel test mode can now be specified from XML: <suite parallel="tests"> by cbeust · 18 years ago
  83. c2408c3 Modified CHANGES.txt by cbeust · 18 years ago
  84. 26b0c78 Added: Command line understands @ syntax by cbeust · 18 years ago
  85. e24b380 Added: JUnitConverter uses the new syntax Added: -groups to JUnitConverter by cbeust · 18 years ago
  86. 8bee407 Now creating other-jars/ by cbeust · 18 years ago
  87. 96761aa Minor fixes by cbeust · 18 years ago
  88. 8855dc4 Updated CHANGES and version to 5.1beta by cbeust · 18 years ago
  89. 13e8f50 added new feature to Eclipse plugin: TESTNG-97 (double click top stack to raise comparison) by the.mindstorm · 18 years ago
  90. 997a593 Fix for TESTNG-101 by the.mindstorm · 18 years ago
  91. ca895ef Fixed: TESTNG-102 (Incorrect ordering of @BeforeMethod calls when a dependency is specified). by cbeust · 18 years ago
  92. a10e6b8 updated ChangeLog by the.mindstorm · 18 years ago
  93. 336f0ef Initial commit by cbeust · 18 years ago
  94. 88dae78 by cbeust · 18 years ago
  95. fed6595 Initial commit by cbeust · 18 years ago