Surefire Report
Summary
[Summary] [Package List] [Test Cases]
| Tests | Errors | Failures | Skipped | Success Rate | Time |
|---|---|---|---|---|---|
| 51 | 0 | 0 | 0 | 100% | 2.575 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 |
|---|---|---|---|---|---|---|
| it.tidalwave.ui.example.presentation.impl | 10 | 0 | 0 | 0 | 100% | 0.926 s |
| it.tidalwave.ui.javafx.impl.tree | 3 | 0 | 0 | 0 | 100% | 0.273 s |
| it.tidalwave.ui.javafx.spi | 4 | 0 | 0 | 0 | 100% | 0.047 s |
| it.tidalwave.ui.javafx | 2 | 0 | 0 | 0 | 100% | 0.515 s |
| it.tidalwave.ui.core.role.impl | 19 | 0 | 0 | 0 | 100% | 0.142 s |
| it.tidalwave.ui.core.role.spi | 3 | 0 | 0 | 0 | 100% | 0.035 s |
| it.tidalwave.ui.core.spi | 2 | 0 | 0 | 0 | 100% | 0.064 s |
| it.tidalwave.ui.javafx.impl | 3 | 0 | 0 | 0 | 100% | 0.406 s |
| it.tidalwave.ui.core.role | 5 | 0 | 0 | 0 | 100% | 0.167 s |
Note: package statistics are not computed recursively, they only sum up all of its testsuites numbers.
it.tidalwave.ui.example.presentation.impl
| - | Class | Tests | Errors | Failures | Skipped | Success Rate | Time |
|---|---|---|---|---|---|---|---|
| DefaultMainPanelPresentationControlTest | 9 | 0 | 0 | 0 | 100% | 0.847 s | |
| FileEntityPresentableTest | 1 | 0 | 0 | 0 | 100% | 0.079 s |
it.tidalwave.ui.javafx.impl.tree
| - | Class | Tests | Errors | Failures | Skipped | Success Rate | Time |
|---|---|---|---|---|---|---|---|
| ObsoletePresentationModelDisposerTest | 1 | 0 | 0 | 0 | 100% | 0.230 s | |
| TreeViewBindingsTest | 2 | 0 | 0 | 0 | 100% | 0.043 s |
it.tidalwave.ui.javafx.spi
| - | Class | Tests | Errors | Failures | Skipped | Success Rate | Time |
|---|---|---|---|---|---|---|---|
| AbstractJavaFXSpringApplicationTest | 4 | 0 | 0 | 0 | 100% | 0.047 s |
it.tidalwave.ui.javafx
| - | Class | Tests | Errors | Failures | Skipped | Success Rate | Time |
|---|---|---|---|---|---|---|---|
| JavaFXSpringAnnotationApplicationTest | 2 | 0 | 0 | 0 | 100% | 0.515 s |
it.tidalwave.ui.core.role.impl
| - | Class | Tests | Errors | Failures | Skipped | Success Rate | Time |
|---|---|---|---|---|---|---|---|
| AsDisplayableComparatorTest | 5 | 0 | 0 | 0 | 100% | 0.040 s | |
| DefaultPresentationModelTest | 6 | 0 | 0 | 0 | 100% | 0.042 s | |
| DefaultUserActionTest | 3 | 0 | 0 | 0 | 100% | 0.058 s | |
| DisplayableComparatorTest | 5 | 0 | 0 | 0 | 100% | 0.002 s |
it.tidalwave.ui.core.role.spi
| - | Class | Tests | Errors | Failures | Skipped | Success Rate | Time |
|---|---|---|---|---|---|---|---|
| DefaultUserActionProviderTest | 2 | 0 | 0 | 0 | 100% | 0 s | |
| SimpleCompositePresentableTest | 1 | 0 | 0 | 0 | 100% | 0.035 s |
it.tidalwave.ui.core.spi
| - | Class | Tests | Errors | Failures | Skipped | Success Rate | Time |
|---|---|---|---|---|---|---|---|
| MenuBarControlSupportTest | 1 | 0 | 0 | 0 | 100% | 0.025 s | |
| ToolBarControlSupportTest | 1 | 0 | 0 | 0 | 100% | 0.039 s |
it.tidalwave.ui.javafx.impl
| - | Class | Tests | Errors | Failures | Skipped | Success Rate | Time |
|---|---|---|---|---|---|---|---|
| UserActionProviderContextMenuBuilderTest | 3 | 0 | 0 | 0 | 100% | 0.406 s |
it.tidalwave.ui.core.role
| - | Class | Tests | Errors | Failures | Skipped | Success Rate | Time |
|---|---|---|---|---|---|---|---|
| DisplayableTest | 1 | 0 | 0 | 0 | 100% | 0.018 s | |
| PresentationModelTest | 2 | 0 | 0 | 0 | 100% | 0.148 s | |
| UserActionProviderTest | 2 | 0 | 0 | 0 | 100% | 0.001 s |
Test Cases
[Summary] [Package List] [Test Cases]
DisplayableTest
| must_read_the_displayName_from_the_bundle | 0.018 s |
PresentationModelTest
| test_ofMaybePresentable_with_Presentable | 0.146 s | |
| test_ofMaybePresentable_without_Presentable | 0.002 s |
UserActionProviderTest
| works_with_actions | 0.001 s | |
| works_with_no_actions | 0 s |
AsDisplayableComparatorTest
DefaultPresentationModelTest
DefaultUserActionTest
| test_toString_with_Displayable | 0 s | |
| test_toString_with_broken_Displayable | 0.056 s | |
| test_toString_without_Displayable | 0.002 s |
DisplayableComparatorTest
DefaultUserActionProviderTest
| must_return_no_actions | 0 s | |
| must_return_no_default_action | 0 s |
SimpleCompositePresentableTest
| must_create_a_PresentationModel_containing_the_proper_children | 0.035 s |
MenuBarControlSupportTest
| test_populate | 0.025 s |
ToolBarControlSupportTest
| test_populate | 0.039 s |
JavaFXSpringAnnotationApplicationTest
| test_ApplicationContext | 0.489 s | |
| test_ApplicationContext_with_EnableMessageBus | 0.026 s |
UserActionProviderContextMenuBuilderTest
| must_invoke_callbacks_in_a_non_FX_thread | 0.403 s | |
| must_return_empty_list_when_UserActionProvider_is_not_present | 0 s | |
| must_set_the_MenuItem_text_from_UserAction_Displayable | 0.003 s |
ObsoletePresentationModelDisposerTest
| changed_must_dispose_all_PresentationModels | 0.230 s |
TreeViewBindingsTest
| treeItemChangeListener_must_callback_a_Selectable_on_selection_change | 0.043 s | |
| treeItemChangeListener_must_do_nothing_when_there_is_no_Selectable_role | 0 s |
AbstractJavaFXSpringApplicationTest
DefaultMainPanelPresentationControlTest
FileEntityPresentableTest
| test | 0.079 s |
SteelBlue