In addition to text report files (junit.txt and testng.txt) JTReg writes the following summary on the console at the end of a run:
> Test results: passed: 574
JTReg should also report stats of test collections, that is framework-based tests. Therefore, the count number in above's text report files should be accumulated and printed as follows:
> Test results: passed: 574
> Framework-based tests: 188, TestNG: 104, JUnit: 84
> Test results: passed: 574
JTReg should also report stats of test collections, that is framework-based tests. Therefore, the count number in above's text report files should be accumulated and printed as follows:
> Test results: passed: 574
> Framework-based tests: 188, TestNG: 104, JUnit: 84
- links to
-
Commit(master) openjdk/jtreg/8dfac661
-
Review(master) openjdk/jtreg/283