aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/org/testng/internal/Utils.java
AgeCommit message (Expand)Author
2015-10-06added nullable indicator, as suggested by @juherrVladimir Lyubitelev
2015-10-06use directory object which present is ensuredVladimir Lyubitelev
2015-10-06ensure that taget directory for file report exists before creating a report f...Vladimir Lyubitelev
2015-06-12Merge branch 'fix-testng-453' of https://github.com/VladRassokhin/testng into...Cedric Beust
2015-06-04Replace indexOf() with contains()Ryan Schmitt
2015-06-03Fix Javadocs.Cedric Beust
2015-05-30JDK7 migration: Collapse identical catch blocksRyan Schmitt
2014-07-09Create the parent directory if it's missing.Ion Savin
2013-11-02#Fixed testng-453 Encoding issue with XMLReporterVladislav Rassokhin
2012-11-11Improvements to StringFileBuffer for the OutOfMemoryException problem.Cedric Beust
2012-10-11Better join method.Cedric Beust
2012-09-28Filter out Maven Surefire stack framesAbraham Lin
2012-09-28Better printing of arrays in reportsAbraham Lin
2012-07-14Better HTML escaping of stack traces.Cedric Beust
2012-07-12Escape the stack traces for HTML report.Cedric Beust
2011-07-16extracted createArguments() and removed duplicate codeStefan Birkner
2011-07-12removed all occurences of "".equals(...) except in UtilsStefan Birkner
2011-07-08added methods for handling empty and blank stringsStefan Birkner
2011-03-21Allow test classes to not have a default constructor.Cedric Beust
2011-02-04-groups on the command line will override all groups found in testng.xml.Cedric Beust
2010-12-08Merge branch 'master' into yamlCedric Beust
2010-12-08Added Parser#setLoadClasses(boolean).Cedric Beust
2010-11-18Merge branch 'master' into yamlCedric Beust
2010-11-05Create a directory before copying the suite file there.Cedric Beust
2010-11-05Running an existing suite now copies that existing suite to the Remote location.Cedric Beust
2010-10-24Merge branch 'master' into yamlCedric Beust
2010-10-08code cleanup for src/mainnullin
2010-10-04Minor fix.Cedric Beust
2010-10-04Merge branch 'master' into yamlCedric Beust
2010-10-04Merge branch 'nullin'Cedric Beust
2010-10-04TESTNG-401: ClassCastException with Surefire.Cedric Beust
2010-10-03Code cleanupnullin
2010-10-01Merge branch 'master' into yamlCedric Beust
2010-09-292nd Pass of taking care of Findbugs warningsnullin
2010-09-29Merge branch 'yaml' of github.com:cbeust/testng into yamlCedric Beust
2010-09-29First Pass of FindBugsnullin
2010-09-25Merge branch 'master' into yamlCedric Beust
2010-09-14Minor fixes to tpollak's commitCedric Beust
2010-09-14Added a method Utils.escapeUnicode() to filter any characters that are not de...Tomas Pollak
2010-08-30Merge branch 'master' into yamlCedric Beust
2010-08-27Showing stack traces if verbose >= 2Cedric Beust
2010-08-14YAML workCedric Beust
2010-08-05More changesCedric Beust
2010-07-27Better quoting for EmailableReporterCedric Beust
2010-07-10Moved src->src/java/main and test -> src/java/testCedric Beust