Fork me on GitHub

Failsafe Report

Summary

[Summary] [Package List] [Test Cases]


Tests Errors Failures Skipped Success Rate Time
85 0 0 1 98.8% 4.750 s

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
dev.orne.beans 84 0 0 1 98.8% 4.695 s
dev.orne.beans.converters 1 0 0 0 100% 0.055 s

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

dev.orne.beans

- Class Tests Errors Failures Skipped Success Rate Time
IdentityTokenIT 21 0 0 0 100% 3.255 s
ValidIdentityTokenIT 15 0 0 0 100% 0.072 s
ValidBeanReferenceIT 4 0 0 0 100% 0.237 s
IdentityBeanIT 23 0 0 0 100% 0.229 s
ValidBeanIdentityIT 6 0 0 1 83.3% 0.049 s
BeanAnnotationFinderIT 2 0 0 0 100% 0.009 s
ValidIdentityIT 8 0 0 0 100% 0.811 s
ValidIdentityTokenPrefixIT 5 0 0 0 100% 0.033 s

dev.orne.beans.converters

- Class Tests Errors Failures Skipped Success Rate Time
OrneBeansConvertersIT 1 0 0 0 100% 0.055 s

Test Cases

[Summary] [Package List] [Test Cases]

IdentityTokenIT

testJsonbSerialization 1.793 s
testJaxbAttributeDeserializationIdentityNull 0.449 s
testJaxbElementSerializationTokenIdentity 0.055 s
testJaxbElementSerializationIdentityNull 0.005 s
testJsonbDeserializationNull 0.068 s
testJaxbElementDeserializationIdentityEmpty 0.007 s
testJaxbElementSerializationIdentity 0.006 s
testJacksonSerialization 0.644 s
testJaxbAttributeSerializationIdentityNull 0.005 s
testJaxbElementDeserializationIdentityEmpty2 0.005 s
testJaxbAttributeSerializationIdentity 0.005 s
testJacksonDeserializationNull 0.059 s
testJaxbAttributeDeserializationIdentityEmpty 0.006 s
testJaxbAttributeDeserializationIdentity 0.005 s
testJaxbAttributeSerializationTokenIdentity 0.004 s
testJsonbDeserialization 0.010 s
testJaxbElementDeserializationIdentityNull(String)[1] 0.015 s
testJaxbElementDeserializationIdentityNull(String)[2] 0.006 s
testJaxbElementDeserializationIdentityNull(String)[3] 0.005 s
testJacksonDeserialization 0.005 s
testJaxbElementDeserializationIdentity 0.005 s

OrneBeansConvertersIT

testDayOfWeekConverter 0.011 s

ValidIdentityTokenIT

testNullTokenValidation 0.012 s
testTokenValidation(String, boolean)[1] 0.005 s
testTokenValidation(String, boolean)[2] 0.001 s
testTokenValidation(String, boolean)[3] 0.002 s
testTokenValidation(String, boolean)[4] 0.002 s
testTokenValidation(String, boolean)[5] 0.002 s
testTokenValidation(String, boolean)[6] 0.001 s
testTokenValidation(String, boolean)[7] 0.002 s
testTokenValidation(String, boolean)[8] 0.002 s
testTokenValidation(String, boolean)[9] 0.003 s
testTokenValidation(String, boolean)[10] 0.002 s
testTokenValidation(String, boolean)[11] 0.001 s
testTokenValidation(String, boolean)[12] 0.002 s
testValidateArrayContainer 0.003 s
testValidateIterableContainer 0.004 s

ValidBeanReferenceIT

testValidateArrayContainer 0.178 s
testValidateSimpleContainer 0.006 s
testValidateIterableContainer 0.043 s
testValidateBean 0.005 s

IdentityBeanIT

testJsonbSerialization 0.016 s
testJsonbContainerDeserialization 0.024 s
testJsonbSerializationNullIdentity 0.009 s
testJaxbDeserialization 0.006 s
testJacksonDeserializationNoIdentity 0.009 s
testJacksonDeserializationNullIdentity 0.004 s
testJaxbDeserializationEmptyIdentity 0.005 s
testJacksonContainerDeserializationNoIdentity 0.006 s
testJsonbDeserializationNoIdentity 0.005 s
testValidation 0.039 s
testJacksonContainerDeserializationNullIdentity 0.005 s
testJacksonContainerDeserialization 0.004 s
testJacksonSerialization 0.028 s
testJsonbContainerDeserializationNoIdentity 0.007 s
testJsonbDeserializationNullIdentity 0.004 s
testJaxbSerializationNullIdentity 0.004 s
testJaxbSerialization 0.005 s
testJaxbDeserializationNullIdentity 0.005 s
testJsonbDeserialization 0.005 s
testJacksonDeserialization 0.004 s
testJacksonSerializationNullIdentity 0.002 s
testJsonbContainerDeserializationNullIdentity 0.006 s
testJaxbDeserializationNoIdentity 0.005 s

ValidBeanIdentityIT

testValidateArrayContainer 0.019 s
testValidateSimpleContainer 0.004 s
testValidateIterableContainer 0.006 s
testValidateIterableElementContainer 0.008 s
testValidateArrayElementContainer 0 s
- Disabled by HV-1428 -
testValidateBean 0.003 s

BeanAnnotationFinderIT

testFindInDepthWithList 0.002 s
testFindInDepth 0.004 s

ValidIdentityIT

testNullTokenValidation 0.703 s
testValidateIterableIdentityContainer 0.035 s
testValidTokenValidationNullBody 0.002 s
testInvalidTokenValidation 0.005 s
testValidateArrayContainer 0.004 s
testValidateArrayIdentityContainer 0.003 s
testValidateIterableContainer 0.008 s
testValidTokenValidationSimpleBody 0.001 s

ValidIdentityTokenPrefixIT

testInvalidPrefixValidation 0.021 s
testEmptyPrefixValidation 0.002 s
testValidPrefixValidationCustom 0.001 s
testNullPrefixValidation 0.001 s
testValidPrefixValidationDefault 0.001 s

Failure Details

[Summary] [Package List] [Test Cases]


testValidateArrayElementContainer
- skipped: Disabled by HV-1428