Summary
[
summary] [
package list] [
test cases]
| Tests | Errors | Failures | Success rate | Time(s) |
| 28 | 0 | 0 | 100,00% | 3,38 |
Note:
failuresare anticipated and checked for with assertions while
errorsare unanticipated.
Package List
[
summary] [
package list] [
test cases]
| Package | Tests | Errors | Failures | Success Rate | Time |
|
net.sf.chainedoptions
| 10 | 0 | 0 | 100,00% | 1,58 |
|
net.sf.chainedoptions.support
| 18 | 0 | 0 | 100,00% | 1,80 |
Note: package statistics are not computed recursively, they only sum up all of its testsuites numbers.
net.sf.chainedoptions.support
| Class | Tests | Errors | Failures | Success Rate | Time |
|
ExtraItemsStrategyTest
| 5 | 0 | 0 | 100,00% | 0,328 |
|
FirstItemStrategyTest
| 3 | 0 | 0 | 100,00% | 0,312 |
|
NoSortStrategyTest
| 3 | 0 | 0 | 100,00% | 0,313 |
|
OptionalRefreshChainedOptionTest
| 6 | 0 | 0 | 100,00% | 0,531 |
|
StringBeanConverterTest
| 1 | 0 | 0 | 100,00% | 0,313 |
Test Cases
[
summary] [
package list] [
test cases]
AbstractBeanConverterTest
| testConvert | 0,00 |
AbstractChainedOptionTest
| testUpdateValue_valueExists | 0,22 |
| testUpdateValue_valueNotExists | 0,02 |
| testMatches_true | 0,00 |
| testMatches_false | 0,00 |
| testAfterPropertiesSet | 0,00 |
| testAfterPropertiesSet_noCommandProperty | 0,00 |
| testAfterPropertiesSet_noOptionsProperty | 0,00 |
ChainedOptionManagerImplTest
| testReferenceData | 0,05 |
LabelValueBeanTest
| testEquals | 0,02 |
ExtraItemsStrategyTest
| testAdjustAndSort | 0,00 |
| testGetDefaultValue | 0,02 |
| testAfterPropertiesSet | 0,00 |
| testAfterPropertiesSet_noDefaultItem | 0,00 |
| testAfterPropertiesSet_wrongDefaultItem | 0,00 |
FirstItemStrategyTest
| testAdjustAndSort | 0,02 |
| testGetDefaultValue | 0,00 |
| testGetDefaultValue_noValues | 0,00 |
NoSortStrategyTest
| testAdjustAndSort | 0,00 |
| testGetDefaultValue | 0,00 |
| testGetDefaultValue_noValues | 0,00 |
OptionalRefreshChainedOptionTest
| testRetrieveOptions_true | 0,23 |
| testRetrieveOptions_false | 0,00 |
| testUpdateValue_true | 0,00 |
| testUpdateValue_false | 0,00 |
| testGetOptionsKey | 0,00 |
| testAfterPropertiesSet | 0,00 |
StringBeanConverterTest
| testConvertBean | 0,02 |