[testng] branch version6-package created (now eb0d7b0)
Andrew Ross
rockclimb-guest at alioth.debian.org
Mon Aug 12 21:36:01 UTC 2013
This is an automated email from the git hooks/post-receive script.
rockclimb-guest pushed a change to branch version6-package
in repository testng.
at eb0d7b0 Packaging updates for Testng 6
This branch includes the following new commits:
new a282b45 Initial import.
new 6483426 Initial commit
new 3fef29b Initial commit
new 31a87a9 Initial commit
new 8b5a047 Initial commit
new 89ad3cc Initial commit
new dcaa93a Initial commit
new 57416d7 Initial commit
new f7bc9ac Initial commit
new 045b9e7 Initial commit
new a203234 Initial commit
new b605852 Initial commit
new 1ff79ae Initial commit
new a6d7b4e Initial commit
new 85ffe9b Initial commit
new 5507bb2 Initial commit
new b02358f Initial commit
new e58505a Initial commit
new 7411bf6 Initial commit
new afc4d6d Initial commit
new 587b147 Initial commit
new 65d3ef3 Initial commit
new 3a07961 Wipe the directory so we can re-create it better
new fed6595 Initial commit
new 88dae78
new cc3b796 editted on purpose
new 336f0ef Initial commit
new 6b01a02
new 42e7163 Share project 'tralala' into 'https://testng.googlecode.com/svn/trunk/tralala'
new f8e0cb4 Share project 'TestNG Subversion' into 'https://testng.googlecode.com/svn/trunk/testng'
new 6e35f9f Committing .classpath and .project to make future check outs easier.
new ee1fea1 Delete tmp directory
new 8fc1e9f removed testng not-needed dir
new 2d78d7a tools.jar is needed for compilation (define variable TOOLS15_LIB to point to it)
new bfc892e Fix TESNTG-81
new 3a33bc7 test-output, z_build, *.launch added to ignore list
new 026e546 test for TESTNG-93
new 9334e83 output dirs added to ignore list
new c4b6d9a support added for specifying test only classpath through sysproperty "testng.test.classpath"
new a87a693 removed test.output.OutputTest (Regression2) from suite def (missing class)
new 57a9e76 build and test-output dirs added to ignore list
new b6cb18f added class to method reports (otherwise was quite hard to read it)
new fa2569f improved reports (also fix for TESTNG-7)
new fef3b0a synched exception printstacktrace (they were breaking the output)
new 323d804 fix for TESTNG-59 and TESTNG-93
new 5801ad5 quick hack to fix TESTNG-40
new 43a6a24 Eclipse project renamed to TestNG1.5
new 13d0993 fix for TESTNG-56 (invocation of @Before/AfterClass methods)
new 725e994 testng-1.0.dtd added to ignore list
new 8ca3572 Fix for TESTNG-37 (pass null to parameter from suite definition)
new a10e6b8 updated ChangeLog
new 8c8959b updated TestNG version to 5.1
new 9099e25 fixed a possible synch problem with the invocation of @BeforeClass
new 02c5226 Simpler version for dataprovider doc
new 990017e SVN glitch: resubmit this file
new ca895ef Fixed: TESTNG-102 (Incorrect ordering of @BeforeMethod calls when a dependency is specified). Also added tests.
new 7a03ee7 Renamed project to "TestNG"
new f20ea84 a quick fix for the SuiteRunner: unique and ordered @Before/AfterSuite
new 7276490 improved package filtering when testng.test.classpath is used
new 0751d26 test-output-tests dir added to ignore list
new dc1870e small optimization in TestNGClassFinder.isTestNGClass
new 997a593 Fix for TESTNG-101
new 13e8f50 added new feature to Eclipse plugin: TESTNG-97 (double click top stack to raise comparison)
new 3aa481d a hack for TESTNG-40 (far from being fixed)
new a8bede1 improved support for TESTNG-40
new bd30f26 Updated Javadocs
new 30fce3d Added: @Test(sequential = true)
new 8855dc4 Updated CHANGES and version to 5.1beta
new e4d3a2e Updated doc
new 96761aa Minor fixes
new 335d92c Doc update
new d6b2cdc Javadoc update
new aa33b32 Minor fix
new 0186445 Minor fixes
new 837d1a2 Fixed sequential so it uses the common thread pool
new 5295205 Documented testng.test.classpath
new 3c73b79 Added -threadcount and threadcount to ant task
new fcbeace Updated doc and command line usage with threadcount
new 6e454c7 Throw proper exception when a DataProvider declares parameters
new 8bee407 Now creating other-jars/
new e24b380 Added: JUnitConverter uses the new syntax Added: -groups to JUnitConverter
new 6d98195 Removed Javadocs from the repository
new cab406d Updated documentation to user prettyprint.js
new 5cad4ee Doc update
new 26b0c78 Added: Command line understands @ syntax
new 0cc4f38 Added: TestNGAntTask now uses the @ syntax to invoke TestNG
new c2408c3 Modified CHANGES.txt
new f3f45e3 Documented the new @ command line parameter
new 3bebe44 Fixed build break in other-jar target
new 71e5502 applyed patch for NPE (submitted by Dustim)
new a6fd161 File creating logs moved to level 3
new fe3dc89 Patch to run <test> in parallel. Disabled for now, next: add XML support.
new a1d43ef Two new links to the Misc section
new 4b9824b Parallel test mode can now be specified from XML: <suite parallel="tests">
new 495b6d8 Fixed Misc test, updated documentation for the new parallel attribute
new af55c30 Added ParallelTestTest to testng.xml
new 1942e42 small fixes
new c423d17 removed catch block from SuiteWorker
new d58f598 Removed superfluous setAllTestMethods. Added time-out in <suite> and <test>
new 6b47203 fixed build to correctly run JDK1.4 tests with JDK5 version
new 5a7f440 small reporting improvements
new b75a667 fixed problem running JDK1.4 tests with JDK5 distro
new c875d81 completely refactored support for running JUnit tests
new f91c2a6 updated ChangeLog
new ad23a3d Put the timeout tests in their own directory
new 08ebf81 Fix for success on 0 test run (http://forums.opensymphony.com/thread.jspa?threadID=41213)
new 2ea9333 Fixed bug TESTNG-106 (Failed "@BeforeSuite" method just skipps the last test in xml-file)
new bfa74b3 order of source dirs
new b218184 include resources dir in the distro zip
new 062d51d classfileset is automatically appending a selector for **/*.class files
new 31cc17d Added EmailableReporter
new 2bb9904 must be Serializable to work with distributed tests
new aebef18 replaced BufferedWriter.append method (JDK5) only
new f3d1d33 fixed JDK5 API issue
new 0d90abc regrouped tests (JUnit)
new 174fa81 JDK1.4 concurrency jar upgraded to backport 2.2
new b69fe9c refactored TestNG main (contained dependency order between the setters)
new ae56997 Added: "-usedefaultlisteners true/false" to command line and ant
new 00119ba 5.2 release
new db56761 Updated TODO and CHANGES
new 7b73a74 small changes to allow usage of usedefaultlisteners from Eclipse plugin
new e145a05 Preparation work for nested testng.xml files Moved testng-1.0.dtd inside src/main so that Eclipse automatically copies it on each build
new 125d247 Replaced "listener" with "listeners" in the ant task
new 7bca6a1 Implemented <suite-file>
new 9c92786 Modified summary section to display statistics as columns and suites as rows. This advances the goal of this report to allow the reader to find the informaiton they are looking for closer to the top and more details further down.
new 2c30372 Provides css support for skipped tests (shades of gray) In method summary section added test result (passed, skipped, or failed) to group heading so user does not exclusively rely on background colors to discern test result. Fixed intra document links between method summary and method detail sections.
new 77f642a Don't NPE when testng.xml doesn't contain any <test>
new fd3a3f5 c: directory was created by the eclipse target.
new 33298c4 Preliminary work for annotation transformer
new b31249b FIX for TESTNG-109: SKIPPED test method with an expected exception is shown as FAILED
new cebdf50 Fixed HTML problem in detail section with a parameterized method that generated Reporter output.
new 37a549a Added row striping to parameters table. Display suite names in MethodSummaryReport if run has multiple suites. Hilight failed / skipped columns in SuiteSummaryReport if values exceed 0.
new 6a22909 updated with latest features/fixes
new 9d07534 concurrency aware
new 0d8f413 fix for invocationCount and threadPoolSize usage scenarios
new 5e5459c Fixed the v4 tests to accomodate the AnnotationTransformer work. Fixed potential NPE in EmailableReporter when a parameter is null
new bf13e58 fixed invocations of Before/AfterClass for parallel scenario with invocationCount and threadPoolSize
new 7e6c56d formatting and small fixes
new 2c5ee4b Created setOnHaltTarget(String) to allow users to define a target within the ant project that will get execute if and only if this task halts the current target.
new 7b8fb08 Basic transformer working for getTimeOut() and getInvocationCount()
new bc6959c Small style fixes in EmailableReporter
new 63a84e0 Moved validation of m_onHaltTarget into validateOptions(). Set 2 variables testng.outputdir and testng.returncode immediately before executing the onHaltTarget.
new 67a9c89 Fixed: AfterGroups were invoked out of order with invocationCount and DataProviders
new 953c516 avoid adding an empty sequential worker (it may trigger @BeforeClass invocations)
new e4a6c95 Fixed a logging message bug where the wrong level was displayed in log output. Added stricter log4testng.properties file parsing. Added Javadoc and unit tests
new ada9851 Fixed: Forgot to account for cases where both invocationCount and DataProviders are present Refactored the GroupsTest
new f7fcaac removed old/not used JUnit behavior
new 3c0a214 Flipped order of getThrowable() and setThrowable(...) to make the javadoc match the code.
new 6277313 concurrency fixes for Before/AfterGroups
new 75c0d50 Added reporting of a test results throwable in detail section.
new 55cdf3f Display # of lines not shown in stack trace
new b140a42 Fixed problem where exception display block was inside of Reporter.log display block. Also simlified code for recognizing if a Test has parameters.
new dcfeb4b Fixed unclosed table in summary report. Place H3 headers in detail report iff output has Reporter entries AND a Throwable.
new c31cdfd Generates multiple permutations of TestNG output to see how things look in EmailableReporter.
new 80be62e possible fix needed
new 7be7fd8 Implemented Alexandru's design for annotation transformers for JDK5
new a6b8d6d Annotation transformers for JDK14
new 07546c8 JDK 1.4 tests for annotation transformers (don't work because the finders are static)
new b6dedbf all JUnit dependencies are now on org.testng.junit package and dynamically loaded
new ebdacd3 reverted classpath
new d0cfd89 Annotation transformer can now be specified on the command line with -listener
new d0dbf55 Added Javadoc
new cc1807f Javadoc
new f6562de fixed some small problems with the doc about the annotations
new dbd9e1c small fix when passing an IAnnotationTransformer
new e442b66 Removed generics from 1.4 code
new 3ee1fe0 Implemented static data providers for JDK 1.4 (and test)
new cdcf09f Static data providers for JDK5 and test
new cca9b67 Documentation for static data providers
new b0c6ff4 Throw an exception if a static data provider is not static
new cebcd59 Added setters to ITest so that annotation transformers can now modify anything from the @Test annotation.
new 4935f82 Modified stack trace display to truncate stack trace to test method or top of the stack if test method is not in the stack trace.
new c96f4b5 Annotation finders are not accessed anymore staticaly
new f23f462 Added log4testng warning when specified source path does not exist
new 64edc1c Removed duplicate entry for tutorial
new b4bd6de Container class specific to JDK15
new 57bd371 Container class specific to JDK14
new 4aa1bb8 Factored out common code to JDK14 and JDK5+
new 441d7f8 Factored out common code to JDK14 and JDK5+
new 05d7edd
new 8e82948 Javadoc
new 11d139f Javadoc
new 797a2c5 fixed bug regarding passing -usedefaultlisteners to JVM and not to TestNG
new 5b2c67c testng-failed.xml is generated only if failures/skipped exist
new 494a8d8 latest fixes
new 0805cc3 Replaced dynamic initialization of TestNG jar by static initialization.
new d3c62d4 Initialize default annotation type earlier now that we statically know which version of TestNG is executing. Javadoc
new e2e3c80 Added Javadoc and logging
new f339391 Added support for spaces in filenames, Javadoc and logging
new f0a15dd Javadoc
new 1343437 Add support for converting Java 1.4 Javadoc testng annotations to Java 5 annotations from the command line.
new d8bf2df Add support for parallel method selection to command line and to <testng> ant task
new ba12a51 Erroneously checked in due to Subversion inexperience!
new f9a7d47 Allow ant task to take empty groups and excludedgroups properties, supressing the -groups flag from the testNG parameter list This means that a generic TestNG target can have its grouping behaviour modified by properties set before the target is invoked
new b088c49 Removed build/ from SVN
new fad421d fixed one TODO from Claude
new 75c0741 fixed formatting
new 45030eb added dumpEnv and dumpSys Ant task properties
new 6b08fa1 some threading functionality extracted in ThreadUtil to be reused for parallel invocations
new 5a91766 Added AnnotationType enum and factored out common code. Deprecated the setTarget method in favor of setDefaultAnnotations
new 0f81e5c Javadoc
new 9c31a4f Checkstyle
new 30f4349
new 309a30e Deprecated XmlTest.setClassNames
new 4bda521 Added platform specific end of line
new 9b39caa
new 8d7d2ad RemoteTestNG main entry point for wiring TestNG extensions added to core
new 992befd attempt to fix a possible NPE
new b993b65 small fix for synchronization of parallel execution
new 86055eb fixed log message with null value
new 8b3ed29 Added Logging
new 437c53e Fixed a typo error (was isJdk142 instead of isJdk14)
new 3162c48 Fixed missing index in debug code
new c28d4e7 removed a left-over sysout
new 9b05491 clarifying that the testng-sourcedir-override.properties must follow the syntax of normal properties files
new 8ad8be7 improved behavior in scanning sources: only the requested sources (and their super hierarchy) is scanned now
new 5a83505 fixed an ArrayIndexOutOfBounds
new 65ffec7 fixed small issue
new d442afc Add support for setting the default suite name and test name from the ant task and, by necessity, the command line. Updated documentation accordingly. changed the default suite name and test name from ant to "Ant suite" and "Ant test"
new 4e167e5 Update command line usage for TestNG
new 55cef1b Update CHANGES.txt to reflect my recent changes
new faf4ed7 Change behaviour of test suite name and test name defaults in test annotations, so that if not explicitly specified, the test name will be set by the test runner.
new 67d69cf small code formattings fixes
new 9fd325b Fix the build and tests
new dc06cda Commented out the broken ant tests for now
new 124444c improved summary index.html report (acc. http://groups.google.com/group/testng-users/browse_thread/thread/1c44f7baf1cb513d/9f4523c0f54efed2#9f4523c0f54efed2)
new 9fea191 Enabled tests for annotation transformers on both JDK 1.4 and 5.
new 9f260a9 Documentation for Annotation Transformers
new 8b759a4 Fixed bug: XML filesets couldn't contain spaces in their path names (ant task). Now all filesets can (they all get surrounded with double quotes).
new 9e5d6a0 Fixed: filesets in the ant task didn't work if the paths have spaces in them
new 1deea55 Updated doc for 5.3
new e91223b Restore ability for Ant task to override the Suite name and the Test name (without breaking its ability to pass suite definition files this time) Restore running Ant test suite from master build.xml file Add test to ant test suite to check ability to pass suite xml files from ant task
new 28c33c1 Actually re-enable the ant tests from the master build.xml this time
new 26a7daa Update svn::ignore
new 3225ed6 Command line option/Ant task attribute "target" deprecated for "annotations" javadoc|jdk
new 96769fa - fixed TestNG console help - logger prints out only the class name (excluding the package)
new 5e5666c updated ChangeLog with latest fixes and additions
new 23a0c7c fixed possible synch problem when parsing sources
new 93cccc5 fixed problem when TestNG reports no test run (for JUnit only tests)
new 92cf239 InterruptedException removed from the IExecutor interface
new 8de4431 fixed formattings
new 7381b94 parallel attribute must not appear if empty or null in toXml
new 957a0e6 super classes must not be listed in testng-failures.xml
new 5594875 + @Before/@AfterMethod can declare a java.lang.reflect.Method parameter to be informed about the @Test method - removed unused code
new 7a14bd8 r255 at thor: alex | 2006-10-25 03:52:23 +0300 Using a single bsh.Interpreter instance
new 31fbf11 prepare for 5.3 release
new 7fbc108 Fixed test-ant build
new 807b28b Updated ant documentation for 5.3.
new c70a9de Added: support for remote protocol to pass parameter information Fixed: TextReporter logs information about the parameters of the test methods
new 95146a4 updated build version 5.3.1
new 43f615b r998 at thor: alex | 2006-10-31 19:30:39 +0200 remote protocol improved to work with older versions
new 63d1b81 r1002 at thor: alex | 2006-11-01 20:27:19 +0200 Fixed: concurrency issue in JUnitXMLReporter Fixed: output of JUnitXMLReporter must be CDATA
new f50b618 r1010 at thor: alex | 2006-11-02 14:36:20 +0200 @DataProvider name defaults to method name
new 9a6c768 Doc update
new fcd1dec Comment update
new aec0b21 r1025 at thor: alex | 2006-11-04 20:06:34 +0200 + fixed reports for various concurrent execution + refactoring of Invoker implementation + improved thread contention behavior
new a43f85e Add reference to AnnotationTransformer to the documentation-main page
new c17168b Fixed a typing error that was not detected by generics
new fd3d629 r1030 at thor: alex | 2006-11-12 02:53:30 +0200 small fixes
new c36e03d Download page
new 34a063b Fix build directory location for the tests of the ant task
new b25a39d r1047 at thor: alex | 2006-11-17 19:37:32 +0200 tests targets are grouped now around: - annotation based tests - javadoc based tests with JDK5 - javadoc based tests
new 646021d Added support for specifying multiple methods in different classes
new 6a2ca94 r1079 at thor: alex | 2006-11-23 10:57:22 +0200 added zzz directory to ignore list (for local tests)
new 6b25aa4 r1080 at thor: alex | 2006-11-23 12:06:54 +0200 Added: the load @Tests (invocationCount + threadPoolSize) are triggered simultaneous Fixed: reports are correctly displaying the thread info
new 20e416d r1084 at thor: alex | 2006-11-23 12:44:51 +0200 updated version to 5.4 (enough changes for a new version)
new b74384c r1092 at thor: alex | 2006-11-25 05:10:09 +0200 + AnnotatypeTypeEnum: added non strict valueOf method + small changes in suite generation tool + fixed typo in build.xml + updated changes
new bd2de7a Fixed possible NPE when the @DataProvider name is the method name itself
new d6f7f29 Fixed ArrayIndexOutOfBoundsException in the TextReporter, which happened when a Data Provider returns the wrong dimension for its parameters.
new feb9f10 r1219 at thor: alex | 2006-12-08 19:07:20 +0200 @BeforeGroups and @AfterGroups specifying the groups() attribute will auto-include the method into those groups by default (previously you had to also provide the value() attribute).
new 8ced8ae r1221 at thor: alex | 2006-12-10 05:36:26 +0200 Fixed: Ant task issue with paths containing spaces
new 06df063 Re-enable exceptions tests that were causing ExpectedExceptionsTest to fail
new c3f9535 5.4 release doc update
new 8250e20 r1238 at thor: alex | 2006-12-13 05:06:18 +0200 IntelliJ IDEA project configuration files
new 2151a49 r1240 at thor: alex | 2006-12-13 06:07:32 +0200 Fixed: TESTNG-125 TestNG failed for test classes under *.java*.* pakages
new 8603fcf r1241 at thor: alex | 2006-12-13 06:28:42 +0200 Fixed: TESTNG-113 Dependent methods within the same static inner class are not found
new ff19c2b r1242 at thor: alex | 2006-12-13 06:34:12 +0200 Fixed: TESTNG-119 Running TestNG runner with invalid '-sourcedir' on JDK14 JavaDoc annotated test classes won't fail.
new e01cbbb iws is personal workspace file
new 3b55b73 Ignore IDEA iws files
new 8b8bc76 Fixed tests not running on JDK6
new 6856675 Fixed: UseDefaultListeners in Ant Task does not work
new 8199621 Fixed: TESTNG-107 don't create an output directory if "outputDirectory" is null
new 035ba3c r1267 at thor: alex | 2006-12-14 21:02:57 +0200 Support for non-validating parsers (local-4)
new 6cfc154 r1269 at thor: alex | 2006-12-15 00:02:18 +0200 TESTNG-23: document default values
new 12a3852 Shows the groups bug mentioned in the mailing-list
new 6b388f8 r1286 at thor: alex | 2006-12-19 18:11:30 +0200 Fix for TESTNG-27
new 8bc52d7 A set of small fixes and additions
new 4a9f5e1 r1297 at thor: alex | 2006-12-19 22:12:09 +0200 Fixed: @Before/@AfterGroups invocation order
new 7cf925b r1299 at thor: alex | 2006-12-20 05:21:21 +0200 code cleanup before introducing IConfigurationListener
new ca6aff6 r1300 at thor: alex | 2006-12-20 06:05:39 +0200 removed direct references to TestRunner (used just for logging)
new 6227fbd r1301 at thor: alex | 2006-12-20 06:06:19 +0200 reduce number of warnings (at least when JDT compiler is used)
new 91b9553 r1302 at thor: alex | 2006-12-20 14:00:10 +0200 fixed typo in TESTNG-27 bugfix
new c3f6ac8 r1307 at thor: alex | 2006-12-20 14:25:42 +0200 fixed compilation problem due to change in TestClass constructor
new c215923 Added: Test instances created by @Factory now run in multiple threads if parallel="methods" Not done yet: write tests and verify the thread pool size is honored.
new 44a9dae code cleanup
new 9a14825 Clean separation between @Test invocation events and @Configuration invocation events (see also TESTNG-111)
new bf2d5b7 Fixed: Annotation Transformers now work on class-level annotations Fixed: Some class-level @Test attributes were not always honored
new f7e88f8 Updated CHANGES with my changes
new 531c73e r1356 at thor: alex | 2006-12-22 06:03:45 +0200 updated changes for Eclipse plugin
new 5723302 Tests returned from a @Factory are run in different threads if parallel="tests" or parallel="methods". Added test.thread.FactoryTest for this new feature
new 4dd3d86 Allow JDK6 for buld process Consolidated loggin up to level 4
new bfe0116 r1372 at thor: alex | 2006-12-25 16:23:16 +0200 small fix for the suite generation case where method list is empty
new acc8ba9 r1379 at thor: alex | 2006-12-27 15:13:03 +0200 ConfigurationListeners were not registered
new e58af1d Fixed: Wasn't parsing <selector-class-name> correctly
new 10efd59 Added: DataProvider can now take an ITestContext parameter
new 25f69e4 r1386 at thor: alex | 2006-12-29 04:12:20 +0200 @BeforeGroups/@AfterGroups can live in classes without @Test methods + tests
new 965e61f r1388 at thor: alex | 2006-12-30 03:49:11 +0200 more details on summary reports
new 53072c4 Restored urchin info.
new 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
new 7ae4d33 Better formatting for the group view of the suite HTML reporter
new fd84153 Added: Method selectors receive a Context and can stop the chain with setStopped()
new 5372251 Fixed a few build things.
new e9d9e16 r1400 at thor: alex | 2007-01-07 19:15:44 +0200 small fixes
new b719838 Added urchin tracking info to downloads.
new 39c426d r1402 at thor: alex | 2007-01-08 22:18:37 +0200 Added support for thread-count at test level
new 4a55438 r1403 at thor: alex | 2007-01-08 22:19:38 +0200 using a generic JDK15 JSDK for module descriptor
new f1e5df6 small changes in EmailableReport according to changes in the listeners
new 94b43f7 Fixed: parallel="tests" didn't work as advertised Added tests for all possible three values
new ed670c0 Updated to Spring 2.0.2
new 663ef14 Added setRollback() and put Spring setup methods in spring-init group
new e79643c Added a test in the "broken" group
new bab1568 Fixed: @BeforeGroup methods were run twice with a @Test at class level
new 6dc7c14 r11624 at thor: alex | 2007-01-18 E. Europe Standard Time the exit status listener wasn't notified about the configuration failures
new 0be1866 Make the exceptions available in IHookable
new a26b36e Fixed: @BeforeGroup methods were run twice when in a base class
new 53ea44e Added
new bdec9a8 Build fix
new c6c57c3 Update for 5.5
new 6a494a1 Fixed JavaDoc for IHookable
new e9aede0 Added: ISuite now gives access to the current XmlSuite
new e7ee920 CHANGES and properties update
new 79ff5a3 Created enhanced Assertion tool for File centric assertions. This should be the first of many enhanced Assert methods and classes some refactoring is anticipated.
new 91f466b Added: dataProvider to @Factory A few v4 tests still broken
new f427bd3 Fixed bug in @Factory(dataProvider)
new d9e0281 Fixed 1.4 tests (introduced but with latest @Factory(dataProvider) work.
new 65e10e6 Implemented @testng.factory dataProvider="" Added test
new a6225cf Rolling back .classpath
new 391c8b3 Cleaned up unused fields
new 4d04ace r11680 at thor: alex | 2007-02-06 E. Europe Standard Time Test failure fix (javadoc option needed)
new e600b18 r11681 at thor: alex | 2007-02-06 E. Europe Standard Time Allow specifying multiple listeners on Ant task
new ae325c0 r11684 at thor: alex | 2007-02-10 E. Europe Standard Time fixed issue with escaped messages in emailable report
new c5b9a8c r11686 at thor: alex | 2007-02-13 E. Europe Standard Time + TESTNG-139 fix + small fix in EmailableReporter + small refactorings in Parameters
new b7e2670 r11688 at thor: alex | 2007-02-13 E. Europe Standard Time Fixed TESTNG-141 junit attribute set to false in testng-failed.xml when it should be true
new 8d6c7d3 General codding improvments 1. Better Map access using Map.Entry 2. replcae new Integer with Integer.valuteOf()
new b670977 replcae Integer.valuteOf() back to new Integer() to support JDK1.4
new c850211 More subclassing friendly
new 5b7fbb3 r11692 at thor: alex | 2007-02-16 E. Europe Standard Time Finish fix TESTNG-141
new 4c2554d r11698 at thor: alex | 2007-02-18 E. Europe Standard Time 2 improvements + 1 bugfix (TESTNG-142)
new 7848c38 r11700 at thor: alex | 2007-02-18 E. Europe Standard Time fixed error message for missing parameters
new 3ae21c8 r11746 at thor: alex | 2007-02-20 E. Europe Standard Time Small fix for thread info report
new 2ab868b r11748 at thor: alex | 2007-02-20 E. Europe Standard Time fixed sample code on main page
new d65ef6a r11750 at thor: alex | 2007-02-20 E. Europe Standard Time improved parameter handling and error reporting removed some unnecessary logging from Ant
new 3329440 r11755 at thor: alex | 2007-02-21 E. Europe Standard Time The file args format has changed to pass 1 option per line
new 6d0b055 r11757 at thor: alex | 2007-02-22 E. Europe Standard Time JUnit reporter rewritten without XML APIs; old one renamed to JUnitXMLReporter2
new 139b329 r11761 at thor: alex | 2007-02-22 E. Europe Standard Time small fixes for the reporters
new 6359e69 r11762 at thor: alex | 2007-02-22 E. Europe Standard Time added Implementation-Version attribute to MANIFEST.MF
new 9ecd174 r12180 at thor: alex | 2007-02-28 E. Europe Standard Time encode single and double quotes in the report
new df7f78b Implemented object factory support
new aa639c5 r12184 at thor: alex | 2007-03-07 E. Europe Standard Time small changes
new ca871f1 Allow object factory to take in test context as parameter Added get/setAttribute to ITestContext
new fda5621 Updated
new c81cb82 Fixed: @BeforeClass methods would incorrectly report cyclic graphs
new 22cd01e Added toString to MethodInstance for future work
new 944fc31 small memory improvement, changing new Boolean() to Boolean.valueOf() & Boolean.FALSE
new 6ba260b Issue 5: Add GigaSpaces & Jini jars
new edf76a0 Issue 5: Add GigaSpaces and Jini jars to the classpath
new 262ad1d Issue 5: Add a first version of the SpaceAdpater to the Master-Worker mode. Currently isn't connected to the TestNG main.
new 5075215 Issue 5: Add GigaSpaces and Jini jars to the 1.4 compile classpath
new 326a38c Issue 5: Rollback changes removing the GigaSpaces module from the main build.
new 05744a9 Issue 5: Create GigaSpaces module.
new c8d9bd6 Added: Suite files that only contain other suites do not get reported
new e2f498a Issue 5: Add SuiteEntry
new 9b30371 Issue 5: Add SuiteEntry
new 1ca0166 <test>s can now be disabled at xml level using <test enabled="false">
new 3b4b544 a quick fix for previous commit
new fe77fdf Small memory improvements
new f1d56d9 Small memory improvements
new 34a8e38 Initial xml reporter checkin
new e4b171a Renamed
new d2f20a2 Fixed XML serialization bug. Uniform XML strucuture. Added parameters to test-method element.
new 7b974ea Updated XML structure. Fixed file referencing bug.
new 7b0bf03 Added method description attr to report
new cd934df Minor tweaks to output format: Show class name for methods, and change method name to signature where we're showing the full thing, and use ISO-8601 date format.
new 56de7b3 Write suite file alongside results xml, and group methods by class
new a966e69 arrange jini classpath
new d89ae15 arrange jini classpath and build.xml
new 2833e13 Wrap the XMLSuite with SuiteEntry
new 8c794e0 small memory improvement, changing new Boolean() to Boolean.valueOf() & improve loop
new ec2bfe4 fixed NPEs in Assert
new d87ebec Added package and class attributes to test-method element of XMLReporter
new 7b147ef Compilation break fix
new 7a3e19d Write suite file alongside results xml, and group methods by class
new f77eb26 Default package name <default>
new 6552304 Added back class tag
new cc2e433 Make mozilla parser happy
new 67c51c2 -) Fixes TESTNG-149. Applied patch from Marcel May that brings the current maven pom.xml file up to date with the proper dependencies.
new ca0bc45 Modified <class> element attributes
new 902688e removed not used method
new c2e321c Undo last commit that messes up for non-maven users
new 8225965 No need for cdata as util method already htmlencodes, some parsers have trouble with cdatas so this makes life a wee bit easier
new b6a27a0 Issue 5: Add Master-Worker adapter interfaces.
new 5c1464f Issue 5: Implements Serializable to make sure XmlSuite serialization won't fail.
new 2103176 Added first draft of reporter output to XML report
new 7bbb713 Initial commit of reports
new 8b66d0b Added helper method to write to File
new b2cc043 Write xml output to its own xml subdir, to avoid mixing up with other reporter outputs
new d512a5f Enable xml output by default
new 7c732fc Allow for report dir to be specified in url
new 537e772 Encode filenames and switch default to per-suite, hope this doesn't upset cosmin
new 36e3bd6 Handle per-suite reports
new bc1ea94 Removed
new 81b68d4 Quick access to newfangled reports
new ee28d80 added support for SkipException and TimeBombedException
new 4b44474 added support for SkipException and TimeBombedException
new 3e1d414 + a quick fix to TimeBombedSkipException + more API/documentation in TimeBombedSkipException + a SKIPPED result is passing along a message if SkipException is the cause
new 1a1b5de renamed TimeBombedSkipException to TimebombSkipException
new 0b32b44 Concurrency bug fix in ResultMap
new 904a15a Issue 5: Add throws exception to API
new 4212ba3 Issue 5: Add a Properties file loader
new 2b2751b Issue 5: Fix NPE, in case a null Socket is passed to the addSlave().
new c7104e1 Updated with IDEA blurbage
new 2bb2684 Updated
new cc01c6f Added xml report
new a30275d strprotocol hangs when sending method param infor that contains \n, \r messages
new 0f28263 Added: support in strprotocol for passing the ITest.getTestName() information
new d937c1d removed a dummy console message
new 81cd9fd Extended reporters configuration
new 18f7d2e Re-added XMLReporter
new 5b6351d temp commit for case sensitive renaming
new 11dc1a8 TimebombSkipException renamed to TimeBombSkipException
new 5ded50a
new 557fb8d Issue 5: Add Serializable for Master-Slave mode
new 69e715f Issue 5: The new Master-Slave implementation. 1. New command line args: -hosts replaced by -master. 2. New SuiteDispatcher and SuiteSlave provides a wrapper to the transport adapters. 3. Default implementation - following the original Hosts file based implementation. 4. Fix the DistributedTest to work with the new implementation.
new 0a4407e Refactored naming
new dc1a7d5 Issue 5: Refactor variables' names.
new d64b1cd Issue 5: GigaSpaces adapter implementation.
new b12ebaa Issue 5: remove jini jars
new 8aab09e Issue 5: new classpath
new 6da4903 -) Added new ITestNGConfiguration interface which will hopefully start to turn into the replacement reference for the constants defined in TestNGCommandLineArgs. A default implementation based on parsing a Map object was created - MapConfigurationParser. References to Map objects probably need to come out of the interface but still need to see how this is to be done.
new 812bdd8 Issue 5: Use ISuite interface
new 79718dd Fixed: TESTNG-152
new f303154 Issue 5: Add test
new 4b5b6cd Issue 5: Add test
new 77f5c38 Issue 5: Add logs and timeout
new f391be2 Issue 5: Add null check
new a6f52a5 Added depends-on-methods and depends-on-groups attributes to test-method in XML report
new 3913317 -) Added new archetype section to cover Martin Gildays new maven2 archetype stuff.
new c400a9f Initial import.
new 856c2d3 Cleaned up Jesse's new Maven doc
new 6c56a7e -) Added sample dependency and took out some of the unneccessary sample as per Erez Nahirs suggestions.
new 0f29945 -) Removed - no longer needed. Patches are all up to date now.
new 6b82a8e Minor fixes to the Maven documentation
new 786ec9f -) Re-suppressed output directory creation via the m_useDefaultListeners parameter.
new 12a2e59 Issue 5: Fix v4 test compilation errors.
new 11ecc6a removed an empty folder
new c51af04 Issue 5: Move sources from /org to /src/org
new d0a5c56 reverted configuration changes
new a2423b5 reverted configuration changes
new 474b8b6 small refactorings (removing compilation warnings)
new d99276f Added documentation for nested <reporter> element.
new 2604ba2 Added XML reporter documentation
new 844df78 Release 5.6
new 2347cf6 Integrated retry analyzer
new 1745372 a fix for AnnotationConverter (an ArrayIndexOutOfBounds)
new 1c26772 reverted changes to this file as line numbers are important in AnnotationTestConverter
new b8cf05a fix error message for command line IObjectFactory
new 975d9ac XML output files are written using Utils.writeUtf8File
new 7dbca2c TESTNG-155 (missing opening <run>)
new 859d227 TESTNG-159 Add syntax to allow searching for tests in package and sub-packages
new 82cccb3 Added CDATA to stacktrace output
new 7615ca5 Added CDATA to <message>
new 4fca477 added support for retry analyzer (submitted by Jeremy)
new f20b417 added support for retry analyzer (submitted by Jeremy)
new c3c2a17 fixed reporting task to ignore the XmlReporter output when processing
new 072b1c0 Added RetryAnalyzer in the CHANGES file
new f4c705e Updated XMLReporter docs
new e4e5a6f 5.6 release
new 83fb1e3 Added usage help string for -reporter
new 68be328 + Improve the interleaving behavior + Small code refactorings
new e77b459 Updated TODO with the merge proposal
new 503726b Fixed: -listener takes comma-separated classes
new 0411121 Fix: TESTNG-169
new 816e960 Fixed documentation about <parameter>
new a124a51 small fixes in the report
new 64d57bf unnecessary empty output dirs were created
new 5fec48e added top dir to the archive all distro
new 2409b50 FIXED: Suite level threadCount value was ignored
new da6c803 Added passing parameters to the ant team in the TODO
new f17a79b Submitted by Jeremie: the patch fixes a bug where when the test was not the last one when you had a dataprovider it would not update the result array correctly resulting in an infinite loop
new 9220600 Patch over the patch, by Jeremie.
new 87f3bb9 Added CDATA for log messages in the reporter output
new 11df03a Unicode patch submitted by Mark.
new 03521fc Minor speed improvement: abort the graph sorting early if we don't have any methods.
new f3bbe93 Added spring to the distribution.
new c2938f8 add timeout to @Before/@After
new cef9c2f Updated TODO.
new 6cf2e96 Implemented -skipfailedinvocationcounts (also in ant and testng.xml).
new dcc0c08 Tests for skipfailedinvocationcount
new ae76236 Updating tests
new 0b93db5 Updating tests
new 4baba50 Updating CHANGES/TODO
new 61e3a37 Fixed: Don't run a @DataProvider method as a test when a class-level @Test is present Added: Attribute @Test#skipFailedInvocations
new c349f89 removed JDK5 only API usage
new 23b9e8b + added support for reading Parameters from Sys ENV + fixed project classpath
new 29a0d37 changed abstract class WARN logging to 5
new fd87ae9 some NPE protection
new a201fc8 Fixed the URL.
new 16aeed5 Initial import.
new 9d0b092 Initial import.
new 18a3b02
new 4e787e2 Book plug
new 3596715
new ec9d274 Added: @BeforeMethods can now take a Method and ITestContext parameters (like @DataProvider)
new c8e92c0 Initial import.
new 6fcb238
new fcb1031
new 45a161f Added: @BeforeMethod(firstTimeOnly) and @AfterMethod(lastTimeOnly) Works for JDK 1.5 and test added too. JDK 1.4 to be done.
new 3619969 Added a section on class level annotations.
new 014b8fe Forgot these files.
new 2c75cc4 5.7
new 34f5b4a .
new 03d25a6 Doc update.
new 9bb23d7 Fixed bug: if a @Test method declares an ITestContext parameter, that parameter gets passed twice.
new e87c0f6 Added a test for ITestContext injection in @Test methods
new 3a23887 name attribute on <test> is required
new d6e800b fixed classpath
new 7907479 Added: antlib.xml to allow autodiscovery of Ant task definition
new cc44078 Initial import.
new 2f7c9ff Updated the IDEA doc
new d7e5000 Fixed: @AfterMethod(lastTimeOnly) didn't work properly with data providers
new 2fc8817 Clean up and comments
new 17758c3 Added basic escaping for XML report (currently only for the test method parameters and reporter outpu)
new 9535061 Fixed CDATA escaping by splitting into several CDATA nodes whenever ]]> is found.
new 8b9443a Added: @TestInstance on a data provider method parameter
new 1a7b338 Better trace to keep track of which groups are added explicitly and implicitly.
new 52f8a87 Forgot two files.
new 7cf8833
new 117ae5c Minor doc fix.
new b1be831 TODO
new 8dbd78e Updated the doc with Surefire 2.4 instructions.
new fa27df3 Implemented IMethodInterceptor.
new 223a36c Documented IMethodInterceptor.
new 2def31f Doc fixes.
new a8a4cf1 Forgot a few files.
new 2ddb1c7 Introduced ITestNGListener to keep track of interfaces that can be passed as -listener.
new 509aca5 Implemented <listeners> in testng.xml
new 90a7eeb Updated TestNG and its HTML version.
new 9aef9be Added section on listeners
new 4b8c8a9
new f837ee8 Updated CHANGES
new 503d75e
new a6cf264 Added test to make sure a data provider keeps going even if failures occur.
new d9cf8a0 Added: Methods that form a cycle are now shown when the cycle is detected
new fe58b9f Added book review.
new ef7979e Fixed bug in DotTestListener.
new 300c32b
new f82be06
new 31e03ce
new a4877ec
new 6589ee2 TestPlan work
new 1565d9b Build fix
new 6025b42
new 1ff8b38
new 1b077cc
new 7990019 Verbosity fix.
new 0319c2e TestNG-211: new Parser(inputStream) doesn't work (Dan Fabulich)
new 920214e Fixed: TestNG-214: SkipException and TimeBombSkipException should accept nested exceptions
new 3e8cd5c Added: TestNG-213: @Optional on a method parameter to allow optional @Parameters (Dan Fabulich)
new 565efab Updated doc and Javadoc
new 8edb61b Added doc on dependency injection
new d7d31c1 TestNG-224: Fix for relative suite filenames in XML file
new 5191a18 TestNG-220: Ignore class definition/loader issues when scanning classpath for implicit classes
new d9520a0 Implementing @Priority with method interceptors
new c8c4857 Doc update
new bcae704 Fixed logging
new d33755a Implemented class priorities
new 77c2f78
new c4b3dfd Update script
new 9f13b50 @Priority update
new 5f29f80 Checking in the feature project.
new d6a87a0 Checking in the update site
new 944222d Removed the SNAPSHOTs from pom.xml
new 52b3c92 Forgot to commit these.
new e4e7d24
new ee84a0e Added examples/ to .classpath Upload script Doc update
new 01f7479 Added: -testjar supports jar file with no testng.xml file
new f3016e4 Doc udpates.
new 3c66705
new 38ef90d Implementation of IInvokedMethodListener
new facae9e Jar tests (need more work)
new 398dbfd Made invoked listeners a list instead of a single. Updated the doc.
new 3314870 Added: @Test(invocationTimeOut), which lets you set a time out for the total time taken by invocationCount
new c443cbf Updated doc
new 6fd1e9f
new e0d94c7 First pass at configuration transformers. Everything working, still need to - clean up Pair - add setters for all IAnnotations - include more IAnnotation in IAnnotationTransformer2
new 2cdae87
new e3264a4 Added @DataProvider transformer. Fixed JDK14 tests.
new 49a1e2f Added @Factory transformer.
new 3b1da4b Javadoc and doc for the new transformers.
new 8778efa Fixed: DataProviders from @Factory-created tests were all invoked from the same instance
new ca520d2 Moved the IAnnotation classes to org.testng.annotations because they are now exposed by IAnnotationTransformer2
new b4de970 Moved IAnnotationTransformer{2} to org.testng.
new eefefdc Keeping this file for backward compatibility.
new 2d56835 Renamed facade interfaces to XXXAnnotation
new e3706b7 DTD now generated with DTDDoc.
new 47a232b Removing some of the default values I added for DTDDoc, which caused a few tests to fail.
new 486fc18 Fixed: TESTNG-249: Overridden test methods were shadowing each other if specified with <include>
new 9eb7728 Test update
new 4ad3ec5
new 5164261
new 8d72ee5 Fixed JDK1.4 compatibility issue in XMLStringBuffer
new 16017d2
new facba56 Added: @BeforeMethod can now declare Object[] as a parameter, which will be filled by the parameters of the test method
new 40790cc Doc update.
new 318a4e4 Fixed: TESTNG-195: @AfterMethod has no way of knowing if the current test failed
new 6216d78
new 1ea0aef Expanded the test to cover @AfterMethod as well.
new 891c696 Fixed: @BeforeTest failing in a base class would not cause subsequent test methods to be skipped
new ec199ce Regression tests for the fix.
new cdf15c9
new 2b8a305 Fixed HTML escaping when rendering stacktrace in XML reporter - this is not neede since the stacktrace is rendered in a CDATA section
new 6bf0a7d Fixed: time-outs were not working in <test> and <suite>
new d97cad5 Bug fix in time outs.
new 82a7ff5
new 651ca6a Fixed: EmailableReporter only displayed the first group for each test method
new d04b2ae Fixed: Potential NPE in XmlTest#getVerbose (Ryan Morgan)
new 6ca01b5 Fixed: TESTNG-276: Thread safety problem in Reporter class Fixed: TESTNG-277: Make Reporter.getCurrentTestResult() public
new 851457a Fix for http://jira.opensymphony.com/browse/TESTNG-254 from Mark.
new 9f2e0c3
new 3537191 Fixed: TESTNG-285: @Test(sequential=true) works incorrectly for classes with inheritance
new befc644
new 491ef3d Correct javadoc @see references
new 711b9b6 Fixed problem in which current method was not being reset for IHookable tests
new c3b0ec5 Fixed: TESTNG-297: TestNG seemingly never stops running while building failed test suite (Gregg Yost)
new 1c5c9aa Added: TESTNG-298: parallel="classes", which allows entire classes to be run in the same thread
new b8d6eb6
new bc102c8
new 70bf36b
new ee0edc4 Fixed: TESTNG-296: Malformed jar URLs breaking -testJar
new e38a74e Added: -testrunfactory on the command line and in the ant task (Vitalyi Pamajonkov)
new 2cdf63c
new df28a34 Fixed: TestNG-228: Assert.assertEqualsNoOrder Fixed: TestNG-229: Assert.assertEquals does not behave properly when arguments are sets Fixed: TESTNG-36: assertEquals(Collection actual, Collection expected, String message) may have bug
new 68749e1 Fixed: testng-failed.xml was sometimes incorrectly generated (Borojevic)
new a072671 Fixed: @Parameters was not working correctly on @BeforeMethods with @DataProvider used on @Test methods
new 7b15977 Better assertNoEqual implementation
new b68cf6d Fixed: TESTNG-192: JUnit XML output includes wrong tests (Borojevic)
new 1fc22f2
new 1b7fe50 Fixed: annotation transformers were not run when specified in testng.xml
new 0eba9d8 Fixing copy & paste error in AnnotationHelper, in preparation for fixing TESTNG-303
new 0c3edfd Fixing TESTNG-305 and TESTNG-306
new c087c94 Improve error message when method exists but isn't in list of valid dependencies.
new 879f55a Provide support for verifying configuration passes, failures, skips
new 7e6a299 Fixed a bug in error message handling
new 9bf4948 TESTNG-216 ignoreMissingDependencies
new d9edc1f TESTNG-225 alwaysRun=true ignores missing groups, halts the run on missing methods
new 8086686 Testing email notifications.
new f77e6bb Testing direct email notifications.
new c681492 Fixed: testng-failed.xml didn't include the listeners
new 8beffc1 Fixed: testng-failed.xml didn't include the listeners
new 52df24d Fixed: -testJar command line parsing bug
new 5c38f85 Added: New ant task boolean flag: delegateCommandSystemProperties (Justin)
new a1d8392 Doc update.
new 32a38ce Added: skipfailedinvocations under <suite> in testng-1.0.dtd (Gael Marziou
new 36040b1 Fixed: Set a generated suite to default to non-parallel (Mark Derricutt)
new 7ce0e72 Fixed: TESTNG-309 Illegal default value for attribute in DTD file Also applied Aleksandar's patch for file created with illegal characters in them
new e767c24 Doc fix.
new 08e5ac5 Fixed: IInvokedMethodListener wasn't properly recognized from the command line (Leonardo Rafaeli) Doc updates.
new 2cacd75 Easier version identification: - Now included in README - Created a zero size file TESTNG-${version} in each jar file
new 6a66d28
new 10b4109 Examples didn't build from the zip file.
new 00fa4bc Comment out broken test.
new c90ac0f More work with threaded data providers, all tests passing.
new 3222b95 Replaced all the asserts with Assert.assertTrue() so that Eclipse invocations don't produce false negatives when invoked without -ea.
new fa2cf92 Added the parallel attribute to @DataProvider.
new 5e1ddea Added data-provider-thread-count attribute to <suite>
new 277dc08 Tests for multithreaded data providers Better lifecycle for PoolService
new 1cd18c3 Doc update.
new 27fb384 Fixed: TestNG couldn't find Groovy files (Haw-Bin)
new 018b433 Added: @DataProvider(parallel=true)
new bfb18c2 Added: @Test(expectedExceptionsMessageRegExp = ".*foo.*"
new d1bcd19 Fixed: testng-failed.xml now includes skipped tests
new b1b6205 Fixed: TESTNG-301: Need to include parameters in testNG report for test created by @Factory
new 62009f0 Fixed: TESTNG-291: Exceptions thrown by Iterable DataProviders are not caught, no failed test reported (Roberto Tyley)
new ce1ff2a
new 761ed9c
new da4f452 Added: @After methods can now be injected an ITestResult
new 94efdf8 Added: ITestResult#getAttribute and ITestResult#setAttribute Added: @BeforeMethod and @AfterMethod methods can now be injected an ITestResult
new 6c36630 Refactoring.
new 852cc8c
new 27e81a6 Fixed: expectedExceptions=RuntimeException.class was not failing when no exception was throw
new 572c7e6 Added: Methods that time out now display the stack trace showing where the time out occurred
new a4acdd6
new f19a60d
new fa41a36 Added: @Before and @After methods can be injected with the current XmlTest
new 6dd2aaf
new 5452007 Added: If both -testjar and an XML file are provided on the command line, the latter will be used
new da6cb16
new 198a275 Show the test name more prominently in the HTML reports.
new 45f8a9c
new 9f2367a Added: Better display of the test name and method description in the default and Emailable report
new 9da51c4 Sequence order mis-calculation: testing using suite in sequence for classes and same method names creates non-sequencial order
new 0170a9a Sorting the testng-results.xml output by timestamp (contribution of Daniel Rudman)
new afa1fdd Fix for XMLUtils to also escape XML attribute values
new 24feb4b Fixed compilation error
new 0480c02 Updated changelog.
new 4972ccf Removed bogus imports.
new 6ca1e0a Fixed the JDK 1.4 build.
new 18d27ed Fixed: Various oversights in the DTD (Will McQueen)
new e228714
new c8595ce
new b72906e Fixed: xmlFileSet in ant was not working correctly (Sean Shou)
new b7eacc5 Fixed: Dependent methods are now run closer to methods within their class
new f4d8b27 Tests for the previous fix.
new f3f4c96
new b6eb367 Fixed: Classes created by factories were not run in the order they were created
new 368dc7e [TESTNG-326] Allow IObjectFactory to load from non-standard classloader
new 367dabc One more link.
new 4c02d89 Fixed: Display a better error message if the wrong exception is thrown with an expectedExceptions
new c60f221 [TESTNG-235] Generate a maven bundle during the TestNG build
new 0616967 Fixed: @Test(dataProvider) was not working at the class level
new a270af0 Version 5.10
new 12c1d4e Test for the data provider fix.
new 52248d0 Added org.testng.collections Enabled @Verify interceptor
new b13763d Maps stuff
new f9660af Notes
new 3a82ac1
new 78fc0b6
new afd25d6 test/src/test/configuration/BeforeClassThreadA.java
new 6d300dc Fixed: <classfilesetref> was not working properly in the ant task (Ed Randall)
new 442bac7
new 77ec73c
new fb9c929
new dbdf74f Throw when a factory throws.
new 43f186d Fixed: threadPoolSize without invocationCount was causing reporters not to be invoked
new fe62fb2 [TESTNG-343] Test class with @ObjectFactory doesn't get instantiated via the factory
new f865d18 [TESTNG-326] Allow IObjectFactory to load from non-standard classloader (take 2)
new 19ba35f Updated for TESTNG-343 and TESTNG-326
new 0e8a2a6 Two more links.
new 88b7299 Added: dataProviderThreadCount can be set from the command line and from ant (Adrian Grealish)
new 6006c86 Fixed: Inner test classes were not excluded properly (Carsten Gubernator)
new 99b4d6c Added: Assert#assertEquals() methods for Sets and Maps
new bf8f9f5 Fixed: TESTNG-67: @Configuration/@Factory methods in base class being ignored
new c8015fa Updated the documentation to SyntaxHighlighter.
new c778bad Ported to SyntaxHighlighter.
new 1be8e10
new b17ae46
new 15d8b69 Fixed: TESTNG-347 suite with parallel="tests" and test with parallel="classes" doesn't work correctly (Rob Allen)
new 968c743
new 84e73b0 Initial work on GroupThreadPoolExecutor.
new 95dbd7b
new a8a3121
new 2df28f3 Fixed the tests.
new 85bc47a Removed v4 tests.
new 7dffa3b More graph work.
new 8a8090d Removing .classpath.
new 1a42834
new f1a62c2 Tests for DynamicGraph.
new ccb64d1 Updated svn:ignore.
new 1d7ff8c Graph work.
new d100d71 Graph work.
new a905050 Graph work.
new 688c8bb
new 68da99b
new 4dac062
new a09103e More multithreaded work.
new 3a72f09 More multithreaded work.
new 2db649c All tests passing, turning on the new flag.
new 23b6ac9 Added tests for the new functionality.
new 6337249
new a4e6892 Fixed: @DataProvider and dependent methods were not skipping correctly (Francois Reynaud)
new b0bc539
new 227a263 Fixed the Eclipse plug-in.
new 6c8ca81 Better TestResult#getName for the Eclipse plug-in.
new 2cc1cc2
new a15c925 Better toString() overriding detection.
new d4a501c Added comments to getFreeNodes().
new f4bff96 Fixed: packages=".*" wasn't working properly (sandopolus)
new d1bb300 Better graph tests.
new 81b9582 Better graph implementation.
new 67b316e
new 0501e25 Fixed: @BeforeSuite/@AfterSuite would run multiple times when used in a @Factory
new e760049 .dot support.
new d9f4b75
new e9b7e75 Fixed: dataProviderClass was not respecting inheritance (like most attributes still)
new a6dd947 Some refactoring, last commit before 5.11.
new 1315953 Doc for 5.11
new 430d00f
new e02a82b Fixed: The text reporter was no longer reporting stack traces for verbose >= 2 Fixed: IIinvokedMethodListeners were not invoked
new 3ee4638
new a5fceea
new 1a7cabf
new 2825912
new e8425a1 Removed broken Maven links.
new 68f4504 Added: IInvokedMethodListener2 to have access to ITestContext in listeners (Karthik Krishnan)
new c319bb5 Fixed: The TextReporter reports skipped tests as PASSED (Ankur Agrawal)
new 4aa07e2
new beb3f2f
new 47a9886 Delete Javadoc support.
new 936c793 Delete test-14/
new c5af177 Updated build.
new f0183e1
new ee11a20 Removed 1.4 mentions from the doc.
new a47f90e
new 08d4bb8 Fixed broken links.
new dd84c4f Added: New attribute invocationNumbers in <include> Added: testng-failed.xml only contains the data provider invocations that failed
new 1ed096c Added tests for the new failed reporter feature.
new 86d779a Deleted v6 directory.
new 0f6db64 Maps.newHashMap() everywhere.
new 0a05089 Lists.newArrayList()
new ed0917f
new 01e59f7
new 577fb0b Deleted reports/
new 14fd847 Update Eclipse doc and fixed Maven typo.
new 3377296
new 4627f46
new bf8793f Added: Priorities: @Test(priority = -1)
new 1b6ecd5 Minor fixes.
new b24d32c
new 8f74adb Fixed build and cleaned up the javadoc target.
new 419f668 Added: TestNG#setObjectFactory(IObjectFactory)
new 8f8e0c6
new 6bb8186
new a51e98e
new 8bbdac6 Upload beta script.
new 38cf386 Fixed factory interleaving bug.
new b535232 Fixed: @Before methods run from factories were not properly interleaved
new e350d76 Fixed: @Before methods run from factories were not properly interleaved Fixed: @Test(groups = <constant>) was taking name of the constant instead of its value.
new cd1e8ee Test for interleaving factories.
new a69683d Clarified @BeforeTest and @AfterTest.
new 1e15cc3 Added: Injection now works for data providers
new 090281a
new 0340c60 - Added Guice - Better build
new 1d25666 More Guice work.
new f3a5b1b
new e56abad
new e6ffddc
new 79cd443 Add duration attributes in testng-results.xml, for both suite and testcase.
new 416a6c6 Added: testng-results.xml now includes test duration in the <suite> tag (Cosmin Marginean)
new 8af1676
new 8740fb4 Fixed typo ("occured") and remoted unnecessary field+method.
new 3881cf6 Added: IAttributes#getAttributeNames and IAttributes#removeAttribute
new a26e157 Added test for new IAttributes methods.
new a5d062f
new 66ad088
new 5adb614 Renamed invocationNumbers to invocation-numbers in the XML file.
new c5e4f9e Fixed web DTD.
new 1f150b6 @Verify / @Verifier
new cfe1bf2 @Listeners
new 7d68bb0 Added tests for @Listeners.
new 452d91b Javadoc and doc for @Listeners.
new 20303fc
new 1c865a8 5.12
new 9045988 5.12 work.
new 28ab1f4 Pass system properties to the ant task.
new 0813ae8 Added: Passing command line properties via the ant task (Todd Wells)
new 3a60c62
new 4f8e3e6 Fixed: @Listeners wasn't working properly with ITestListener
new 365a846 Fixed: Test priorities were not working properly in non-parallel mode
new bfac651 Fixed: @Listeners now works on base classes as well
new bc54697 Initial pass at implementing ITestNGListenerFactory.
new 6e370c0 Forgot to add.
new 923e3d1 Maven work.
new 2896925
new 9062dc2
new 268e3e0 ITestNGListenerFactory now uses the same instance as its tests.
new 73c823b Signing the bundle.
new 9193a02 5.12.1 and updated the pom for Guice.
new dde4cb4
new 5894833 Updated doc to 5.12.1.
new c8b3d50 Removed unnecessary trace.
new db66a3d Fixed: Exceptions thrown by IInvokedMethodListeners were not caught (Nalin Makar)
new 74daf46 Fixed examples build.
new 7c5b419 Removing unused jar files.
new 55e7a2a
new 52fd78d Fixed: TestNG#setTestClasses was not resetting m_suites
new e6eaf48 Added: New ant task tag: propertyset (Todd Wells)
new 21cfd2d Fixed: Configuration methosd couldn't depend on an abstract method (Nalin Makar)
new 0893e3f Adding test classes to test overridden abstract configuration methods
new acf4fa2 Fixed ClassHelper.extraMethods
new ced29ec Build updates.
new a688051 Removed tabs.
new 541d731 Ivy support.
new b50a0b2 Removed tabs.
new 95821dc Ivy support.
new 4dc22d9 Removed lib directory (now used by ivy and no longer necessary).
new d16c4e5 Trivial fixes: TESTNG-241 (log message at Info), Issue2 (throw SAXException and not NPE for invalid testng xml)
new 417540f Now jars with and without guice/bsh.
new e793fad These jar files are now handled by ivy.
new 4b9a29d Forgot version in junit jar.
new b1b8a60
new 62d0613
new 74879df Updated the ant documentation with propertyset (Todd Wells).
new 0d25f54 Removed dead code.
new af701af
new 8d222f3 Minor refactoring.
new 405ecc2 Removed tabs.
new 3f246f0
new 324cb3b Added sourcetitle CSS tag.
new d3c04c3 Fixed: Show correct number of pass/failed numbers for tests using @DataProvider Fixed: Return correct method status and exception (if any) in InvokedMethodListener.afterInvocation()
new 8a1684f Added sequentialOnInstances attriute under the experimental flag.
new 927a6d8 Fixed: TESTNG-387 TestNG not reruning test method with the right data set from Data Provider (François Reynaud)
new f1ae0de Fixed: NPE with @Optional null parameters (Yves Dessertine)
new 449336a Tests for the @Optional NPE fix.
new e3b5205 Issue78 NPE with non-public class. Now throws TestNG exception
new cad7078 More robuts thread testing.
new ff94a1b Fixed: Issue4 assertEquals for primitive arrays, Issue34 assertNull javadoc updated
new 38d16ad Minor fix.
new 1e61502 Maven doc update.
new 8fdff5c Added Cobertura article.
new c4b4679 Fixed: XML test results contained skipfailedinvocationCounts instead of skipfailedinvocationcounts
new 51cf883 Test fix.
new 5c9afd1
new 37d27f3 Switched exception and instance in the reports.
new 721fb91 Fixed: onTestSuccess() was called after @AfterMethod instead of after the test method (test: test.listener.ListenerTest)
new 238ed94
new ecf3972 Fixed: TestNG was hanging if no test methods were found
new ce14bbc Clarified a method name.
new f9e1f4b
new 100885a Fixed: <suite> and <test> time outs were hardcoded, they now honor their time-out attribute
new 8222e20 Fixed: Time outs specified in XML were not honored for <suite parallel="tests">
new 4a892dd
new 31f6566 Implementation of hierarchical XmlSuites (Nalin Makar).
new bef5653 Updated changes.
new 17c5221 Fixed: Issue24 OOM errors in SuiteHTMLReporter
new 575b283 Fixed: Issue24 OOM errors in SuiteHTMLReporter (Nalin Makar)
new 9112eca Merge remote branch 'upstream/master'
new fffc20f Added: -testnames (command line) and testnames (ant)
new 0f13571 Doc update
new 292e42b Minor fix
new 928e703 Multithreaded test bug fix
new e74920e Merge branch 'master' of git://github.com/cbeust/testng
new 9272a01 Initialize all Suite/Test runners at beginning to catch configuration issues right at start
new 32b42ad Initialize all Suite/Test runners at beginning to catch configuration issues right at start
new 575d94d Merge branch 'master' of git://github.com/cbeust/testng
new a1aa141 Ignore files generated during build/testing
new 40f208a Ignore files generated during build/testing
new 32119b7 Merge branch 'master' of git://github.com/cbeust/testng
new f1a049d Fixed multithreaded test bug.
new 4f2842e Merge branch 'master' of github.com:cbeust/testng
new bf02fc8 Added Reporter#clear
new 3ef8d93 Refactoring
new 0099cb3 Now passing XmlClass and XmlTest down to the interceptor
new 832cdc9 Introduced ClassInfoMap.
new 5c80beb Interceptors now ready to be switched by XML
new 95bd43e XML now supports <test preserve-order='true/false'
new 3a63882 Updated the upload script
new 682629c Implement <test preserve-order="true/false">.
new 6488a02 Merge branch 'UploadBeta'
new 9dea444 Tests for <test preserve-order='true'
new 58ae39f Documented preserve-order
new e477b53 Reporter#clear fix
new fb4edb8 The same method invoked multiple times was reporting the same time stamp.
new 4cf3861 Merge branch 'master' of github.com:cbeust/testng
new cb920fc Updated toXml() to include preserve-order
new ffda664 Merge branch 'master' of git://github.com/cbeust/testng
new 9a4f87b Fixed the order test
new 4314468 Added failing test for method ordering
new cf753a7 preserve-order now works on methods
new 0e25edc Bumped log level for PoolService to 3
new 3ea3d26 Merge branch 'master' of git://github.com/cbeust/testng
new b519fa0 Added toXML() to XmlInclude
new bd52e4e Merge branch 'master' of git://github.com/cbeust/testng
new 786a5c4 Fixed: If inherited configuration methods had defined deps, they could be invoked in incorrect order
new c3fc10e 1. ClassHelper.getAvailableMethod: No need to look at methods from Object class 2. Replaced new operator 3. Misc cleanup
new 675d707 Fixed: If inherited configuration methods had defined deps, they could be invoked in incorrect order
new b8a4aec Merge http://github.com/nullin/testng into Nalin3
new a0e80b3 Renamed TESTMETHOD to TEST_METHOD
new 5fc099f Refactored test
new beaff9a Replaced @Test(sequential) with @Test(singleThreaded)
new acd388b Fixed: @DataProvider(parallel = true) was passing incorrect parameters with injection
new 2408f1e Minor testng.xml change
new 1a14b92 Refactoring
new 9378f48 Fix another issue in setting up method dependency. For @BeforeXXX annotations, methods in derived class should depend on all methods in base class and not just any one. vice versa for @AfterXXX annotations also.
new e157c70 Fixed: Identical configuration methods were not always invoked in the correct order in superclasses (Nalin Makar)
new aba3ac2 Implemented @NoInjection
new 78bba3a Parameterizing the build better
new ecd1b48 Moved things around to prepare for the Apache directory structure
new 631eb4a Merge branch 'master' of github.com:cbeust/testng
new 63fa709 Fixed Javadocs build
new dc0051b Moved src->src/java/main and test -> src/java/test
new cbd2d04 Updated .classpath files
new 1e3ee54 Created src/test/resources
new 93b16a3 Created src/test/resources, updated tests
new 1c00c70 Moved testng*xml to src/test/resources
new f5e4826 More build adjustments
new 0108e5e Building into target/classes and target/test-classes
new ac981c4 Cleaned up src/test/java
new e1bbe88 Distribution build fix
new 1af5818 Most distribution build fixes
new b3a8426 Added -methodselectors, tests and documentation.
new 34d7db4 Moved fileToClass out of parameter parsing
new ecb4654 First steps toward new parameter parsing
new 8085805 Converted command line parsing to JCommander.
new 58893b6 Better classpath for tests
new a677ad1 Removing JCommander from the build, using ivy to retrieve it.
new 4c661de Doc link fix
new 33d9252 Build changes
new d68d14c Maven poms
new d75ba43 Remove trace
new 88154ea Test fix
new ac98b4f Removed trace
new 68308ab Added a few things to pom.xml
new 62a82c6 Ability to configure failure policy by Todd Quessenberry
new 94a2545 Merge branch 'master' of http://github.com/nullin/testng into nullin
new 6ffcb08 Merge branch 'master' of git://github.com/cbeust/testng
new 3d01dde Minor change
new c3a37cd Better javadoc build
new e6ca990 Merge branch 'master' of git://github.com/cbeust/testng
new 9c12b8d Added snapshot repo profile
new 5de1760 Updated poms and build script
new 47b53e9 Merge branch 'master' of git://github.com/cbeust/testng
new c4f6e79 Fix build. Copy over resources from correct location. This also fixes the missing testng.css issue.
new 18bc102 Fixed testng.css problem (Nalin)
new 07b4d65 Fixed parsing bug with -usedefaultlisteners
new 5a2a01e Merge branch 'master' of git://github.com/cbeust/testng
new f12b533 Regression test for -usedefaultlisteners bug
new eb67530 Added TestNG#addClassLoader (Jonathan Nekenyu)
new ee90426 Merge branch 'master' of git://github.com/cbeust/testng
new 34e403b Build fix
new 41167f0 Now skipping the tests inside the pom.
new a32ee6b Updated build to include the JCommander classes in the jar
new c5d10df Added usage()
new f6605f4 Fix NPE
new ac025d5 Build changes
new e1a5785 Implemented -methods
new ec2c674 Updated CHANGES
new d8e628a Updated build with junit
new 2d280f0 Maven updates
new 0d58f77 Added methods to the ant task
new 7c4a222 Minor fixes by Todd Quessenberry
new 12002df Merge branch 'master' of git://github.com/cbeust/testng
new 37ac235 Fix handling of test name specified by implementing ITest
new 3b405b7 nit comment fixes
new deff646 Changed the type of preserveOrder from boolean to string for future evolution
new d1bb42e Documented preserve-order
new b4f7e60 Minor fix from Todd Quessenberry
new 42dd35e Merge branch 'master' of git://github.com/cbeust/testng
new ea676b0 Doc update
new 38597c8 Updated to JCommander 1.3
new 0a20843 CSS update
new 200bd27 Updated build script
new d4d8c39 Better quoting for EmailableReporter
new 0bfdb75 5.13beta
new f381837 Suite timeout to 10mn
new cfcfb26 Script update
new 8ededea Set default time out to MAX
new d78b678 Reverted Sample2
new 4601d93 Clarified that certain flags don't work in the presence of testng.xml
new ca615d7 CHANGES update
new 423a12b Patch from Todd for failure policies
new ab044e5 Updated doc for 5.13
new cc2aac0 Sitemap
new ace0775 Updated pom'scm to git
new 5509258 [maven-release-plugin] prepare release testng-5.13
new af9ca3e [maven-release-plugin] prepare for next development iteration
new dbf64a3 Merge branch 'master' of http://github.com/nullin/testng into NalinFix
new 6532c5a Forgot to include Nalin's fix on the XML changes
new 80033f1 Doc update
new 4444a36 [maven-release-plugin] prepare release testng-5.13.1
new 64ce287 [maven-release-plugin] prepare for next development iteration
new caa1c3c Updated Maven doc
new d4dbb5f Typo in doc
new 9dfc859 Classfileset stopped supporting ,
new 55cd8fe Replaced constants
new 4a2d634 More changes
new 8664905 More changes
new ebadb61 More changes
new 5626b13 Added a method for Surefire backward compatibility
new 2c5b576 All tests passing, both and and Maven
new 40a8db4 Fixed RemoteTestNG
new 8fb4960 Classfileset was not accepting ,
new a741226 build.properties
new 97771d5 Forgot a line in Sumit's patch
new caa9356 Updated CHANGES
new b2d4536 Refactoring
new 9ae4e70 Fixed: RetryAnalyzer wasn't working properly with factories
new bacea92 Fixed endMillis test
new 2795e2c Updated to JCommander 1.5
new be0d782 Better usage
new 6c4f675 Simple yaml support
new 3dfbec3 More YAML work
new 3b413ea YAML work
new 6c6e3e4 YAML
new cafec37 Working on code generation
new 32e3558 YAML work
new 58101f3 Now generating valid .yaml file
new f76fd01 Can now parse my own output
new 56d412e No longer generating fields equal to their default value
new a340898 Don't display name: for packages if not necessary
new 849e22b Added main to Yaml
new 0deb791 Added equals methods for XML classes
new 5fd0afa Fixed methodselectors CommandLineTest
new e4f7f6f Fixed defaults in XmlTest
new c175486 All tests passing with ant but not maven
new b6b3d93 Two new files
new c57d4b1 single update
new 0ff15e6 Simple yaml support
new 8ee0cb9 More YAML work
new f3ba8fb YAML work
new e5bb0c6 YAML
new 1ae7a7e Working on code generation
new 8a7ed9a YAML work
new c423a8d Now generating valid .yaml file
new fb5ee21 Can now parse my own output
new 3dd6839 No longer generating fields equal to their default value
new e8527ed Don't display name: for packages if not necessary
new 4b42c0b Added main to Yaml
new 043424a Yaml tests.
new 3aef4f8 Yaml work.
new 8f6faaf Yaml work
new cb6e85b Cleaning up the mess
new f2d1ac2 Working on suite-files
new f51eb11 First suite-files test passes
new 300c236 More YAML tests
new c055119 More Yaml tests
new 9e77b11 More Yaml tests
new e595879 New Converter class
new 49dface Added <suite-files> generation to toXml()
new 1194147 Merging
new 93d1de6 Merge branch 'master' of git://github.com/cbeust/testng
new 5cb78c3 Converter work
new 40be385 Fixed: preserve-order was not preserving class order with dependent methods
new da3ae7d Merge from master
new b72428c Fixed: TESTNG-404 threaded tests fail due to use of non-threadsafe collections (Marcus Better)
new 87f74b5 Merge branch 'master' into yaml
new 39fb6ed Removed imports from Guice's internal
new d5f5746 preserve-order bug
new d7056fe Changed version
new 105ddcf Merge branch 'master' into yaml
new 64c9ecd Removed childSuites test in equals/hashcode
new fc77faa Introduced SuiteRunnerWorker
new b7a8c39 Tests passing, need to add command line
new 687eae6 All tests passing include ParallelSuiteTest
new c8d577f Added threadpoolsizetest to the ant task
new cb12c20 Forgot test files
new b0189a8 Merge branch 'master' into yaml
new e0eb740 Fixed: ant task error if <classfileset> is used with no classes (welex91)
new d32290f Merge branch 'master' into yaml
new 7e735d9 TESTNG-400: onTestFailure method in ITestListener is called before @AfterMethod
new 252c458 Refactoring
new 3cedfdf Fixed: Injection was sometimes not working properly when used with @Parameters
new 9337911 Restore serialization
new f3e88e9 Merge branch 'master' into yaml
new d3c4a28 Build fix
new b464540 Fixed: @Listeners now aggregate through base classes
new 23711f3 Showing stack traces if verbose >= 2
new 8146566 Merge branch 'master' of git://github.com/cbeust/testng
new a23c78c 5.14
new 8c5b3fd 5.14
new ce7aef2 5.14
new 9108960 [maven-release-plugin] prepare release testng-5.14
new 12f5bdc [maven-release-plugin] prepare for next development iteration
new 36611a2 Updated maven instructions
new 70cdf19 [maven-release-plugin] prepare release testng-5.14
new 496ade9 [maven-release-plugin] prepare for next development iteration
new af3d20b Merge branch 'master' of git://github.com/cbeust/testng
new 1764d01 Fixed: typo -testRunFactory
new c987a16 Updated CHANGES
new 3a701d3 Merge branch 'master' of git://github.com/cbeust/testng
new 14e2b69 Fixed: NPE while printing results for an empty suite
new 8f67f70 Merge branch 'master' into yaml
new aacb207 Fixed: Invoke IInvokedMethodListener.afterInvocation after fixing results for tests expecting exceptions
new 1621e39 Add testngtasks to the Maven produced jar file
new 285fc74 Merge branch 'master' into yaml
new 6736fec Test build update.
new a87088c Version bump.
new 0bc5acb Working IConfigurable implementation, need some refactoring.
new 4eb5594 Better testing for IConfigurable.
new 3297414 Now passing a configuration down to TestRunner.
new e14d068 IConfigurable and IHookable are now listeners.
new b1f7fe7 build.properties update
new fd1b9f0 Merge branch 'master' into yaml
new 3a45239 Comment update
new a18fb82 Merge branch 'master' of http://github.com/nullin/testng into nullin
new c6c960f TESTNG-186. Rename IWorkerApadter to IWorkerAdapter.
new d50ccac TESTNG-384. Use CharSequence instead of String for assert messages.
new c2361f8 Fix potential serialziation problem.
new 8d59636 Updated CHANGES
new 63f2ea7 Made IHookable tests more robust.
new 3f7e5e0 Incorporate changes from tpollak.
new e604413 Removed comment.
new 0b07e8f Merge branch 'master' into yaml
new e4f58f0 @Listeners was not working with hookable and configurable.
new 0a002d2 Build fix.
new dcf2a50 More robust IHookable and IConfigurable tests.
new 8617399 Updated to JCommander 1.7 (Java 5 compatible).
new 3880fc6 Added getParameters() to the hook callbacks.
new 0564793 JUnitXmlReporter now generating the package attribute.
new 56691e8 Added getParameters() to IHookCallBack.
new e6d8381 testng-single update
new 919109e Merge branch 'master' into yaml
new d8aa55a Fixed NPE in XmlInclude
new 1df8091 Better JUnitReporter.
new 38713ad testng-single
new 0e939ae Merge branch 'master' into yaml
new 89c386f Documentation added: Section on Selenium (Felipe Knorr Kuhn)
new c4c69ed Fixed link
new c676574 Rework the code for running suites in parallel
new 42f6916 Merge branch 'master' of git://github.com/cbeust/testng
new aa6379e Test to ensure that suites are run in specified order if suiteThreadPoolSize == 1 and randomizeSuites == false
new c46d9ba Revert changes
new 63341f9 Trivial: Cleanup whitespace
new 1ecb309 Trivial: Fix use of triggerAtOnce boolean w.r.t countDownLatch
new fcfd8cc Rework the code for running suites in parallel (Take 2)
new ca97550 Revert change to Assert methods
new 49bffd7 Revert change to Assert methods
new c3eb93c TESTNG-197 : assertEquals(Collection,Collection,String) logic simplification
new 06adacf Generating one JUnitReport per class.
new c3b0aee Added support for XML comments in XMLStringBuffer.
new 33582b1 Merge branch 'master' of github.com:cbeust/testng
new abd46c6 Added two links in the misc section.
new e47fae7 Merge branch 'master' of github.com:cbeust/testng
new 9a6bb5d Added a method Utils.escapeUnicode() to filter any characters that are not defined in Unicode. This method is used in the generation of the testng-results.xml file to avoid generating an invalid xml.
new ef4d568 Minor fixes to tpollak's commit
new 740cd47 TESTNG-197 : assertEquals(Collection,Collection,String) logic simplification
new 885f7e9 Merge from Nalin's master.
new 8276273 Nalin's change: -randomizesuites.
new 9c0eb84 Merge branch 'master' of git://github.com/cbeust/testng
new d4deecc More tests for ParallelSuiteTest
new 7a43932 Minor improvement to the JUnitReporter reporter.
new 3ed820f Updated the doc to point to github.
new 3066f42 Merge branch 'master' of github.com:cbeust/testng
new 2f25cee Doc update.
new f770e79 Clarified dependent methods in parallel.
new fa7f5cf Merge branch 'master' of git://github.com/cbeust/testng
new f0d2855 Rework around running suites in parallel
new cdedda8 remove a System.out.println stmt from test
new 1306504 Fix ant clean target
new 72896ac Fixed: TESTNG-415. Assert.assertEquals() for sets and maps fails with 'null' as arguments
new 4981d9e 2 more tests for AssertEquals[Maps|Sets]
new a88dd69 Typo.
new 5ef553d The Eclipse plug-in wasn't running child suites.
new 82ed7e9 Updated CHANGES.txt.
new 754e339 Merge branch 'master' into yaml
new 926eb75 A few fixes on top of Nalin's changes
new 45628a8 Merge branch 'nullin'
new 134785f Merge branch 'master' into yaml
new eb7e1b6 Fix updates to CHANGES.txt
new 194335b Tivial updates related to TESTNG-415
new f035a01 Use GraphThreadPoolExecutor instead of GroupThreadPoolExecutor
new 3861c22 Remove unused interfaces and classes
new c4cadec Minor fixes on top of Nalin's changes
new 6470013 Eclipse plug-in update.
new 830ff4b Implemented timeOut for configurations.
new 50c095b Temporarily excluding broken serialization test.
new 7578167 Temp files.
new 0dba7d6 Updated CHANGES.txt.
new 5c83f94 Add randomizeSuites to ant task and make it a Boolean instead of String in CLI...Args.java
new 48fe969 Boolean cli args don't have to be appeneded with a value
new a562bb6 Added a few missing listeners to the doc.
new 2756432 Remove unused class
new ae0c02f Remove another unused class
new 0b2ac5e First Pass of FindBugs
new 10a098f Merge branch 'master' of git://github.com/cbeust/testng
new ac22b08 JUnitReports now include the stack trace in case of failure.
new a915ee1 Fixed a typo and removed the Conclusion part, as it is not necessary on the doc
new acf4c81 Added dot.
new 238f1e9 Temp files.
new 1f903d7 Merge branch 'master' of github.com:cbeust/testng
new d0df5e6 Fixed NPE in JUnitReporter.
new ad35fd7 Merge branch 'nullin'
new b99deb5 Merge branch 'yaml' of github.com:cbeust/testng into yaml
new 6104a39 Merge branch 'master' of git://github.com/cbeust/testng
new 165a3d9 Make IMethodInterceptor transient because it doesnt implement serializable
new 1963187 2nd Pass of taking care of Findbugs warnings
new b4c75be Handle suite parameters properly
new cb1b9dd 5.14.1
new ee5d714 Merge branch 'master' of github.com:cbeust/testng
new b88a4ef Next beta.
new e53ab8c Updated CHANGES with the new Eclipse plug-in feature.
new 3c33173 Better skip handling in JUnitReportReporter.
new 04231cb Minor fixes to Nalin's patch.
new 33724e8 Merge branch 'nullin'
new 70b17eb Merge branch 'master' into yaml
new e946500 Added .classpath
new 3dcfcbe Fixed the indentation for XmlSuite.
new 89fa9de Trivial whitespace and indentation cleanup
new e934f66 Trivial changes/cleanup
new f0aec51 Fix Javadoc indentation in FileAssert
new 7d239aa Code cleanup
new b1c182d Code cleanup
new f77d739 Fixed NPE if TestNG is invoked with no test classes.
new 75983fe Missing space.
new e612333 TESTNG-401: ClassCastException with Surefire.
new 2a0744c [maven-release-plugin] prepare release testng-5.14.1
new ef6f6d6 [maven-release-plugin] prepare for next development iteration
new 9102fec Updated CHANGES.txt.
new 5523eb4 Updated CHANGES.txt.
new fb3a101 Updated pom-test.xml to use 5.14.1.
new ad58e81 Updated to JCommander 1.10.
new b66810c Merge branch 'nullin'
new e149bc9 Added .classpath.
new badbb59 Comment.
new 5b3338b Merge branch 'master' into yaml
new 8668f8e Minor fix.
new 96fc47a Merge branch 'master' into yaml
new 5530541 Fix for Maven.
new fa4f1a0 Updated pom-test.xml to 5-14.2-SNAPSHOT.
new e39345b [maven-release-plugin] prepare release testng-5.14.2
new a4a71a2 [maven-release-plugin] prepare for next development iteration
new f10c3a1 Fixed: Methods depending on a group they belong were skipped instead of throwing a cycle exception
new 629e66b Maven Surefire compatibility fixes.
new 1c481c1 Bumped version of pom-test.xml.
new fc311d2 Merge branch 'master' into yaml
new bd45313 Updated verify-release script to validate pom.xml and pom-test.xml.
new 8d43d93 New link about TestNG, Mockito and Emma.
new e04d120 Fixed: IDEA's plug-in was not honoring ITest (fixed in TestResultMessage).
new cc2ecd8 Updated CHANGES
new 03bd9fb Version bumps.
new d2675ea Patch for ITest support in IDEA (Anna Kozlova).
new fa37ead Fixed: IDEA-59073: exceptions that don't match don't have stack trace printed in console (Anna Kozlova)
new e182b0a Restore public for getCurrentTestResult().
new ba19bb0 Maven compatibility fix (Brett Porter).
new 112174a Eclipse plug-in compatibility fix.
new 2a310da CHANGES update.
new e49b145 Updated CHANGES.
new a7b4000 Better handling of errors and failures in the JUnitReporter.
new 43b1fdf Better formatting of the time taken.
new 5a242e7 Temp files
new 3cef6dd Merge branch 'master' into yaml
new e49467f Reverting the clean up changes, which broke the ant task.
new e4d3dc6 Eclipse doc update.
new e99ce2c Better stack trace for JUnitReporter.
new 2227359 Remove Graph.main() and change assert to Assert.assertTrue() in GraphTest
new c91ee4c code cleanup for src/main
new 892b08c code cleanup for src/test
new bef5a1e Fixed inheritance error in the JUnitReports.
new f2d2ba1 Download doc update.
new 626e9f3 CHANGES update.
new 9a836a6 Classpath update.
new 0f7e671 code cleanup for src/main
new 281ed28 Merge branch 'master' of git://github.com/cbeust/testng
new 21dad33 Merge branch 'master' of github.com:nullin/testng
new d14cc65 Fix for the Eclipse plug-in to display suite and tests in the tree view.
new d60c825 CHANGES update.
new c2cf089 Updated pom.
new 5efb6db Merge branch 'nullin'
new fc36c8e Point doc to the old plug-in page.
new 33887a0 No-op.
new 6f7afd1 CHANGES update.
new 0a09e46 Temp test files for package testing.
new 98224a3 Fixed: EmailableReporter now sorts methods chronologically
new cc55595 State reason for exeption
new 3c6efd0 Remove TODO: renamed findFactoryMethod to findDeclaredFactoryMethod
new 28e899a Fixed: TESTNG-411: Throw exception on mismatch of parameter values (via DP and/or Inject) and test parameters
new e94150a Removed setAllTestMethods
new 9150cdf Convert parameter origin values from int to enum
new eddb4a9 Invoker.invokeTestMethods
new 62dc542 nit cleanup in TestMethodWorker
new a477952 Fix handling of -reporter on cli and <reporter> tag in ant task
new 5afc1fa Added: It's now possible "Run/Debug As" with a right click from pretty much anywhere
new 6cc03cc New link.
new aae11d5 Eclipse plug-in work.
new f375d1a CHANGES update.
new dc84ff1 Restore the display of ITest#getTestName in the Eclipse plug-in.
new c06c9bd Merge branch 'master' of git://github.com/cbeust/testng
new 262b1d8 Merge branch 'nullin'
new 23e3b73 Style fixes.
new 676b37b Skipped tests were not always counted.
new 567a4db TestMessage's second parameter should be the XML name.
new 299d9bc Temp files.
new cf6c809 Tests for the count fix.
new 5289fd6 Temp file.
new 499267d Merge branch 'master' into yaml
new 47f07d9 Updated CHANGES.
new 1700953 Commented out a trace.
new 551b3ca Temp files.
new 30c4718 Temp files.
new dd52f73 Merge branch 'master' of github.com:cbeust/testng
new 32edf7f Merge branch 'master' of git://github.com/cbeust/testng
new d49490a Making TestNGAntTask more extensible.
new 7d27c3c Add OSGi headers in MANIFEST.MF
new 10e850a Add OSGi headers in MANIFEST.MF
new 01aee42 Fixed: TESTNG-436: Deep Map comparison for assertEquals() (Nikolay Metchev)
new f9679f6 Forgot a file in my previous commit.
new 25a469c Merge branch 'master' of git://github.com/cbeust/testng
new 10da650 The verbose level of testng.xml wasn't passed correctly when creating the worker.
new 3d5c650 Comment update.
new 0e7989f CHANGES update.
new f95c226 Verbose specified on the TestNG object should override the one in the suites.
new a4eabd2 CHANGES update.
new 1e9bc8c Running an existing suite now copies that existing suite to the Remote location.
new e73e440 Create a directory before copying the suite file there.
new 9a1dd47 Added excluded method support to the string protocol.
new 4054ab4 New features in the Eclipse plug-in.
new 03d49b9 Merge branch 'master' of github.com:cbeust/testng
new 09bb966 Merge branch 'master' of github.com:cbeust/testng
new ed626ea First pass at refactoring the protocol.
new 754256e Now allowing multiple protocol senders.
new 5cbb625 Merge branch 'master' of git://github.com/cbeust/testng
new e3976cd Whitespace cleanup in testng.xml
new 20a0bb1 Fixed: TESTNG-438: Regression in 5.14.1: JUnit Test Execution no longer working
new 15f707e Now runnning but not stopping properly.
new e133751 Normal mode working, debug NP then loops.
new ab96c48 New protocol working for strings.
new dbf567d Updated README.
new 54c4517 testng.xml working, need to remove debug messages and clean up.
new 9e1c2ba Remote test client.
new 3eb3481 Introduced -Dtestng.eclipse.stringprotocol to run the old protocol.
new acb03a6 Better RemoteTest.
new 40064e0 Better RemoteTest.
new 9040f73 Temp files
new 3a7b835 Merge branch 'master' of github.com:cbeust/testng
new f6a2add Updated RemoteTest Javadoc.
new 72adbee Use a MessageHub instead of a MessageSender.
new 23e7a0e Getter for MessageHub.
new 08e92ff Added "descriptions" in the excluded method table.
new 0b4295f CHANGES.txt
new 347f2c9 Fixed: TESTNG-441: NPE in SuiteHTMLReporter#generateMethodsChronologically caused by a race condition (Slawomir Ginter)
new 9aedf11 Merge branch 'master' into Protocol
new eef8b45 Added tests for RemoteTestNG.
new d811812 Merge branch 'Protocol' of github.com:cbeust/testng into Protocol
new 70077cd Forgot a file
new af40113 Merge branch 'Protocol' of github.com:cbeust/testng into Protocol
new 6f37519 Merge branch 'master' into Protocol
new 63d2416 Fixed RemoteTest to use unique port numbers.
new 42da5e0 Fixed an NPE if verbose is not specified explicitly.
new aa48da6 Fixed: NPE when verbose isn't specified.
new 49c8778 New RemoteTestNG protocol (using serialization)
new b059738 Merge branch 'nullin'
new c787e26 Verbose of junit-suite.xml back to 1.
new 396daa2 NPE fix.
new d2d25cc Fixed: XML files should be run in place and not copied.
new 552f0e2 CHANGES update.
new 7d6ed9d Temp files.
new 0cf3bfc Merge branch 'master' into yaml
new 8054307 Added support for invocationCount in the protocol.
new 6b983ac Fixed: XmlTest#toXml wasn't displaying the thread-count attribute
new 0ca0739 Restored a few log() methods in Reporter.
new 01bc42d Reporter API tests.
new 28339b4 Better jar building, added guice3 target.
new 6fbba5c Build minor fix.
new c097830 Merge branch 'master' of https://github.com/xfournet/testng into xfournet-master
new de5eb5d Pictures for the documentation.
new d5026be Updated Eclipse doc.
new e580ea9 Exposing the buffer in ClassSuite.
new 9523906 Better formatting for XmlPackage#toXml.
new a780839 Don't display default values in the generated XML.
new 1c87d68 Minor fix to XML formatting.
new 0fe74a2 XmlClass doesn't always resolve the class.
new bb4cfda Allow abstract methods in superclasses to specify @Test annotations.
new 3c47bcc Fix comment.
new 59d29c5 Prevent NPE in SuiteRunner by creating invokedMethod object earlier.
new 96a74c9 Fixed: <suite junit="true"> wasn't working.
new 836556f Fixed: test listeners that throw were not reporting correctly (ansgarkonermann)
new 48c70f9 Compiles nicely against TestNG 5.14.3-SNAPSHOT with fixed NPE. Can compile DRL rule files from class level annotations. Root directory for rules given as TestNG suite parameter.
new 430d48f Switching to jarjar.
new ca4f4a4 Cleaned up build.properties.
new 5730bdf Added a timeout in initReceiver().
new 61d28a3 Source reformatting.
new 443381a Extracted testng-results.xml in a constant.
new 3124d64 First pass at monitoring testng-results.xml.
new a5532b0 Display correct duration values for test methods.
new a97f509 Parameters now displayed when read from testng-results.xml.
new dfa2f0b Removed trace.
new 92d9330 Refactoring to cleaner code: Invoker uses dedicated invoker class to invoke IInvokedMethodListeners.
new 1bcbafa Fixed: Better handling of classes that don't have any TestNG annotations
new 3ea1647 Minor doc fix.
new b3515ae Added Parser#setLoadClasses(boolean).
new 5b638dc Merge remote branch 'remotes/cbeust/master'
new 70e7666 Minor code cosmetic (member prefix, etc.)
new 9fddfc4 Honor loadClasses when trying to instantiate the object factory.
new 272431b Minor code cosmetic (indentation)
new ae3d6f1 Merge branch 'master' of https://github.com/ansgarkonermann/testng into ansgarkonermann-master
new be277d7 Additional cosmetic changes.
new cae2fd9 More clean up.
new 03bbc90 Fixed NPE when dealing with interfaces.
new 7ca3d9a Doc update
new fd461be Merge branch 'master' into yaml
new abc900d Merge branch 'master' of github.com:cbeust/testng
new 3e83f1d Package testing xml file.
new 4e69e13 Updated poms to compile against the modified guice.jar.
new 9ee6e4c Added javadoc and tests for org.testng.internal.invokers.InvokedMethodListener*
new 55c137d Moving dummy listener classes into test class.
new f18455c Minor refactoring (readability)
new dc1375c Added class-level javadoc for InvokedMethodListenerInvoker.java
new d001f39 Added: @Test(guiceModule)
new a1150c5 Merge branch 'ansgarkonermann-master'
new 4cac3f1 Better error handling in TestNG.
new ad7277d Guice code clean up.
new 76fe48e Introduced @Guice(modules = ...).
new 5ecbbf4 Allow object factories to work with class with no parameterless constructors.
new 821384f Warning message when no testng.xml was found in the jar file.
new e954d08 Better default for @Guice(modules).
new 13b120d CHANGES update.
new fe29ccd Fixed the logger (from pasjoshua).
new 4ea95a0 Removed RemoteTestNG trace.
new ac39fe2 Updating JCommander to 1.12.
new ea0b221 .classpath update.
new 3d9a489 [maven-release-plugin] prepare release testng-5.14.3
new 72ee466 [maven-release-plugin] prepare for next development iteration
new 8c44d43 Added Shade plug-in.
new 07e5bc3 Updated classpath.
new 9fcc789 Build update.
new c2a5d89 Doc update.
new 8a9f2b8 Bump.
new db57c36 [maven-release-plugin] prepare release testng-5.14.4
new 9dbbb37 [maven-release-plugin] prepare for next development iteration
new 0458ccb Better trace.
new ff0127f Better error message when TestNG can't instantiate a class.
new f5fc173 Fixed: Throw an error when two data providers have the same name.
new a040e15 Added toString() method to TestListenerAdapter.
new 5d7bef9 TestNG stopped being able to handle constructors that take a String.
new ac1b030 Added setPreserveOrder() to TestNG.
new 061a9ae Don't lose the stack trace when skipping tests.
new aa81273 Added toString() to ResultMap.
new 41a69f8 Test refactoring.
new b0819d3 Test for duplicate data providers.
new 807b259 Fixing typos in javadoc. Adding @SuppressWarnings("unchecked") to prevent warning
new fecfe3d Updated classpath.
new 4487f5c Merge branch 'master' into yaml
new d433ee7 Updated poms for 5.14.5, also fixed the Shade exclusion pattern.
new 9dea739 [maven-release-plugin] prepare release testng-5.14.5
new 23407c2 [maven-release-plugin] prepare for next development iteration
new b46f6cd Doc updates.
new 986b64d Reformatting.
new 0a84640 Documented Guice.
new ed65240 Introduced IObjectFactory2.
new 331ab52 Removed internal usage of Guice.
new af6a0c8 No longer include org.inject jar in testng.jar.
new 602c96d [maven-release-plugin] prepare release testng-5.14.6
new 7e3e891 [maven-release-plugin] prepare for next development iteration
new 114b7e1 Javadocs.
new df96702 Newer version of JCommander.
new fe08327 Stack traces were not showing their stack trace in the exception view.
new eb22033 Reformatting.
new fb5fc07 Updating for 5.14.6.
new 56d02ae Bump.
new 2900df1 Minor doc fix.
new 91693dc Merge branch 'master' of github.com:cbeust/testng
new 7742f0d Ant doc fix.
new 296d938 Added documentation for -methods.
new a657b7f Javadocs.
new 21d8809 Reformatting.
new 920b6aa Create the output directory before writing to it.
new 1bc72f1 Merge branch 'master' into yaml
new 8fd509b Get the YAML tests to pass, changed a few equals() methods.
new 28297a6 Bump.
new a71b179 Doc updates.
new 7e62931 Bump JCommander.
new 01df874 added methodselectors to Ant task
new 51c51e3 Extra spaces.
new 619e62f Reordered ant options alphabetically.
new 1cf1540 Better error message in the JUnit runner.
new 219b162 Documented the new wizard.
new 1faeee2 Fixed: TESTG-465: Specifying multiple Guice modules wasn't working properly.
new 079f7c2 Fixed: TESTG-465: Guice modules are bound individually to an injector meaning that multiple modules can't be effectively used (Danny Thomas)
new ccc0e5e Doc update.
new 43b6646 Removed obsolete JUnitConverter classes and tests.
new 3fe4551 CHANGES update.
new 3a63ab1 Merge branch 'master' of github.com:cbeust/testng
new 0482f18 Reintroduced waitForAck() in StringMessageSender (JetBrains request).
new dc38113 5.14.7
new a9bd8f0 Snapshot of current work for the new Guice attribute.
new 1aa5b02 @Guice(moduleFactory) tests.
new bfd721b [maven-release-plugin] prepare release testng-5.14.7
new 8d0c926 [maven-release-plugin] prepare for next development iteration
new fd5f882 Removed reference to JUnitConverterTask from testngtasks.
new 1550ede Test for @Guice moduleFactory.
new 71ab605 TESTNG-468: Listeners defined in suite XML file are ignored
new 4e6e716 5.14.9
new 2c63166 [maven-release-plugin] prepare release testng-5.14.9
new 96b0e53 [maven-release-plugin] prepare for next development iteration
new 85a731a Updated with contributor name.
new b9981a6 Fixed my broken testngtasks commit.
new 2cb45c2 -groups on the command line will override all groups found in testng.xml.
new c5a33fa -excludeGroups now overrides testng.xml as well.
new 6b78db1 Expose getXmlTest() in ITestNGMethod.
new 98eb3e9 Bug report doc clarification.
new 749ad0b Changes update.
new b44cd9e IModuleFactory now receives the test context in parameter.
new f268481 Better diagnosis when testing serialization.
new 0dd3220 Merge branch 'guice'
new a6b82fa use method selectors from suites
new a7372ef fixed a typo and a bad last minute edit to my test
new 9ff37c9 build.properties bump.
new 446c104 @Listeners wasn't invoking ISuiteListeners.
new 30f0110 Reformatting and added comments.
new 7760293 Merge branch 'master' of https://github.com/toddq/testng into toddq-master
new 23d1be8 Minor modifications on top of toddq's changes.
new 8d01b98 Generated a <?xml prologue for all XML files.
new 2f14988 Fixed: Method selectors from suites were not properly initialized (toddq)
new d18505d Added: JUnit conversion: correctly replaces assertNull and assertNotNull
new 8b48bb6 Added: @Guice(moduleFactory) and IModuleFactory
new e194d7c YAML doc.
new b8b5a3c YAML doc.
new 438205c NPE when running with -suitethreadpoolsize.
new 8f678af CHANGES update.
new a676799 Added link to Tomek's blog post about graphic dependencies.
new cccd860 Better verbose message in GraphThreadPoolExecutor.
new 6b7d28b Fixed: In parallel "methods" mode, method interceptors that remove methods would cause a lock up
new 1857d3b Better stack traces in case of YAML errors.
new cb29a13 Better YAML stack trace handling.
new 5e6cce9 Disabling for Maven.
new 2a879f4 pom adjustments.
new fac8050 Disable serialization test.
new 54d2c2a [maven-release-plugin] prepare release testng-5.14.10
new d3ca50d [maven-release-plugin] prepare for next development iteration
new cfde368 Modified IModuleFactory to return an instance instead of a class.
new 165ffb2 Bumped to 6.0beta.
new 00c08fa Fixed: @Test(priority) was not being honored in parallel mode
new 6aee73d Better assert message.
new dd1fdbf Test for the timeOut bug.
new 6ee5e64 Merge branch 'master' of github.com:cbeust/testng
new 67b319d JVM args in the Eclipse plug-in.
new 07950c2 Minor test refactoring.
new 349a050 Fixed: @Test(timeOut) was causing threadPoolSize to be ignored
new 39f80bc Test refactoring.
new 4535e69 Merge branch 'master' of github.com:cbeust/testng
new f2c1b03 Fix for the priority bug.
new 9e81744 build.properties update.
new a7de7af Minor fixes to the YAML converter.
new 8498ef8 Build typo.
new 52fedac Added test counts in the testng-results.xml header.
new 62ee646 Fixed NPE in SuiteRunnerWorker.
new 53f96ba Version bump.
new 99e5cda Don't show the default parallel value in XmlSuite#toXml.
new 03d77cf Removed jbus dependency.
new affff1f 6.0.
new c5ca80e Minor test improvement.
new 7a560b9 Temp file.
new ec02646 [maven-release-plugin] prepare release testng-6.0
new f62564c [maven-release-plugin] prepare for next development iteration
new 4fef9d3 Bumped to 6.0.
new 7d14f19 Merge branch 'master' of github.com:cbeust/testng
new aaa283c Bump to 6.1beta.
new df7b7b6 Fixed: JUnitReporter generates an <error> tag for successful expectedExceptions tests
new f0dad59 Merge branch 'master' of github.com:cbeust/testng
new efbb5bf Minor bug in JUnitReportReporter.
new 4438e4f Allow test classes to not have a default constructor.
new 03d4e9b CHANGES update.
new 0e8453d First pass at @Factory(dataProvider)
new 05bd414 Two additions to @Factory(dataProvider) work.
new d713af2 New method used by the Eclipse plug-in conversion wizard.
new bc6f64d Refactored ConstructorOrMethod to hide the fieds.
new 770dc9f No longer covered the case of @Factory on a method.
new c9b52f0 Introduced IDataProvidable for cleaner data provider analysis.
new 080202f Merge branch 'factory'
new dbf6cff Added FactoryDataProviderTest to testng.xml.
new d88004d Added assertArrayEquals() to AssertJUnit.
new a4fde21 Preparing 6.0.1.
new ea2c4e7 [maven-release-plugin] prepare release testng-6.0.1
new 36b0023 [maven-release-plugin] prepare for next development iteration
new 27dd9e8 Doc update.
new 6810cca Added: assertNotEquals() to Assert
new af6d29b Version bump.
new 53754e6 Fixed: TESTNG-471: assertEquals(Map, Map) fails if a map is a subset of the other
new e4c10ec Doc updates.
new a7cc3ce Version change.
new a00e189 TESTNG-282: When exclude tag is specified both for groups and packages, packages exclude tag is applied to the group
new 0ddd42c Showing timings for RemoteTestNG.
new 795610a Better timing message.
new 19cd3d3 Fixed: Performance problems in the plug-in
new 6c8bbde TESTNG-282: Problem when including+excluding packages (addicted)
new f239734 Fixed: TESTNG-282: Problem when including+excluding packages (addicted)
new d0a9071 Fixed: When creating a new Run/Debug configuration, "Launch.label" was displayed
new 31879f4 Javadoc fix.
new e0014c2 Fixed: ConcurrentModificationException when using parallel data providers.
new 8b53fef Fixed: TESTNG-472: Better output for assertNull()
new 3709ce6 Merge branch 'master' of github.com:cbeust/testng
new 7e6fa6f Added src/test/resources to src.
new b5e122c Better Thread title.
new 9d7ff9e Keep track of RemoteTestNG running time.
new 57dad5d Disabled ACK and keeping numbers of packets.
new d6c0c9a Synchronizing on the OutputStream.
new feb557f Show timings for reporters if verbose >= 2.
new bf70bcb Removed unnecessary message from ClassHelper.
new 2baf514 Faster EmailableReporter.
new ebc23a1 Factor out test.resources.dir.
new 3f96307 Better ParallelSuiteTest.
new 97d5691 Fixed: Performance problems in EmailableReporter
new d8fe6f9 Added: New "Clear results" icon in the tool bar
new 9f0d99e - A working implementation of TESTNG-455
new 7e7e3f3 - Note about the fork
new ca15153 Fixed NPE in the remote client that occasionally happened at the end.
new 8211ccc Better exception messages.
new dc0da83 Fixed: TESTNG-475: @DataProvider doesn't support varargs.
new e740539 Fixed: TESTNG-475: @DataProvider doesn't support varargs.
new e33e7fe Merge branch 'master' of github.com:cbeust/testng
new 7c13b06 No longer building the maven plug-in with ant.
new b25af85 fixed an errant </td> tag that was causing one of the attribute descriptions to appear outside of the table
new cac86be added documentation for the configfailurepolicy command-line option and ant task attribute
new b176620 TESTNG-410: Trivial fix to add more information
new 93bdaf8 TESTNG-410: Clearer error message.
new 8e7e4d7 TESTNG-410: Trivial fix to add more information (cherry-picking from commit b176620c30053179c59f909d949e5b122de1aec6) TESTNG-410: Clearer error message. (cherry-picking from commit 93bdaf8d2a5a5d5f6312a1db4d2d4c7d92667180) TESTNG-410: Trivial fix to add more information (reverse-merged from commit b176620c30053179c59f909d949e5b122de1aec6) TESTNG-410: Clearer error message. (cherry-picking from commit 93bdaf8d2a5a5d5f6312a1db4d2d4c7d92667180)
new 618c10e Fixed: Now showing failed/skipped error messages on the console for verbose >= 2
new a22fab7 Merge remote branch 'upstream/master'
new 7ba4f0e FIXED: ITestResult#getEndMillis() return 0.
new f4f95bf Added: Nested classes are now automatically added for consideration for inclusion.
new 6abf501 Misc doc update.
new 2421538 Added: <suite preserve-order="true"> will cause this attribute to be propagated to all <test> tags
new c1713af Minor refactoring.
new be5084b Merge branch 'master' of git://github.com/cbeust/testng
new 3d1e3af fix testng dependency for mvn test
new fb04909 Updated pom-test.xml.
new 6d083a4 Fixed: IConfigurationListener#onConfigurationFailure was never called.
new c7265ee Fixed NPE.
new f98a152 Doc update.
new 79cc8e4 Better failed assertion message.
new 29dafd4 Better assert message in tests.
new b16e8ec Minor test fix.
new c5b46fd Formatting.
new 30b5dba Tests with invocationCount, threadPoolSize and timeOut were succeeding even when they took longer than the time out.
new ba016b8 Added: <groups> can now be specified under a <suite>
new fff2ccb Documentation for <suite> <group> tags.
new d0c1084 Merge branch 'master' of git://github.com/cbeust/testng
new fcc9f65 Add @DataProvider(parallel) documentation
new 9fb7995 Merge pull request #46 from nullin/master
new 4d7e173 Made setTestNames() public
new 5597ad8 Merge branch 'master' of github.com:cbeust/testng
new 161d986 Removed mentions of @Configuration.
new 2354de5 CHANGES update.
new 6c837fa Removed dead code.
new 7fa1434 Moving the bug tracking to github.
new 53bf854 Merge pull request #42 from dbriones/master
new 46b8991 Doc fix.
new 7c8cbec Merge branch 'master' of github.com:cbeust/testng
new ecc0d50 Eclipse doc update.
new afd8e4a Added DocLava and Cobertura (disabled by default).
new 167e09d Eclipse plug-in update.
new c4d56eb Merge branch 'master' of github.com:cbeust/testng
new cf247f3 - A working implementation of TESTNG-455
new 25118e6 - Note about the fork
new e84ad44 - Fix note about the fork
new 03ecf9c - Merge with old version
new e557968 Removed dead code.
new d5c6697 IConfigurationListener now extends ITestNGListener.
new cb344b8 Merge remote branch 'apohllo/TESTNG-455' into tycho
new 41ddbc2 Formatting fix on apohllo's Tycho patch.
new 6ee9279 Added: Tycho compatibility (Aleksander Pohl)
new 8021a4e Fixed broken link
new 1d059e2 Fixed: "Run as" menu not appearing for methods that take a generic parameter.
new 94402b9 Merge branch 'master' of github.com:cbeust/testng
new 9bbc55d Fixed: Static classes could cause a StackOverFlowError
new b44c312 Use Sets.
new bcb654d Fixed: Dependency failures only impact the same instance
new 8c68a68 Added: New <test> and <suite> flag: group-by-instances.
new 270481f Made a few methods overridable in JUnitReportReporter.
new 67fde5c Removed unused import.
new 8ad7bc9 Added: -xmlpathinjar to specify the path of testng.xml inside a test jar file
new 8987f01 Revert "Better failed assertion message."
new 7f570c9 Dont allow multiple tests with same name in same suite
new 437116d Merge branch 'master' of git://github.com/cbeust/testng
new a76c046 fix nits based on Credric's comments
new ce3663e Merge pull request #53 from nullin/master
new fd8365d Avoid NPE in the message sender in rare race conditions.
new 483bb5a Added: ISuite#getAllMethods, to retrieve all the methods at the start of a suite.
new 6e7f12e Minor fix for error message.
new 58df7fe Fixed: If a listener implements both ISuiteListener and IInvokedMethodListener, only one of them gets invoked
new c9126cb Fixed the link to the NetBeans plug-in.
new 1d96b17 Added: Support for ServiceLoader for ITestNGListener.
new 1cdae62 Documentation for ServiceLoader.
new a66c815 ServiceLoader test updates.
new 8bb9957 CHANGES update.
new 2676fcc Made TestNG Java5 compliant again.
new 61a0a8a Fixed: Thread safety problem in MethodInvocationHelper (Baron Roberts)
new 16dc90a First pass at IExecutionListener.
new 9cb7e93 Fixed: Group dependencies were not being skipped properly.
new 28279b3 Added option on XMLReporter to output ITestResult attributes for each <test-method>
new 7e0fcf7 Removed tabs.
new 5b3c767 Merge pull request #55 from nguillaumin/report-attributes
new 466a2f0 Merge branch 'master' of github.com:cbeust/testng
new a7d7ad3 Disabled coverage in the build.
new f4e673f Added: Output ITestResult attributes in xml report (nguillaumin).
new 26ad513 Added tests for IExecutionListener.
new 36e87ac Preparing for 6.1.
new af89316 [maven-release-plugin] prepare release testng-6.1
new aae0afa [maven-release-plugin] prepare for next development iteration
new 8fe638d Doc update.
new 757738b Version bump.
new fc10808 Issue 56: name should not be test-instance-name when ITest is implemented
new 54160fc Fixed: NPE when using preserve-order and factories.
new 60916e4 Fixed: Depending on a skipped method would not cause a method to be skipped
new a51d282 File updates.
new 20e8fdb Test refactoring.
new d800c3c [maven-release-plugin] prepare release testng-6.1.1
new eecd803 [maven-release-plugin] prepare for next development iteration
new 1311402 pom update.
new 3119d7f Doc update to 6.1.1.
new 55b90e7 Added: xmlpathinjar to the TestNG ant task
new 99c74da Added: TestNG can now invoke package protected constructors
new 75a51fc Bumped to 6.1.2beta
new b3a4d75 Added: Injectors created by the @Guice annotation are now shared at the <test> level
new 51aa254 Fixed: Injecting both Object[] and Method in @BeforeMethod didn't always work
new 12ff94c Fixed: testng-results.xml now lists the results chronologically
new 3e72adb added methods for handling empty and blank strings
new fe91941 Added new (failing) test for listeners that are attached to the base class of a test inheritance hierarchy
new 01eabe8 Fix for new test
new 7dc84d5 Merge pull request #61 from stefanbirkner/emptyblank
new bad9477 Fixed: -groups and -excludegroups were no longer overriding testng.xml.
new fe4ad1a Fixed the DTD.
new bb58f63 Make sure factories never return null instances.
new a80bfde Merge pull request #64 from dbriones/master
new 7e43291 Merge branch 'master' of github.com:cbeust/testng
new 0d11e81 CHANGES update.
new be2032d Better test against null instances returned by @Factory.
new 34867ec removed all occurences of "".equals(...) except in Utils
new 32ed396 CHANGES update.
new 76a81bf Allow the output directory to be customized.
new 9ab7e54 Fixed a bad brace.
new 266eaa8 Refactoring: introduced a few MapList.
new 74ec481 Better priority test.
new 0ffd726 Refactoring with MultiMaps.
new a466c40 Minor fix to the DTD PHP generator.
new 1545ab4 Added Javadocs.
new 76e0836 Enabling IConfigurationListener in the TestNG class.
new ee8e37d Added beforeConfiguration() to IConfigurationListener.
new 897a865 Merge pull request #65 from stefanbirkner/emptyblank2
new 78f0509 CHANGE and doc update.
new 9086d2a extracted createArguments() and removed duplicate code
new 4c5c118 Merge pull request #68 from stefanbirkner/anttask
new 9b208fe Merge branch 'master' of github.com:cbeust/testng
new 989d9cc fixed joinTwoStringsWithJoin and added two new tests
new 3905317 Fixed test.
new caaf31e Fixed: @BeforeTest was invoked multiple times if a factory is used.
new 0679dd4 Fixed: Better ordering with mixed priorities and dependencies.
new f6c89a7 Minor fix to clone().
new b5ce569 Upload update.
new a17da98 Fixed: Improved detection of graph cycles in parallel runs.
new f2b5266 Added test case for parallel factories (disabled for now).
new c2f269c Refactoring.
new d2cb0eb Only 1 broken test.
new 3683036 All tests passing.
new 328adb8 Instance dependency now working.
new b5c3fde Better tests.
new 915157d Beginning to deprecate getInstances().
new eb2b9ac More clean up of getInstances().
new c216411 Added: parallel=instances for factory instance parallel runs.
new 7955b9d More instances clean up.
new c31cd07 Show the location of the reports after the build.
new 10a202a Refactorings.
new cc950e9 Temp commit.
new 5a97f6b Fixed the single threaded TestRunner problem.
new 7e0abdd Better group by instance but still erratic test failure in GroupByInstancesTest.
new a56be35 Down to three failures.
new 1dabd57 Only GroupByInstancesTest occasionally failing.
new 859c3c6 All tests passing.
new ad29ae8 Removed dead code.
new f38bbfa Fixed: ServiceLoader wasn't resolving correctly if no service loader classloader was specified.
new b251fce Merge branch 'AllDynamic'
new 05ed145 Doc fix.
new f171cf0 Removed dead imports.
new d157979 Fixed: GITHUB-74: Bad ordering of test methods when using a @Factory constructor with dataProvider
new bd3fe2e Removed dead code.
new aace9f8 Added debug for method ordering.
new c06315e Better toString() output for graph.
new 4ea6e50 Removed trace.
new 3d54f40 Renamed groupByInstances() -> getGroupByInstances().
new 34ce5b4 Fixed: Changing the test result from success to failure in a listener would still count the test as a success
new 4dc9ed5 CHANGES update.
new 89aff82 CHANGES update.
new 744f27c Renamed groupByInstances() to getGroupByInstance().
new b5f3f00 Fixed: Using preserve-order with a factory that creates instances of a different class causes NPE
new 72ba607 Fixed broken import.
new 1fc64a0 Merge pull request #70 from stefanbirkner/UtilsTest
new fae341f Added link to beta version from the download page
new 53e6fdc Added: @Factory(enabled).
new 104cee7 Merge branch 'master' of github.com:cbeust/testng
new 62daaef Moved thread tests to their own <test> tag.
new 5aee7db Removed RemoteTestNG trace.
new b03c4d2 Comment.
new 06d9321 Use the name of <test> in the generated JUnitReports.
new 342a785 Fixed: JUnitReports reports have the name of the <test> instead of that of the first class
new 73500a8 Better traces.
new 9d4f222 Refactored with the introduction of Predicate.
new 86ed19b Merge pull request #79 from dbriones/master
new f3b258e Fixed: JUnitReports reports now report the cumulated time @BeforeMethod+ at Test for each test method
new 88fa06c Fixed: JUnitReports reports now report the cumulated time @{Before,After}Method+ at Test for each test method
new eef09e0 Introduced IConfigurationListener2 and IResultListener2.
new fe94076 Avoid duplication of listeners.
new d1f454d JUnitReports now report before+test+after timings as the test timing.
new 8f51561 Better run:single target.
new 5fda295 Preparing 6.2.
new faba9a3 [maven-release-plugin] prepare release testng-6.2
new a1dd3d1 [maven-release-plugin] prepare for next development iteration
new 0bdd310 Doc update for 6.2.
new 7b198e6 Log update.
new b17252e Fixed NPE for inner classes.
new 4c8387f toString() for the ConstructorOrMethod class for better error messages.
new a8bb003 6.2.1beta
new 3dee422 Fixed: @AfterClass not being run in some subclassing situations
new 163505c gitignore.
new aa48f78 Fixed: The XML parser doesn't recognize parallel="instances"
new 4a85c6a CHANGES update.
new 398af2d Merge branch 'master' of github.com:cbeust/testng
new 2840ff0 CHANGES update.
new 37e14b1 Fixed NPE when a data provider returns an empty array in parallel mode.
new a7681ba OSGi manifest: fixed guice package versions and made most imports optional
new f91136c Merge pull request #86 from hwellmann/master
new 413eb43 Fixed: GITHUB-90: @AfterClass not being run when the class contains included and not included methods
new 0a809ad Remove use of deprecated method.
new fe2ca5f Fixed: Verbose levels specified in suites is now respected again
new 5c2da9a Added -ack to RemoteTestNG for IDEA.
new 55d5ddf Fixed typo.
new b6b1d32 [maven-release-plugin] prepare release testng-6.2.1
new ec4f64e [maven-release-plugin] prepare for next development iteration
new f7c987b Removed annotations.
new 6828bed Bumped to 6.2.2beta.
new a4c2b80 Instructions for deployment.
new 3dd4a8a Doc update.
new e39c411 Doc update
new 18acc6c Display method name in HTML report if a test class implements ITest
new 13db4f5 Merge pull request #94 from jlesquembre/master
new 32e3049 Minor refactoring.
new 947ea77 Added license to the web site
new 5171410 Fix for Groovy (Roshan Dawrani).
new b49858c Fixed the XmlClass constructors.
new 0533751 Added: "description" attribute on <include>, made available on ITestNGMethod#getDescription.
new 423e5d6 .gitignore.
new bf3a3b0 Fix for the Issue #102
new d24942e Merge pull request #103 from aleksk/master
new cf9e966 Merge branch 'master' of github.com:cbeust/testng
new 3a1d338 Added: RemoteTestNG waits infinitely for a connection (Aleksey Kabanov).
new 9c2a9f1 Fix for the Issue #101
new 7c34e4f Fixed: @AfterClass was not called if one of the methods was not enabled (Aleksey Kabanov)
new c1022cc Fixed: A method that's both a test and a factory would not invoke its data provider
new ece47a9 CHANGES.txt.
new d33a1ce Updated build instructions.
new 74a369c Merge branch 'master' of github.com:cbeust/testng
new c144ac6 Fix preserveOrder for YAML files.
new 8849b34 Made preserve-order true by default.
new f93f58e Updated doc about preserve-order="true" by default.
new 0430016 Merge branch 'master' of github.com:cbeust/testng
new b41a441 Removed trace.
new 4cdd14d Doc clarification on @Listeners.
new 1526d83 6.3.
new e32f212 [maven-release-plugin] prepare release testng-6.3
new 68d7aeb [maven-release-plugin] prepare for next development iteration
new 762ffac 6.3.
new 96b5050 Javadoc.
new a000454 bug fixed 111
new aa0ac71 Merge pull request #112 from lrivera/master
new fb15080 .classpath fix.
new 9dd254a Moved the tests in the test package.
new 92f0a92 Test clean up.
new a4006aa CHANGES update.
new 5165438 Build updated to 6.4beta.
new e483a0f IAnnotationTransformer2: beforeTest/afterTest booleans were not being set.
new 5e4a8db Fixed: IAnnotationTransformer2 beforeTest/afterTest booleans were not being set
new 09a11dc Fixed: GITHUB-107: Displaying 0 tests run if a listener modifies the parameters of the suite
new dabae46 Disable preserve-ordering when there are group dependencies.
new 9c1ba97 Map XmlSuite to ISuite by name and not by XmlSuite.
new 68898ae GitHub Bug 92 Fixed
new 3665e37 Added preserve-order to the suite tag.
new 20b9b20 Merge pull request #114 from bubuntux/master
new 92f635b Added the new test for bug92 to testng.xml.
new 865f3df Remonde obsolete method.
new d65cbf8 Introducing the Dynamic class and making BSH optional.
new 910ddcb Fixed: Was creating too many listeners (Jacek Pulut)
new 65567cb Fixed: Configuration methods were reported incorrectly in listeners.
new 5a2532c Keep javac5 happy.
new 24312cd add a listener which allows NetBeans to report test status as soon as it appears.
new 5045918 Merge branch 'master' of git://github.com/cbeust/testng.git
new c7bdf7d remove workaround for https://github.com/cbeust/testng/issues/126 which has been already fixed
new 08cb620 added elapsed time to the logged msg
new f65ccef New system property: dataproviderthreadcount.
new 52c20ac Merge branch 'master' of github.com:cbeust/testng
new a40ad57 Typo.
new a772619 make detailed reporting more TestNG friendly
new 061102a Merge branch 'master' of https://github.com/cbeust/testng.git
new 6169487 remove offending out
new 020fb80 defend against m_verbose == null
new 8f5659d Getting ready for 6.3.1.
new 080c80c [maven-release-plugin] prepare release testng-6.3.1
new 41e2200 [maven-release-plugin] prepare for next development iteration
new 3623994 Doc update to 6.3.1.
new 178204a fix for github Issue #124
new b76a167 Merge branch 'master' of https://github.com/cbeust/testng.git
new 6937ff5 remove workaround for github Issue #124
new d5a0330 rather use method to add listener
new ad7f708 Fixed: EmailableReporter: methods are now *really* sorted chronologically.
new f993a9a Don't set a date on methods by default.
new eaa639e 6.3.2beta.
new 68f2308 Merge branch 'master' of https://github.com/cbeust/testng.git
new c659e13 finished basic version of the verbose reporter - mostly refactoring and cleanup
new 29799b4 Minor fix.
new 9f09382 Don't use internal collections.
new d7c2c11 Merge branch 'lukasj'
new 32169c3 Adding javadoc to verbose reporter
new bf952d8 Fixed EmailableReporter to report skipped methods too.
new 5201f7d Merge pull request #136 from lukasj/master
new 33b1019 Introduced instanceName in TestResult for the Eclipse plug-in.
new 9d65d10 Comment.
new 9984e7a CHANGES.
new ad72beb dist bundle should include other-jars (guice/bsh...) in some common location
new 89f3b06 Let TestNG be able to run also JUnit 4 tests
new 087550b Better error messages.
new db04b16 Removed unused parameter.
new 66aec6c Added support for <parameter> inside <include>.
new f1024fd bug occurs when test classes from similar packages (one package startsWith name of another) defined in the different xmlTests (first one is in jar). Methods from this test will be executed as much as many times packages match.
new 1ddaaca Converted documentation to toc.js.
new 2084500 fixed usage of DataProviders and invocationCount with configfailurepolicy=continue
new 7455a10 Initial work on new reports.
new 09804e6 Reporter work.
new 2429707 Banner Failed/Skipped/Passed.
new 4796799 Image support.
new 458fe0c Parameters.
new 86c675e Stack traces.
new bf01576 Expand icon.
new 556fd9e Introduced constants.
new 0db9ee4 New design for the new reporter.
new 6efa245 New style of navigation.
new 2434134 Introduced Model class.
new fcf6199 Failed/skipped/passed.
new 637f4de New model class.
new 4c3b241 New panel: list of tests.
new de56d97 New panel (testng.xml) and panel interface.
new 49e9db9 Use data to store important stuff.
new 276cc49 Extracted NavigatorPanel.
new b067aa6 Better navigator panel.
new c66736d Icons next to methods.
new fa8f472 New reporter is in with its resources.
new 7d4196c BasePanel and SuitePanel.
new 73a5f0f Reorganizing the model and panel hierarchies.
new 7dfc2f8 Better initial state.
new 04b9015 Uniform background for suite panels.
new 1e3250e Simple top banner.
new 789ea70 TestPanel working correctly.
new caa4aaa Moved the reports to test-output/new.
new ba0fb55 New panel base class for multisuite panels.
new 4eace9c Renamed the banner to root.
new c92a697 Sorting the method alphabetically.
new cce13d7 Refactoring.
new cce6d7a Activating the new reporter in ${test-output}/new/index.html.
new c633a27 Removed trace.
new e90fee4 Show/hide methods.
new 80dba8c Simple Mustache implementation.
new c8514c7 Fixed the scoping problem.
new 5f1706a Added parameters to the method calls.
new b7020e0 Test classes as hovers.
new 8e70d14 Better banner.
new de5fa7a Added icons next to suite names in the navigator.
new 54434b4 Group panel with alphabetized group and method names.
new 2ec8691 Better bullet point.
new 8601073 Navigator now fixed scrolling.
new 1b2716f Better method separations.
new 848fa8a Refactoring.
new 71b4914 Added the Times panel.
new 3432a37 More refactoring.
new 0393273 TimePanel -> TimesPanel.
new 76a79f3 header -> header.
new d03615c Initial implementation of TimesPanel.
new 07d493d TimesPanel working for multiple suites.
new 02548ee Always keep the navigator in view.
new 2af16c5 Better margins, banner no longer round.
new 90d9eab Animate fast, make the table occupy 100%.
new 75a1639 Scrolling the navigator on auto.
new 5211845 Clicking on "Show" of the navigator only opens methods on this suite.
new 70fd043 New panel: Reporter output.
new 06342fe Refactoring in anticipation of adding ignored methods.
new 2ad7693 Ignored methods.
new 546d0a6 Don't clip the navigator when scrolling.
new 0fe6cf6 No more suite icon, now using a left border with the right color.
new 9af501e Added the total running time of the suite.
new 2f88e5a Fixed the big link problem.
new 234c858 Chronological panel.
new 37a4d62 CSS for chronological.
new 3711980 Showing the failed methods in the chronological panel.
new 9966f19 Removed comment.
new 8307356 NPE fix.
new d89f766 Collapse/expand all the suites.
new 8501592 Sortable row number in the Times panel.
new b6eb8ca Better suite header color.
new 4e19452 GITHUB-149: reversed arguments in failAssertEqualsNoOrder().
new f5c4b35 provide distro w/o junit as well as w/ junit
new 927f2ca NPE.
new a127fc2 writeFile().
new c92c419 Moved the navigator link name inside each panel.
new 299e678 Moved getNavigatorLink to INavigatorPanel.
new 8e33619 Unused parameter.
new b67b89e Moved getClassName() into NavigatorPanel.
new 75dc72b More Navigator refactoring.
new 590d9b7 Better comments.
new aa5fe9c Better panel name computation.
new c33bf0f The new report is now the default.
new 4ddfc41 The Times panel now sorts by time taken.
new 0710b19 Fixed the negative times bug.
new ed9cafa Added: @DataProvider(indices) to return specific indices of a data provider
new bba71a8 Merge pull request #146 from githubCast/master
new a3b8118 CHANGES.
new 324f5bf Show/hide all the methods on the right hand panel when selected in the navigator.
new 79c30ac Link fix.
new b5c83ff Merge branch 'master' of https://github.com/cbeust/testng.git
new 1522307 fix compilation error after merge
new a8f97a5 Typo.
new f04f0e9 Fix for Issue 159: When running TestNG programmatically, child xml suites are not run (when added using setSuiteFiles()) - Updated TestNG to parse the suite files when initializing suites
new 29be49f Merge pull request #147 from toddq/master
new d2a525e Merge branch 'master' of github.com:cbeust/testng
new b4a6905 Added: configfailurepolicy=continue with DataProviders (toddq).
new 79877c7 6.4beta.
new 6a94e2d Merge pull request #160 from randomsync/master
new d67b549 Merge branch 'master' of github.com:cbeust/testng
new 36b1395 Fixed: When running TestNG programmatically, child xml suites are not run (when added using setSuiteFIles()) (Gaurav Gupta).
new 6f53a25 Add ability to get the ITextContext from an ITestResult
new e010c76 Doc link fix.
new bec071c Merge branch 'master' of github.com:cbeust/testng
new 04e56b8 Merge branch 'master' of github.com:cbeust/testng
new df50b78 Now building the source files for Eclipse as well.
new 71126c8 initial checkin of mixed mode for TestNG:
new 340a87a Fixed: invocationCount > 1 + timeOut wasn't timing out properly.
new 400d68a Formatting.
new 750d220 Merge pull request #163 from bpedman/master
new 1bd2782 Added: ITestResult#getTestContext (bpedman).
new f258209 mixed mode for TestNG - 2:
new 1876355 initial version of mixed mode for TestNG:
new bf04c20 Merge branch 'master' of github.com:lukasj/testng
new 543fc9c typo
new 77de21b defend against NoClassDefFoundError when junit is not available on cp
new efa11aa Merge branch 'master' of https://github.com/cbeust/testng.git
new 2e805d9 merge with official repo as of Feb 02, 2012
new 44c68b0 Defend against JUnit missing on the classpath
new 02646e4 6.4.
new a958a4c [maven-release-plugin] prepare release testng-6.4
new b273b44 [maven-release-plugin] prepare for next development iteration
new 4c0429a Removing the serial number from the ACK message, per JetBrains' request.
new 4280520 6.4.1.
new e20136b Merge
new 8329c7d Script update.
new 91dfd30 6.4.1beta
new 0bf7cf9 Script update.
new 9345272 Merge branch 'master' of github.com:cbeust/testng
new a50456d Merge pull request #139 from lukasj/master
new 4b25d34 Fix testng-eclipse issue #48: testng-eclipse will be hang if run RemoteTestNG with error argument.
new bd2477e JUnit 4 jar.
new 2343cba Fixed: SkippedException are considered as real exception with @Test(expectedExceptions)
new 006470e Excluding broken test.
new 5ccc31d Added: <suite allow-return-values="true"> (and in <test> as well)
new ea668e1 Doc update for allow-return-values.
new 07d8993 document mixed mode in testng
new 1eb122d Merge pull request #178 from lukasj/master
new 95a06b2 Doc updates on top of Lukas' changes.
new 848da8b mode values should be lower-case, doc updated appropriately
new bf86cb8 -place mode values into quotes, simplified example a bit
new 3ebee26 Added allow-return-values to XmlSuite#toXml().
new e301bc2 Added: data-provider attribute to testng-results.xml
new 07ae81b Trim down the size of the parameters in the reports to 100 characters.
new e883ef1 Two Eclipse fixes by susanin.
new 1f71105 6.5beta.
new 37785e2 Added a link to the TestNG-Excel project.
new 1c901d6 Fixed Javadoc errors.
new c1bff46 Remove invalid XML characters from the XML output.
new ae70b4f Fix the issue-175: assertEquals(Set, Set, String) is missing
new b1d4c21 Fixed: ThreadLocal<ITestResult> leak (aslakknutsen).
new 5b75644 Updated CHANGES.
new 14a53fe Fixed NPE.
new d328c03 Removed references of JDK 1.4 from the docs.
new 9f066c0 Fixed: Failed tests with allow-return-values="true" were not rerun
new f7ad9db Issue #189: NPE if 'methods' passed to TestNG Ant Task do not exist
new 36be8d9 Merge branch 'master' of https://github.com/cbeust/testng.git
new 2b8064c Merge pull request #185 from wutingbupt/master
new f9384b2 Reformatted and added generics.
new 5c384a2 Merge branch 'master' of github.com:cbeust/testng
new 2e63f45 keep results in linked hashmap to preserve execution order
new 2cd8829 Merge pull request #190 from lzoubek/master
new 9e3605c Added: Reporter display the results in the same order as test methods (Libor Zoubek)
new 5786ef4 Merge branch 'master' of https://github.com/cbeust/testng.git
new 2932bb8 Improved handling of JUnit tests + some basic tests for the JUnit exec support
new 8a8d46e remove debug statement from test
new e5ea2ae update changes.txt
new e0d2dfb track no of current and total test(s) execution in logged message
new b05395c log expected success rate to be able to correctly detect pass/fail just based on Ant's output
new 6bcdac5 Merge pull request #191 from lukasj/junit-support
new bbff208 Merge pull request #192 from lukasj/changes.txt
new e25e447 Merge pull request #193 from lukasj/reporter
new bcaab3e Merge branch 'master' of https://github.com/cbeust/testng.git
new 5c02056 Upgraded to ant 1.7.0.
new c4c8ad3 issue #183: ant task could support resource collections for class ref
new b88f073 (merge) use Ant 1.7.0
new 24fcac6 use Ant 1.7.0
new 6aaf46e Merge pull request #195 from lukasj/issue183-ant
new 864a50d Excluding the broken ThreadTest for now.
new 7680a44 produce testng.jar with required lib(s) only (jcommander) ommitting optional ones
new 1be06a2 Fix for the issue #173
new 0e59a13 produce zip with javadocs (supplement to testng-dist.jar)
new 2aaa11c Merge branch 'master' of github.com:cbeust/testng
new 56e6648 Merge pull request #196 from lukasj/standalone-jar
new 4552407 Merge branch 'master' of github.com:cbeust/testng
new 83c3ec7 Merge pull request #197 from jjedMoriAnktah/master
new d29640b Merge branch 'master' of github.com:cbeust/testng
new 00e90c1 CHANGES update.
new fb05361 Failing (and excluded) test to keep track of a dependsOnGroups bug.
new 7c335ab More flexible base test.
new fe181fc Force the JUnitReporter to always use points regardless of the locale.
new edbb199 Preparing 6.5.
new 217ecd2 [maven-release-plugin] prepare release testng-6.5
new 96aee9e Merge branch 'master' of github.com:cbeust/testng
new 2e2c4cc Forced to bump because of Maven's stupid release goals.
new 479e1cb [maven-release-plugin] prepare release testng-6.5.1
new a3a2e6f [maven-release-plugin] prepare for next development iteration
new 8243980 6.5.1 release fixes.
new 5cb4fa3 - avoid setting null on mixed mode
new bac9ce2 Merge pull request #204 from lexxy23/master
new ecf7f92 Fixed: GITHUB-205: white-space was spelled whitespace in testng.css (carlin-scott)
new 31dc187 Fixed: dependsOnGroups = {regexp} wasn't working properly (Alistair Ward).
new e36db64 6.5.2beta.
new 0e0cabe allow using '*' in methods attribute of testng ant task and reflect this also in junit runner
new 4f9be7a Merge pull request #208 from lukasj/methodSelection
new e3ba5fc Build fix.
new f5cd1db 6.5.2.
new af04aca [maven-release-plugin] prepare release testng-6.5.2
new eeffc14 [maven-release-plugin] prepare for next development iteration
new 8b90091 Added a link to Tomek's presentation.
new a1c6895 Typo.
new a9ce259 Script update.
new a1429b6 Doc error.
new 78b1bf4 Doc fix.
new 37cf120 Merge branch 'master' of github.com:cbeust/testng
new b70ed0a Doc typo.
new 6fc1929 Don't add VerboseReporter to the ant task unless explicitly requested.
new f050804 build.properties bump.
new 0e6ecd3 InterruptedException clean up.
new 0ff9827 Merge branch 'master' of github.com:cbeust/testng
new 467096f Forgot import.
new d56d6db Added generics.
new 5c10ec0 First pass at implementing group dependencies in XML.
new 9cfb810 Added the new <group> tag to XmlTest#toXml().
new 4f27a7a Tests for the new <dependencies> tag.
new ff7379a Merge branch 'master' of github.com:cbeust/testng
new 3a43c7c Test multiple dependencies too.
new 4a6c53c Documentation for <dependencies>.
new 1290025 Added: <dependencies> allows you to specify group dependencies in testng.xml
new a225dc6 <dependencies> tests.
new 4a9aebb Doc fix.
new f8c20bf Bumping the beta version.
new 682ef14 Don't meddle with thread class loader [issue 214]
new 13a0eb8 Merge pull request #225 from rjmartell/master
new 3c792c1 Updated DTD with the new <parameter> tag at the <methods> level.
new e078b69 Merge branch 'master' of github.com:cbeust/testng
new 34fc5db Fix the tested version in pom-test.xml
new f482cd7 Performance improvements for the report generation.
new ef8f331 Merge pull request #226 from fpavageau/master
new 003d82b Added: Big performance improvement when generating the reports (Frank Pavageau)
new b027b05 New Pair class.
new 9049c56 Comments cannot contain sequences of '--' (replace them with single '-')
new 45aec13 Merge pull request #228 from davidhart82/unparseablexml
new 5c66ce8 More performance improvements for the report generation in FailedReporter.
new 7091e96 Simplify some code in the classes I was already changing.
new 4f86a28 Merge remote-tracking branch 'upstream/master'
new 1f07525 Merge pull request #229 from fpavageau/master
new 8876fa1 Honor excludeGroups on testng tests when run in mixed mode
new 0cce26c Merge pull request #230 from criccio/mixmodefix
new 07fbe57 CHANGES update.
new 4281b02 <parameters> in <methods> tags were shadowing each other.
new 817982e Tests for the shadow parameter fix.
new 21ee0ab Merge remote-tracking branch 'upstream/master'
new f7a57d0 Yet another performance improvement for FailedReporter: don't recompute the method graph for each and every failed test method.
new f26afe0 Small refactorings in Graph.
new d5e3a82 Merge pull request #231 from fpavageau/master
new 3459be9 Minor generic fixes.
new 527fb25 Version banner for verbose >= 2.
new f03e2cb DOM experiments.
new c6c69bb CHANGES.
new a751b1c More DOM parsing.
new 314926c DOM work.
new df63c53 More DOM work.
new e14c192 Fixed: Environment is not transferred when rerunning failed tests.
new b4d24d8 Fixed: Better error message if <suite name=""> is missing
new 2eeb2af Indent.
new 2723c03 Fixed: BeforeClass failing in parent failed to skip methods in sub classes
new cff7c37 What a silly typo.
new 7dacf6d Fixed: testng-failed.xml was not carrying over the parameters from the original testng.xml
new a3e9066 Eclipse: don't run child-suites multiple times.
new d225861 Test the shadowing of parameters.
new 4f9bc2b More tests.
new 6c06a0c Blow up early if trying to include/exclude an unknown method.
new 77f9601 Better error message when failing to find include/exclude.
new d48000e Fixed: XmlSuite#toXml wasn't outputting the <groups> tag correctly
new 3ac89c6 XDom work.
new 9ba11c9 Version bump.
new a2362e9 Warn if an include/exclude can't be found.
new 73251f3 DOM work.
new 9d7c5ca Forgot a file.
new 3a62f87 More XDom work.
new 888ed7c Using class tag factory.
new 0b0a09b Better factory.
new 717806c Parameters at the suite level.
new 0ed77e4 Use annotations @OnElement for tags parsing.
new 741f4a8 Preliminary tests for XDom.
new 6163a58 New @OnElementList.
new 05e1536 XDom work.
new 18069f1 FAQ.
new 2f9bbe8 testng-all.xml.
new 3dbf8e3 XDom work.
new fcbee04 XDom work.
new 6dc3add Test fix.
new 7a08056 XDom: ready to tackle <test>.
new 191cdc5 Forgot a file.
new 2979444 Needless super.
new 9eed55b Fixed: dataProvider(parallel = true) was not killing its threads properly
new 7d3b5a7 Better .gitignore.
new ed6147e Fixed the thread bug.
new 5fe2ad0 TestNG's own ThreadPoolFactory.
new 2c44dbf The thread pool factory seems to break the time out tests, commenting it out for now.
new d7e9713 Test refactoring.
new 6a577ff Escape < and > in the reporter.
new a2160ff Fixed: Threads were started sequentially instead of being interleaved
new c54a237 Added @ParentSetter.
new 6c62863 Deleted sandbox/.
new 0432d6d Minor fix.
new 4d8b56a Fixed: GITHUB-237: Wrong time format in XML reporter
new 527187e Fixed: The failed assertions now use [] as delimiters instead of <> (better for the HTML reports)
new 5d19da4 Parameters can now be specified in <include> tags.
new 2fc9046 More <include> parameter changes.
new 89c030a XDom changes.
new d1d34f2 Changes update.
new 71a1c57 Version bump.
new 5656a13 Added: GITHUB-243: Add Reporter Output per Test in XMLReporter (dunse)
new e54cfbe First pass at testing parameter overrides in testng.xml.
new 27c7c7f Don't use the native assert.
new 0ee9257 All overrides working.
new 0977e44 Eclipse: added src/test/resources to .classpath.
new a13edaf Expanded ParameterOverrideTest.
new 51e8601 Extract dumpParameters() method from Xml classes.
new 58a8328 Escape the stack traces for HTML report.
new 8b60c7d Version bump.
new 02ecc24 Better HTML escaping of stack traces.
new d84bc06 Fixed YamlTest.
new 2081bf6 Preparing 6.6.
new 5a8433a [maven-release-plugin] prepare release testng-6.6
new 8caa7a9 [maven-release-plugin] prepare for next development iteration
new 5b9acd9 Doc update for 6.6.
new bcecde8 6.7
new 43cab61 [maven-release-plugin] prepare release testng-6.7
new ef0da68 [maven-release-plugin] prepare for next development iteration
new 48212e0 Added CHECKLIST for releases.
new 167bfb2 Improve the toXml method to keep the method levels parameters not change in the save process.
new 7d4d365 Merge pull request #247 from wutingbupt/master
new 719ee26 Improve the XmlInclude toXml method to keep the back compatible
new 1a37d68 Reverting the XmlInclude, which broke tests.
new a870b78 Merge pull request #248 from wutingbupt/master
new f7cd62b XmlInclude fix.
new c0b3965 CHANGES update.
new 8d66b5b Updated JCommander to 1.27.
new 1ae17d3 Distinguish the threads created by PoolService.
new c83c79e Javadoc.
new fc1c746 Javadocs.
new 493850a Restored the old behavior of getParameters().
new 6252cfe Add the getCount method to give the testers more flexibility
new 4fa1744 Merge pull request #249 from wutingbupt/master
new 5cb31c3 Javadoc.
new f1c946a Don't display preserve-order if it's equal to the default value of the attribute.
new 83cf45e Test "true" parallelism.
new 60bda4a Merge branch 'master' of github.com:cbeust/testng
new 7e3c2d4 Version.
new 4dd983c Clean up.
new 165fe3d First pass at the new assert classes.
new 00fe1e5 Preserve the ordering of the failures in SoftAssert.
new 2f8812b FlexibleAssert -> org.testng.asserts.Assert.
new b9453ac IAssertLifecycle.
new 85c258c Renamed the Assert class "Assertion".
new 182c278 Header update.
new 54a1dff Introduced ToStringHelper.
new 4486910 Removed the direct jar download link from the documentation.
new 3b36826 Fixed: Reporter.log() invoked from listeners were being discarded
new b2650ee Javadoc clarification.
new 0f4eedf XDom work.
new 32d4cb1 Fixed bogus assert.
new cdd82d5 Always use the ResourceCollection iterator when building file list from ant
new 705a9f2 Doc version bump.
new 3c366d5 Merge pull request #260 from criccio/mixmodefix
new 33f6e63 Added: Predefined listeners (Tim Wu)
new 8af17d4 Added: Descriptions in the HTML reports
new d8a1fe3 FAQ.
new ad3bc3d Typo fix.
new 79045e9 Added getActual() and getExpected() to IAssert.
new 156bf78 Removed println.
new d435608 New: Reporter.setEscapeHtml(boolean).
new 6a7795e Change subversion reference to github
new c32d6c8 Merge pull request #263 from hani/master
new 032d367 Get rid of IDEA files, IDEA users should use maven
new b8dd401 More up to date links
new dfc1242 Merge pull request #264 from hani/master
new 34d7fed Fix DOCTYPE declaration
new e53bdf8 Quote attribute values
new 9e45ea4 Remove unnecessary anchors
new 3b71368 Properly close TD elements
new 6a54ac5 Properly close TABLE elements
new 0f3f144 Better printing for array parameters
new e99eb29 Factor out inline styles into CSS class
new a40168f Fix import
new 6b8c1d8 Merge pull request #265 from atomicknight/master
new b96ee5a Merge pull request #266 from atomicknight/import_fix
new 77fb408 Doc.
new a4931f7 Merge branches 'master' and 'master' of github.com:cbeust/testng
new 6c72b91 Added: Various improvements to EmailableReporter (Abraham Lin)
new d83c131 Ensure that HTML escaping behaves consistently across JVMs
new 8c2b2c2 README.
new 313039f Make reports scrollable horizontally.
new ce9f923 Merge pull request #267 from atomicknight/master
new ef70640 Fixed the compare dialog in Eclipse.
new dbd127e Better exception message.
new 088e13e Doc fix.
new 0766c45 Fixed: @Guice with no modules specified is now supported
new 54ab701 VerboseReporter.log(): make protected
new a11a3d6 Merge pull request #269 from aledsage/VerboseReporter-protected-log
new 5d6f057 Typo.
new 407ca00 Merge branch 'master' of github.com:cbeust/testng
new a8acdc3 warn when setting attributes already set
new a6a0c54 Merge pull request #273 from pfichtner/issues270-branch
new e36c74c Minor change to pfichtner's pull request.
new 8cbb2e1 Classpath.
new 5023699 6.8.
new 812602a 6.8.
new 2b63f06 [maven-release-plugin] prepare release testng-6.8
new a4ee225 [maven-release-plugin] prepare for next development iteration
new 0961f46 Use getSupportClass() to help with OSGi class loading.
new ebd6703 Added: public void assertTrue(final boolean condition) Updated and added getActual(): public void assertNull(final Object object, final String message) public void assertNull(final Object object) public void assertNotNull(final Object object, final String message) public void assertNotNull(final Object object) Updated and added getActual() and getExpected(): public void assertFalse(final boolean condition) public void assertFalse(final boolean condition [...]
new a024bfe Added:
new cedc6de Add an parameter AssertionError for onAssertFailure method.
new c239c0e Update src/main/java/org/testng/internal/PackageUtils.java
new e2101d4 Merge pull request #283 from githubCast/master
new f4b6725 Better printing of arrays in reports
new 35aee87 Remove duplicate stack traces
new 8e7f12d Style stack traces using CSS
new d93d7de Cleaner approach for HTML report layout
new 2e50db9 Filter out Maven Surefire stack frames
new d05c997 Explicitly shutdown ExecutorService after running tasks
new 0a2e7a6 Merge pull request #287 from gilt/master
new 65f918a Merge pull request #281 from StormAll/master
new 7b0d84f Merge pull request #284 from atomicknight/reporter
new ca71bdf Revert the case change, which broke the logger.
new 69aaebe Fix colspan/alignment issues in EmailableReport
new 07673df Clean up EmailableReporter (simplify CSS, remove dead code)
new 39a1093 Add hyperlinks to jump to method overview from test overview in EmailableReporter
new 9f4e20c Properly print stack traces in EmailableReporter
new 2e708ec Avoid printing extraneous colspan/rowspan attributes in EmailableReport
new b42e77b Merge pull request #289 from atomicknight/master
new 83d91a0 Better join method.
new 88515b1 Version bump.
new e80f9e2 Test fix.
new 9380e35 Disabled EmailableReporter by default, use -DtestngEmailableReporter=true to enable it.
new e8485c3 Version bump.
new 29c89e8 Merge branch 'master' of github.com:cbeust/testng
new dc41cff New emailable reporter implementation
new 2dd7f5b FileStringBuffer.
new c5d635b Fix for the OutOfMemoryException.
new 770e2eb Merge pull request #297 from atomicknight/emailablereporter2
new bbc3d5a Fix bug in test result grouping logic
new 630f2c0 Merge pull request #300 from atomicknight/emailablereporter2
new 378db4c Improvements to StringFileBuffer for the OutOfMemoryException problem.
new c2b24f9 Made EmailableReporter2 the default.
new 53ba5af CHANGES.txt
new 7f37e35 Handle big strings being appended.
new 0345318 Fix logging when detecting resources in TestNGAntTask
new 592a5b6 Merge pull request #278 from Arcadie/master
new 803da5b Update tests pom
new b18ef37 Add suite names sanity check
new c24f3e0 Merge pull request #305 from VladRassokhin/03453189bf89a08537cb45838c4a1c39db849812
new bd44b36 Merge pull request #306 from VladRassokhin/update-test-pom
new 4d18bb6 Merge pull request #307 from VladRassokhin/add-suites-sanity-check
new 713b139 SoftAssert was not calling onAssertFailure().
new 30a6398 Merge branches 'master' and 'master' of github.com:cbeust/testng
new 5323c44 Improve Issue 107 test, add it to testng.xml
new 5eccbbf Merge pull request #308 from VladRassokhin/issue-107-test
new b5fa0c0 Fixed: preserve-order bug (found by VladSarrokhin).
new 0daa2b0 Merge branch 'master' of github.com:cbeust/testng
new 50a6046 Silly bug (found by VladSarrokhin).
new 241bf7d Support java.lang.Enum used as parameter type.
new b5bb254 Merge pull request #314 from StormAll/master
new b627500 Doc update.
new 91635bc Merge branch 'master' of github.com:cbeust/testng
new 0e80cdf ignores synthetic methods as being included as @Test methods
new 2730652 Merge pull request #322 from valdisrigdon/ignore_synthetic
new cfc0582 Doc update.
new 7ebff04 Merge branch 'master' of github.com:cbeust/testng
new 2a4d14e testng-327 Allow injection of java.lang.reflect.Constructor and org.testng.ITestNGMethod into DataProvider
new c739857 Minor improvement
new 0f4cf7b Minor improvement
new 483f7bb Minor
new b40b67f OMG. Fix methods by pattern selection in junit4 runner
new 8bfa217 Something strange fix
new 5153b67 Add generics to IAnnotationFinder
new 8cb1427 Merge pull request #329 from VladRassokhin/refactoring
new 28f8d9a Fixed star imports.
new 1cdc3d3 README.
new 3df0442 Merge pull request #330 from VladRassokhin/some_fixes
new cbc7ffb Merge branch 'master' of github.com:cbeust/testng
new 72c0de1 Merge pull request #331 from VladRassokhin/minor_improvements
new 9db890f Merge branch 'master' of github.com:cbeust/testng
new b35d5f9 Import fixes.
new 2553c6b Adjusted Javadoc on assertEquals for floating pts
new 3e970c5 Merge pull request #333 from mvolkhart/patch-1
new 9a2e9c9 Merge pull request #327 from VladRassokhin/issue-327
new 6e0546d CHANGES update.
new cfd7664 Pass message to SimpleAssert constructor for public void fail(String message)
new c201e57 Fix NPE for dependency methods/groups
new 4103269 Merge pull request #348 from krmahadevan/krmahadevan-FixNPE
new 7cfe33d CHANGES.
new 8f85846 Merge branch 'master' of github.com:cbeust/testng
new c52ff86 fix javadoc of AfterGroups.value
new 87a89e1 Merge pull request #349 from epishkin/master
new 30b506a Test fix.
new 9dc2335 Merge pull request #345 from Arcadie/master
new f2c9bcd FIXED: GITHUB-337: ConfigurationMethod#m_instance set to Boolean.FALSE due to incorrect constructor call in clone() + auto-boxing (davidely)
new 15c6857 Merge branch 'master' of github.com:cbeust/testng
new dee386b testng-eclipse issue #76 TestNG view should display the array content with a test accepting an array parameter via a dataProvider.
new 0b6e78d Two new articles.
new 7b08da9 Update the default constructor from protected to public
new 0ede157 Merge pull request #354 from wutingbupt/master
new f35367c Assertion fix.
new 2d817e0 misc.html
new 9702b02 Preparing 6.8.1.
new d4018de Merge pull request #352 from JnRouvignac/master
new 81b1859 Expand parameter value
new eca328b Merge pull request #361 from sunxiaoguang/parameter-expand-value
new 9c5f0e0 Increase randomness of context switches for test
new 0495708 Increase scheduling randomness
new 4d2c6c5 Version.
new dac0e94 [maven-release-plugin] prepare release testng-6.8.1
new 3492949 [maven-release-plugin] prepare for next development iteration
new e098de0 Doc.
new 78fce09 Issue #363 primitive arrays cause ClassCastException in eclipse 6.8.1 plugin. Added code fix and tests.
new a752272 testng-366 NPE when test parameter return null on toString()
new c4dcaca Merge pull request #364 from JnRouvignac/master
new c18c7e5 Merge pull request #367 from VladRassokhin/issue-366
new 8a23e65 Merge pull request #362 from sunxiaoguang/nondeterministic_parallel_test
new 4f2b7e5 UTF8 fix.
new 534760f Merge branch 'master' of github.com:cbeust/testng
new 7960931 GITHUB-376: some result can be lost (Konstantin)
new 38f34ca CHANGES.
new a12e753 Attemped fix for the memory problem.
new 37e4ef0 Build versions.
new e4e39a3 Comment out the listener.
new 5e9ac41 [maven-release-plugin] prepare release testng-6.8.2
new 8e1a66f [maven-release-plugin] prepare for next development iteration
new f710201 [maven-release-plugin] prepare release testng-6.8.3
new 041b202 [maven-release-plugin] prepare for next development iteration
new 62d54c2 [maven-release-plugin] prepare release testng-6.8.4
new 6f0f6c8 [maven-release-plugin] prepare for next development iteration
new d8375b3 pom.xml versions.
new 20b0dd0 New test.
new 59a615d Fix for Surefire.
new 1368311 CHANGES.
new f05406d [maven-release-plugin] prepare release testng-6.8.5
new a0da12d Update watch file and orig-tar code
new c83244e Merge tag 'testng-6.8.5' into upstream
new 1b006cf Merge branch 'upstream'
new 05a601d Imported Upstream version 6.8.5
new 85221de Merge tag 'upstream/6.8.5+dfsg'
new eb0d7b0 Packaging updates for Testng 6
The 2540 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/testng.git
More information about the pkg-java-commits
mailing list