Surefire Report
Summary
[Summary] [Package List] [Test Cases]
Tests | Errors | Failures | Skipped | Success Rate | Time |
---|---|---|---|---|---|
40 | 0 | 0 | 0 | 100% | 1.482 |
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 |
---|---|---|---|---|---|---|
org.nuiton.validator.bean.simple | 3 | 0 | 0 | 0 | 100% | 0.717 |
org.nuiton.validator.xwork2.field | 22 | 0 | 0 | 0 | 100% | 0.61 |
org.nuiton.validator.bean.list | 8 | 0 | 0 | 0 | 100% | 0.088 |
org.nuiton.validator | 2 | 0 | 0 | 0 | 100% | 0.009 |
org.nuiton.validator.xwork2 | 5 | 0 | 0 | 0 | 100% | 0.058 |
Note: package statistics are not computed recursively, they only sum up all of its testsuites numbers.
org.nuiton.validator.bean.simple
Class | Tests | Errors | Failures | Skipped | Success Rate | Time | |
---|---|---|---|---|---|---|---|
SimpleBeanValidatorTest | 3 | 0 | 0 | 0 | 100% | 0.717 |
org.nuiton.validator.xwork2.field
Class | Tests | Errors | Failures | Skipped | Success Rate | Time | |
---|---|---|---|---|---|---|---|
NotExistingFileFieldValidatorTest | 1 | 0 | 0 | 0 | 100% | 0.048 | |
FrenchFinessFieldValidatorTest | 1 | 0 | 0 | 0 | 100% | 0.014 | |
FrenchSiretFieldValidatorTest | 1 | 0 | 0 | 0 | 100% | 0.01 | |
NotExistingDirectoryFieldValidatorTest | 1 | 0 | 0 | 0 | 100% | 0.011 | |
FieldValidatorUtilTest | 1 | 0 | 0 | 0 | 100% | 0.007 | |
FrenchCityNameFieldValidatorTest | 1 | 0 | 0 | 0 | 100% | 0.004 | |
CollectionUniqueKeyValidatorTest | 1 | 0 | 0 | 0 | 100% | 0.075 | |
FrenchPostCodeFieldValidatorTest | 1 | 0 | 0 | 0 | 100% | 0.006 | |
ExistingDirectoryFieldValidatorTest | 1 | 0 | 0 | 0 | 100% | 0.015 | |
FrenchLastNameFieldValidatorTest | 1 | 0 | 0 | 0 | 100% | 0.001 | |
FrenchPhoneNumberFieldValidatorTest | 1 | 0 | 0 | 0 | 100% | 0.005 | |
VATIdentificationNumberFieldValidatorTest | 1 | 0 | 0 | 0 | 100% | 0.016 | |
FieldExpressionWithParamsValidatorTest | 1 | 0 | 0 | 0 | 100% | 0.11 | |
CollectionFieldExpressionValidatorTest | 5 | 0 | 0 | 0 | 100% | 0.235 | |
ExistingFileFieldValidatorTest | 1 | 0 | 0 | 0 | 100% | 0.008 | |
FrenchSirenFieldValidatorTest | 1 | 0 | 0 | 0 | 100% | 0.003 | |
RequiredFileFieldValidatorTest | 1 | 0 | 0 | 0 | 100% | 0.026 | |
EmailFieldValidatorTest | 1 | 0 | 0 | 0 | 100% | 0.016 |
org.nuiton.validator.bean.list
Class | Tests | Errors | Failures | Skipped | Success Rate | Time | |
---|---|---|---|---|---|---|---|
BeanListValidatorTest | 8 | 0 | 0 | 0 | 100% | 0.088 |
org.nuiton.validator
Class | Tests | Errors | Failures | Skipped | Success Rate | Time | |
---|---|---|---|---|---|---|---|
NuitonValidatorFactoryTest | 2 | 0 | 0 | 0 | 100% | 0.009 |
org.nuiton.validator.xwork2
Class | Tests | Errors | Failures | Skipped | Success Rate | Time | |
---|---|---|---|---|---|---|---|
XWork2NuitonValidatorTest | 2 | 0 | 0 | 0 | 100% | 0.026 | |
XWork2NuitonValidatorProviderTest | 3 | 0 | 0 | 0 | 100% | 0.032 |
Test Cases
[Summary] [Package List] [Test Cases]
NotExistingFileFieldValidatorTest
testValidator | 0.033 |
FrenchFinessFieldValidatorTest
testValidator | 0.01 |
FrenchSiretFieldValidatorTest
testValidator | 0 |
NotExistingDirectoryFieldValidatorTest
testValidator | 0.01 |
FieldValidatorUtilTest
TestLuhnChecksum | 0 |
FrenchCityNameFieldValidatorTest
testValidator | 0.002 |
CollectionUniqueKeyValidatorTest
testValidator | 0.062 |
FrenchPostCodeFieldValidatorTest
testValidator | 0.003 |
ExistingDirectoryFieldValidatorTest
testValidator | 0.011 |
FrenchLastNameFieldValidatorTest
testValidator | 0 |
XWork2NuitonValidatorTest
testNewValidator2 | 0.023 | |
testNewValidator | 0.001 |
FrenchPhoneNumberFieldValidatorTest
testValidator | 0 |
VATIdentificationNumberFieldValidatorTest
testValidator | 0.014 |
NuitonValidatorFactoryTest
testNewValidator | 0.003 | |
testGetProviders | 0 |
FieldExpressionWithParamsValidatorTest
testValidator | 0.107 |
CollectionFieldExpressionValidatorTest
testValidatorWithContextAndFirstAndLast | 0.042 | |
testValidator | 0.054 | |
testValidatorWithContextAndFirst | 0.038 | |
testValidatorWithContextAndLast | 0.025 | |
testValidatorWithContext | 0.072 |
ExistingFileFieldValidatorTest
testValidator | 0.007 |
XWork2NuitonValidatorProviderTest
testGetModel | 0.001 | |
testDetectValidators | 0.023 | |
testNewValidator | 0 |
FrenchSirenFieldValidatorTest
testValidator | 0 |
RequiredFileFieldValidatorTest
testValidator | 0.02 |
BeanListValidatorTest
validate | 0.039 | |
addBean | 0.005 | |
removeAllBeans | 0.006 | |
convert | 0.009 | |
addAllBean | 0.004 | |
removeBean | 0.004 | |
removeAllBeans2 | 0.005 | |
testValidateWithBad | 0.002 |
SimpleBeanValidatorTest
validate | 0.64 | |
convert | 0.013 | |
testValidateWithBad | 0.008 |
EmailFieldValidatorTest
testValidator | 0.014 |