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