6
I Use This!
Low Activity

Commits : Listings

Analyzed about 10 hours ago. based on code collected about 10 hours ago.
Jun 11, 2024 — Jun 11, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add test for #565 More... over 10 years ago
It's old test, not worked for long time. Finally fixed More... over 10 years ago
testng-562 testNG not creating HTML report Fix NPE in XMLStringBuffer.java Add corresponding Nullable annotations More... over 10 years ago
Suite Listener is registered twice (#557) More... over 10 years ago
Merge pull request #516 from draghuram/softassert More... over 10 years ago
Some OSGi manifest fixes More... almost 11 years ago
replace manual array content copying with System.arraycopy() More... almost 11 years ago
Create the parent directory if it's missing. More... almost 11 years ago
allow '-testnames' option to work with '-xmlpathinjar' More... almost 11 years ago
Close InputStream and OuputStream after use More... almost 11 years ago
Merge pull request #525 from krmahadevan/krmahadevan-FixAfterClassInvocationDiscrepancy More... almost 11 years ago
AfterClass does not get executed when MethodInterceptor is involved. More... almost 11 years ago
externally synchronize our use of the static SimpleDateFormat More... almost 11 years ago
Resolved Issue #465 More... about 11 years ago
Merge pull request #518 from AndreasKl/master More... about 11 years ago
Fixed comparator to satisfy the contract. In some edge cases this could cause issues with Java7+ (TimSort). More... about 11 years ago
SoftAssert now uses the same auto-generated message used by Assert. More... about 11 years ago
Fix #onAssertSuccess called after #onAssertFailure in SoftAssert Improve failure message in SoftAssert#assertAll More... about 11 years ago
Merge pull request #502 from drapostolos/master More... about 11 years ago
Merge pull request #494 from dimalev/master More... about 11 years ago
Merge pull request #498 from themainfunction/master More... about 11 years ago
Merge pull request #503 from VladRassokhin/fix-testng-496 More... about 11 years ago
testng-496 org.testng.junit.JUnit4TestRunner handles testAssumptionFailure as a failure but it should be ignored Report test as skip. Also report as skip from #testFailure with AssumptionViolatedException as failure exception Remove unnecessary super calls. (RunListener is special not-implementation class) Fix bug when test with assumption failure reported also as passed. Add test for this case. More... about 11 years ago
Updated version to be tested to 6.8.9-SNAPSHOT, in pom-test.xml. More... about 11 years ago
Merge pull request #497 from Dao007forever/master More... about 11 years ago
Standardized section heading HTML format for easier reading/maintenance. More... about 11 years ago
Fixed section heading tags (<h3>, <h4>, <h5>) so they are consistent More... about 11 years ago
Use LinkedHashMap so that the topological sort will process the nodes in the same order of collecting More... about 11 years ago
Fixed TOC anchor collisions in documentation-main.html More... about 11 years ago
Merge pull request #493 from themainfunction/master More... about 11 years ago