• 0.17

Surefire Report

Summary

[Summary] [Package List] [Test Cases]


Tests Errors Failures Skipped Success Rate Time
12 10 0 1 8.333% 0.484

Note: failures are anticipated and checked for with assertions while errors are unanticipated.


Package List

[Summary] [Package List] [Test Cases]


Package Tests Errors Failures Skipped Success Rate Time
com.qulice.xml 12 10 0 1 8.333% 0.484

Note: package statistics are not computed recursively, they only sum up all of its testsuites numbers.

com.qulice.xml

Class Tests Errors Failures Skipped Success Rate Time
XmlValidatorTest 12 10 0 1 8.333% 0.484

Test Cases

[Summary] [Package List] [Test Cases]

XmlValidatorTest

passesValidationIfNoSchemaLocationSpecified 0.267
Could not initialize class com.jcabi.xml.XMLDocument
failsValidationOnWrongFile 0.267
Unexpected exception, expected<com.qulice.spi.ValidationException> but was<java.lang.NoClassDefFoundError>
passesValidationIfSchemaIsNotAccessible 0
skipped
passesValidationIfCommentsAreBeforeParentTag 0.467
Could not initialize class com.jcabi.xml.XMLDocument
informsAboutMissingEolAtEof 0.234
Could not initialize class com.jcabi.xml.XMLDocument
passesValidationWithMultipleSchemas 0.231
Could not initialize class com.jcabi.xml.XMLDocument
passesValidationForClasspathSchema 0.118
failsValidationOnIncorrectlyFormattedFile 0.214
Unexpected exception, expected<com.qulice.spi.ValidationException> but was<java.lang.AbstractMethodError>
passesValidationOnCorrectFile 0.215
Could not initialize class com.jcabi.xml.XMLDocument
failValidationWithNoSchemaLocationAttr 0.201
Unexpected exception, expected<com.qulice.spi.ValidationException> but was<java.lang.NoClassDefFoundError>
failsValidationWithMultipleSchemas 0.195
Unexpected exception, expected<com.qulice.spi.ValidationException> but was<java.lang.NoClassDefFoundError>
failValidationWithoutSchema 0.191
Unexpected exception, expected<com.qulice.spi.ValidationException> but was<java.lang.NoClassDefFoundError>

Failure Details

[Summary] [Package List] [Test Cases]


passesValidationIfNoSchemaLocationSpecified
java.lang.NoClassDefFoundError: Could not initialize class com.jcabi.xml.XMLDocument
com.qulice.xml.XmlValidatorTest:193
failsValidationOnWrongFile
java.lang.Exception: Unexpected exception, expected<com.qulice.spi.ValidationException> but was<java.lang.NoClassDefFoundError>
com.qulice.xml.XmlValidatorTest:57
passesValidationIfSchemaIsNotAccessible
skipped: skipped
passesValidationIfCommentsAreBeforeParentTag
java.lang.NoClassDefFoundError: Could not initialize class com.jcabi.xml.XMLDocument
com.qulice.xml.XmlValidatorTest:262
informsAboutMissingEolAtEof
java.lang.NoClassDefFoundError: Could not initialize class com.jcabi.xml.XMLDocument
com.qulice.xml.XmlValidatorTest:105
passesValidationWithMultipleSchemas
java.lang.NoClassDefFoundError: Could not initialize class com.jcabi.xml.XMLDocument
com.qulice.xml.XmlValidatorTest:219
failsValidationOnIncorrectlyFormattedFile
java.lang.Exception: Unexpected exception, expected<com.qulice.spi.ValidationException> but was<java.lang.AbstractMethodError>
com.qulice.xml.XmlValidatorTest:132
passesValidationOnCorrectFile
java.lang.NoClassDefFoundError: Could not initialize class com.jcabi.xml.XMLDocument
com.qulice.xml.XmlValidatorTest:73
failValidationWithNoSchemaLocationAttr
java.lang.Exception: Unexpected exception, expected<com.qulice.spi.ValidationException> but was<java.lang.NoClassDefFoundError>
com.qulice.xml.XmlValidatorTest:172
failsValidationWithMultipleSchemas
java.lang.Exception: Unexpected exception, expected<com.qulice.spi.ValidationException> but was<java.lang.NoClassDefFoundError>
com.qulice.xml.XmlValidatorTest:244
failValidationWithoutSchema
java.lang.Exception: Unexpected exception, expected<com.qulice.spi.ValidationException> but was<java.lang.NoClassDefFoundError>
com.qulice.xml.XmlValidatorTest:82