Fork me on GitHub

Failsafe Report

Summary

[Summary] [Package List] [Test Cases]


Tests Errors Failures Skipped Success Rate Time
21 0 0 1 95.2% 21.95 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
org.openwms.tms.routing.app 1 0 0 1 0% 0.003 s
org.openwms.tms.routing.routes.impl 8 0 0 0 100% 1.331 s
org.openwms.tms.routing.ui 12 0 0 0 100% 20.62 s

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

org.openwms.tms.routing.app

- Class Tests Errors Failures Skipped Success Rate Time
ConfigServerResourcePatternResolverIT 1 0 0 1 0% 0.003 s

org.openwms.tms.routing.routes.impl

- Class Tests Errors Failures Skipped Success Rate Time
ExplicitRouteSearchIT 8 0 0 0 100% 1.331 s

org.openwms.tms.routing.ui

- Class Tests Errors Failures Skipped Success Rate Time
RouteResourceDocumentation 6 0 0 0 100% 0.308 s
ActionResourceDocumentation 6 0 0 0 100% 20.31 s

Test Cases

[Summary] [Package List] [Test Cases]

RouteResourceDocumentation

shall_return_all_existing 0.071 s
shall_update_a_route 0.061 s
shall_create_a_route 0.035 s
shall_not_create_an_existing_route 0.037 s
shall_delete_a_route 0.052 s
shall_find_one_by_pKey 0.031 s

ConfigServerResourcePatternResolverIT

shall_resolve_from_GitHub 0 s
- work in progress -

ExplicitRouteSearchIT

shall_fail_when_no_target_is_given 0.027 s
shall_pass_when_at_least_one_target_is_given 0.044 s
shall_pass_when_all_targets_are_given 0.021 s
shall_fail_with_invalid_target 0.015 s
shall_fail_when_no_source_is_given 0.009 s
shall_pass_when_at_least_one_target_is_given2 0.013 s
shall_fail_when_no_target_is_given3 0.008 s
shall_fail_when_no_target_is_given4 0.007 s

ActionResourceDocumentation

shall_return_all_existing 0.632 s
shall_delete_a_action 0.141 s
shall_update_a_action 0.157 s
shall_not_create_an_existing_action 0.045 s
shall_create_a_action 0.057 s
shall_find_one_by_pKey 0.033 s

Failure Details

[Summary] [Package List] [Test Cases]


shall_resolve_from_GitHub
- skipped: work in progress