[ summary] [ package list] [ test cases]
Tests | Errors | Failures | Success rate | Time(s) |
---|---|---|---|---|
3 | 1 | 0 | 66,67% | 0,20 |
Note: failuresare anticipated and checked for with assertions while errorsare unanticipated.
[ summary] [ package list] [ test cases]
Package | Tests | Errors | Failures | Success Rate | Time |
---|---|---|---|---|---|
org.jface.jplog.util | 2 | 0 | 0 | 100,00% | 0,13 |
org.jface.jplog.xsl | 1 | 1 | 0 | 0,00% | 0,07 |
Note: package statistics are not computed recursively, they only sum up all of its testsuites numbers.
![]() | testGenerate |
Provider for javax.xml.transform.TransformerFactory cannot be found
| |
javax.xml.transform.TransformerFactoryConfigurationError: Provider for javax.xml.transform.TransformerFactory cannot be found at javax.xml.transform.TransformerFactory.newInstance(Unknown Source) at org.jface.jplog.xsl.HtmlGenerator.<clinit>(HtmlGenerator.java:27) at org.jface.jplog.xsl.HtmlGeneratorTest.testGenerate(HtmlGeneratorTest.java:25)
|