History log of /external/testng/src/main/java/org/testng/reporters/XMLReporterConfig.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
6e714088ed5ccb46e3f204b5048c7527729e38cd 19-Nov-2015 Testo Nakada <test1@doramail.com> Code cleanup
/external/testng/src/main/java/org/testng/reporters/XMLReporterConfig.java
e301bc258301843bd2005ab8985524d4e85b8d14 29-Feb-2012 Cedric Beust <cedric@beust.com> Added: data-provider attribute to testng-results.xml
/external/testng/src/main/java/org/testng/reporters/XMLReporterConfig.java
28279b3ad505ee4a353e8307112a132da1ffd433 29-Jun-2011 nguillaumin <nguillaumin+github@guillaumin.me> Added option on XMLReporter to output ITestResult attributes for each <test-method>
/external/testng/src/main/java/org/testng/reporters/XMLReporterConfig.java
5b638dc714f7793025b9032056d3b5d19bc9f937 08-Dec-2010 Ansgar Konermann <ansgar.konermann@googlemail.com> Merge remote branch 'remotes/cbeust/master'

Conflicts:
src/main/java/org/testng/internal/Invoker.java
3124d64c4a4dccd61e4bafaf03125313e32b3f47 06-Dec-2010 Cedric Beust <cedric@beust.com> First pass at monitoring testng-results.xml.
/external/testng/src/main/java/org/testng/reporters/XMLReporterConfig.java
61d28a389971e7955d6bc668e6416c203af26962 06-Dec-2010 Cedric Beust <cedric@beust.com> Source reformatting.
/external/testng/src/main/java/org/testng/reporters/XMLReporterConfig.java
37ac2350e62621bb857a4a77048e7e9d20ac14c5 22-Jul-2010 nullin <nalin.makar@gmail.com> Fix handling of test name specified by implementing ITest

1. Removed testname parameter from TestClass ctor. It's shouldnt be set on that object. Currently, the XmlTest name was also being set as the default TestClass's testName which is counter intuitive.
2. Added a new method ITestResult.getTestName() that returns the result's related instance's test name if the instance implements ITest
3. Fixed how the Emailable, HTML and XML reports display test name. Emailable report now shows the instance name next to the method names for a class. HTML reports show the test instance name if it's present along with the test class name. XML reports add an additional attribute test-instance-name to the methods which belong to a class implementing ITest
/external/testng/src/main/java/org/testng/reporters/XMLReporterConfig.java
dc0051b2828ddc734f076f959a1d9d54c322654d 10-Jul-2010 Cedric Beust <cedric@beust.com> Moved src->src/java/main and test -> src/java/test
/external/testng/src/main/java/org/testng/reporters/XMLReporterConfig.java