[testng] annotated tag testng-6.4 created (now 7c80cb2)
Andrew Ross
rockclimb-guest at alioth.debian.org
Mon Aug 12 21:41:24 UTC 2013
This is an automated email from the git hooks/post-receive script.
rockclimb-guest pushed a change to annotated tag testng-6.4
in repository testng.
at 7c80cb2 (tag)
tagging a958a4c02cf6f1999a0deb71bd2b802e0990fceb (commit)
replaces testng-6.3.1
tagged by Cedric Beust
on Sun Feb 12 09:34:49 2012 -0800
- Log -----------------------------------------------------------------
[maven-release-plugin] copy for tag testng-6.4
Brandon Pedersen (1):
Add ability to get the ITextContext from an ITestResult
Cedric Beust (124):
[maven-release-plugin] prepare for next development iteration
Doc update to 6.3.1.
Fixed: EmailableReporter: methods are now *really* sorted chronologically.
Don't set a date on methods by default.
6.3.2beta.
Minor fix.
Don't use internal collections.
Merge branch 'lukasj'
Fixed EmailableReporter to report skipped methods too.
Merge pull request #136 from lukasj/master
Introduced instanceName in TestResult for the Eclipse plug-in.
Comment.
CHANGES.
Better error messages.
Removed unused parameter.
Added support for <parameter> inside <include>.
Converted documentation to toc.js.
Initial work on new reports.
Reporter work.
Banner Failed/Skipped/Passed.
Image support.
Parameters.
Stack traces.
Expand icon.
Introduced constants.
New design for the new reporter.
New style of navigation.
Introduced Model class.
Failed/skipped/passed.
New model class.
New panel: list of tests.
New panel (testng.xml) and panel interface.
Use data to store important stuff.
Extracted NavigatorPanel.
Better navigator panel.
Icons next to methods.
New reporter is in with its resources.
BasePanel and SuitePanel.
Reorganizing the model and panel hierarchies.
Better initial state.
Uniform background for suite panels.
Simple top banner.
TestPanel working correctly.
Moved the reports to test-output/new.
New panel base class for multisuite panels.
Renamed the banner to root.
Sorting the method alphabetically.
Refactoring.
Activating the new reporter in ${test-output}/new/index.html.
Removed trace.
Show/hide methods.
Simple Mustache implementation.
Fixed the scoping problem.
Added parameters to the method calls.
Test classes as hovers.
Better banner.
Added icons next to suite names in the navigator.
Group panel with alphabetized group and method names.
Better bullet point.
Navigator now fixed scrolling.
Better method separations.
Refactoring.
Added the Times panel.
More refactoring.
TimePanel -> TimesPanel.
header -> header.
Initial implementation of TimesPanel.
TimesPanel working for multiple suites.
Always keep the navigator in view.
Better margins, banner no longer round.
Animate fast, make the table occupy 100%.
Scrolling the navigator on auto.
Clicking on "Show" of the navigator only opens methods on this suite.
New panel: Reporter output.
Refactoring in anticipation of adding ignored methods.
Ignored methods.
Don't clip the navigator when scrolling.
No more suite icon, now using a left border with the right color.
Added the total running time of the suite.
Fixed the big link problem.
Chronological panel.
CSS for chronological.
Showing the failed methods in the chronological panel.
Removed comment.
NPE fix.
Collapse/expand all the suites.
Sortable row number in the Times panel.
Better suite header color.
GITHUB-149: reversed arguments in failAssertEqualsNoOrder().
NPE.
writeFile().
Moved the navigator link name inside each panel.
Moved getNavigatorLink to INavigatorPanel.
Unused parameter.
Moved getClassName() into NavigatorPanel.
More Navigator refactoring.
Better comments.
Better panel name computation.
The new report is now the default.
The Times panel now sorts by time taken.
Fixed the negative times bug.
Added: @DataProvider(indices) to return specific indices of a data provider
Merge pull request #146 from githubCast/master
CHANGES.
Show/hide all the methods on the right hand panel when selected in the navigator.
Link fix.
Typo.
Merge pull request #147 from toddq/master
Merge branch 'master' of github.com:cbeust/testng
Added: configfailurepolicy=continue with DataProviders (toddq).
6.4beta.
Merge pull request #160 from randomsync/master
Merge branch 'master' of github.com:cbeust/testng
Fixed: When running TestNG programmatically, child xml suites are not run (when added using setSuiteFIles()) (Gaurav Gupta).
Doc link fix.
Merge branch 'master' of github.com:cbeust/testng
Merge branch 'master' of github.com:cbeust/testng
Now building the source files for Eclipse as well.
Fixed: invocationCount > 1 + timeOut wasn't timing out properly.
Formatting.
Merge pull request #163 from bpedman/master
Added: ITestResult#getTestContext (bpedman).
6.4.
[maven-release-plugin] prepare release testng-6.4
Gaurav Gupta (1):
Fix for Issue 159: When running TestNG programmatically, child xml
Konstantin Savin (1):
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.
Lukas Jungmann (15):
add a listener which allows NetBeans to report test status as soon as it appears.
Merge branch 'master' of git://github.com/cbeust/testng.git
remove workaround for https://github.com/cbeust/testng/issues/126 which has been already fixed
added elapsed time to the logged msg
make detailed reporting more TestNG friendly
Merge branch 'master' of https://github.com/cbeust/testng.git
remove offending out
defend against m_verbose == null
fix for github Issue #124
Merge branch 'master' of https://github.com/cbeust/testng.git
remove workaround for github Issue #124
rather use method to add listener
Merge branch 'master' of https://github.com/cbeust/testng.git
finished basic version of the verbose reporter - mostly refactoring and cleanup
Adding javadoc to verbose reporter
toddq (1):
fixed usage of DataProviders and invocationCount with configfailurepolicy=continue
-----------------------------------------------------------------------
No new revisions were added by this update.
--
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