1. 07fce9b Test mixed arrays equality in any order of args by Andrew Barchuk · 9 years ago
  2. e910d28 Add assertions test for mixing boxed/raw arrays by Andrew Barchuk · 9 years ago
  3. 8d6e8cb Merge branch 'master' of github.com:cbeust/testng by Cedric Beust · 9 years ago
  4. 8b11a01 Refactor. by Cedric Beust · 9 years ago
  5. f909a84 Use single assertEquals method to compare arrays by Andrew Barchuk · 9 years ago
  6. 0fc37c6 Add assertion tests for arrays of boxed values by Andrew Barchuk · 9 years ago
  7. 03d0c75 Merge pull request #902 from juherr/update-changes by Cedric Beust · 9 years ago
  8. 5bee804 Update CHANGES by Julien Herr · 9 years ago
  9. 4601720 Merge pull request #882 from testn/code-cleanup by Cedric Beust · 9 years ago
  10. a332245 Merge pull request #900 from juherr/listeners-transformer by Cedric Beust · 9 years ago
  11. a31df18 Improve test by Julien Herr · 9 years ago
  12. d52416d Fix TestNG + Kobalt. by Cedric Beust · 9 years ago
  13. def4c56 Comma. by Cedric Beust · 9 years ago
  14. 6528aa2 Address comments by Testo Nakada · 9 years ago
  15. 2c23283 Address comments by Testo Nakada · 9 years ago
  16. 6e71408 Code cleanup by Testo Nakada · 9 years ago
  17. 7ee5cec Support @Listeners in annotation transformer by Julien Herr · 9 years ago
  18. d952597 Merge pull request #898 from juherr/issue-#809 by Cedric Beust · 9 years ago
  19. 7dd2efd Update Kobalt to 0.296. by Cedric Beust · 9 years ago
  20. f55c666 Warn user when doctype is missing by Julien Herr · 9 years ago
  21. 6a9de12 Add xml validation test case by Julien Herr · 9 years ago
  22. a3a8885 Merge pull request #896 from toolsqa/master by Cedric Beust · 9 years ago
  23. d92547e Fix the XML validation by Julien Herr · 9 years ago
  24. 2e6e73d Update CheckSuiteNamesTest.java by Virender Singh · 9 years ago
  25. 88fac97 Same old indentation by Virender Singh · 9 years ago
  26. c85f3f9 Indentation again by Virender Singh · 9 years ago
  27. cd62aa2 Fixing wierd indentation problems by Virender Singh · 9 years ago
  28. af3c376 This closes #889, XmlSuite in nested directories results in FIleNotFoundException by toolsqa · 9 years ago
  29. 4444b28 Merge pull request #885 from krmahadevan/krmahadevan_add_documentation by Cedric Beust · 9 years ago
  30. 0d6799d Merge pull request #888 from juherr/issue-#811 by Cedric Beust · 9 years ago
  31. b0fe732 Merge pull request #887 from juherr/issue-#839 by Cedric Beust · 9 years ago
  32. e55aeee Fixing Code review comments. by Krishnan Mahadevan · 9 years ago
  33. 1cc0cfe Fix supportsValidation() method by Julien Herr · 9 years ago
  34. 348c5ed Add missing test from #886 by Julien Herr · 9 years ago
  35. 2c23fd8 Fix #811: Timeout is not working with parallel=tests by Julien Herr · 9 years ago
  36. 402f6b1 Add test case for #811: Timeout is not working with parallel=tests by Julien Herr · 9 years ago
  37. d75177f Fix #839: Set <meta> charset attribute by Julien Herr · 9 years ago
  38. b47d51a Merge pull request #886 from juherr/issue-#876 by Cedric Beust · 9 years ago
  39. 95b8264 Check return type of factory methods by Julien Herr · 9 years ago
  40. fefedec A factory method may not be public by Julien Herr · 9 years ago
  41. 648bfc7 Fix #876: NPE when a factory method is not static by Julien Herr · 9 years ago
  42. 36dfb40 Add test case for #876: NPE when a factory method is not static by Julien Herr · 9 years ago
  43. 49db3f0 Documentation for IAlterSuiteListener by Krishnan Mahadevan · 9 years ago
  44. b1ecc54 Merge pull request #884 from juherr/issue-#862 by Cedric Beust · 9 years ago
  45. 7ddaf4a Add test case for #862 by Julien Herr · 9 years ago
  46. 3bb8217 Merge pull request #873 from krmahadevan/krmahadevan_support_Suite_alteration by Cedric Beust · 9 years ago
  47. b640e10 Merge pull request #875 from testn/remove-atomic by Cedric Beust · 9 years ago
  48. 2519b5c Remove the unused class by Testo Nakada · 9 years ago
  49. 7f5733d Merge pull request #874 from testn/remove-atomic by Cedric Beust · 9 years ago
  50. f657fdf Remove AtomicIntegerAdapter by Testo Nakada · 9 years ago
  51. fd7a5be Expose Suite and Test objects for altercation by Krishnan Mahadevan · 9 years ago
  52. 84234f8 Clarify ArrayEqualityAssertTest comments by Andrew Barchuk · 9 years ago
  53. 66373cd Compare arrays by reference by Andrew Barchuk · 9 years ago
  54. 724b844 Merge pull request #869 from toolsqa/master by Cedric Beust · 9 years ago
  55. c824881 Update expectations to match desired behaviour by Andrew Barchuk · 9 years ago
  56. d48b0cd Add plain arrays equality comparison tests by Andrew Barchuk · 9 years ago
  57. 1a95b53 Fix issue #868 , XmlSuite.clone copies all the state to new instance by toolsqa · 9 years ago
  58. c4b3345 Merge pull request #867 from toolsqa/master by Cedric Beust · 9 years ago
  59. e8a2a28 Close issue#886, Adding cloning of file name state of XmlSuite class by toolsqa · 9 years ago
  60. f6edee9 Merge pull request #859 from juherr/issue-776 by Cedric Beust · 9 years ago
  61. 54c9df5 Merge pull request #858 from juherr/jigsaw by Cedric Beust · 9 years ago
  62. f325d9a Fix #776 Add IClassListener, a @BeforeClass/@AfterClass alternative by Julien Herr · 9 years ago
  63. ce41f97 Update README with link to the Jigsaw build by Julien Herr · 9 years ago
  64. 2c12573 Merge pull request #850 from testn/topological-perf by Cedric Beust · 9 years ago
  65. 7de0673 0.216 by Cedric Beust · 9 years ago
  66. 1a2de49 Merge pull request #856 from VladRassokhin/force-project-name-gradle by Cedric Beust · 9 years ago
  67. 1e33833 Enforce proper project name in gradle by Vladislav Rassokhin · 9 years ago
  68. 1ce4e0a Merge pull request #790 from raindev/arrays-inside-collections by Cedric Beust · 9 years ago
  69. 1b8bdae Merge pull request #855 from juherr/fix-maven-test by Cedric Beust · 9 years ago
  70. 25ef9ce Remove directory from Build.kt by Cedric Beust · 9 years ago
  71. 692701c Fail when test property is not configured by Julien Herr · 9 years ago
  72. 6e0e4de Merge pull request #854 from juherr/fix-maven-test by Cedric Beust · 9 years ago
  73. fdb4bb9 Fix maven tests: Set resources location by Julien Herr · 9 years ago
  74. 8f81d91 Performance improvement for topological sort by Testo Nakada · 9 years ago
  75. f1c639c Merge pull request #847 from juherr/testname by Cedric Beust · 9 years ago
  76. ace859f Add test with no configured name by Julien Herr · 9 years ago
  77. 55a9b8a Merge pull request #846 from juherr/maven-test by Cedric Beust · 9 years ago
  78. 91dbce0 Merge pull request #843 from juherr/testname by Cedric Beust · 9 years ago
  79. 0a427bb Maven is now able to run TestNG own tests by Julien Herr · 9 years ago
  80. 1cb7c04 Fix MultiThreadedDependentSampleTest by Julien Herr · 9 years ago
  81. c03cf01 Fix ParallelTestTest by Julien Herr · 9 years ago
  82. 1beb6e0 Fix tests except ParallelTestTest by Julien Herr · 9 years ago
  83. 20d1616 Merge pull request #845 from juherr/fix-travis by Cedric Beust · 9 years ago
  84. 06ee812 Fix name tests with xml issues by Julien Herr · 9 years ago
  85. a2732e4 Add name tests with xml by Julien Herr · 9 years ago
  86. a9b03a3 Use camel case by Julien Herr · 9 years ago
  87. f4aff3a Fix travis by Julien Herr · 9 years ago
  88. f606df5 Merge pull request #844 from juherr/gradle-optional by Cedric Beust · 9 years ago
  89. a685f86 Improve dependency order by Julien Herr · 9 years ago
  90. 39aaf03 Add provided or optional on dependencies by Julien Herr · 9 years ago
  91. 98f5a61 0.212 by Cedric Beust · 9 years ago
  92. dc5c374 Add a more complex ITest test case by Julien Herr · 9 years ago
  93. 599df4c Merge pull request #842 from juherr/testname by Cedric Beust · 9 years ago
  94. a9ac4f7 Add TestResult#getTestName() support for @Test(testName) by Julien Herr · 9 years ago
  95. 7bf22c2 Merge pull request #841 from juherr/testname by Cedric Beust · 9 years ago
  96. 2080eea Update CHANGE by Julien Herr · 9 years ago
  97. 93b72c8 Use test name from @Test when available by Julien Herr · 9 years ago
  98. 1e9f923 Add tests for the test naming feature by Julien Herr · 9 years ago
  99. 9b94be1 0.207. by Cedric Beust · 9 years ago
  100. 64d6e36 Update to Kobalt 0.200. by Cedric Beust · 9 years ago