Surefire Report
Summary
[Summary] [Package List] [Test Cases]
| Tests | Errors | Failures | Skipped | Success Rate | Time |
|---|---|---|---|---|---|
| 24 | 0 | 1 | 0 | 95.8% | 1.658 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.role.ui.javafx.impl.tree | 3 | 0 | 0 | 0 | 100% | 0.157 s |
| it.tidalwave.ui.javafx | 6 | 0 | 0 | 0 | 100% | 0.498 s |
| it.tidalwave.role.ui.javafx.impl | 5 | 0 | 1 | 0 | 80.0% | 0.171 s |
| it.tidalwave.role.ui.example.presentation.impl | 10 | 0 | 0 | 0 | 100% | 0.832 s |
Note: package statistics are not computed recursively, they only sum up all of its testsuites numbers.
it.tidalwave.role.ui.javafx.impl.tree
| - | Class | Tests | Errors | Failures | Skipped | Success Rate | Time |
|---|---|---|---|---|---|---|---|
| ObsoletePresentationModelDisposerTest | 1 | 0 | 0 | 0 | 100% | 0.116 s | |
| TreeViewBindingsTest | 2 | 0 | 0 | 0 | 100% | 0.041 s |
it.tidalwave.ui.javafx
| - | Class | Tests | Errors | Failures | Skipped | Success Rate | Time |
|---|---|---|---|---|---|---|---|
| AbstractJavaFXSpringApplicationTest | 4 | 0 | 0 | 0 | 100% | 0.039 s | |
| JavaFXSpringAnnotationApplicationTest | 2 | 0 | 0 | 0 | 100% | 0.459 s |
it.tidalwave.role.ui.javafx.impl
| - | Class | Tests | Errors | Failures | Skipped | Success Rate | Time |
|---|---|---|---|---|---|---|---|
| JavaFXMenuBarModelTest | 1 | 0 | 1 | 0 | 0% | 0.117 s | |
| JavaFXToolBarModelTest | 1 | 0 | 0 | 0 | 100% | 0.026 s | |
| UserActionProviderContextMenuBuilderTest | 3 | 0 | 0 | 0 | 100% | 0.028 s |
it.tidalwave.role.ui.example.presentation.impl
| - | Class | Tests | Errors | Failures | Skipped | Success Rate | Time |
|---|---|---|---|---|---|---|---|
| DefaultMainPanelPresentationControlTest | 9 | 0 | 0 | 0 | 100% | 0.764 s | |
| FileEntityPresentableTest | 1 | 0 | 0 | 0 | 100% | 0.068 s |
Test Cases
[Summary] [Package List] [Test Cases]
JavaFXMenuBarModelTest
| test_populate | 0.117 s | |
| - | Expected: is "File" but: was "Edit" | - |
JavaFXToolBarModelTest
| test_populate | 0.026 s |
UserActionProviderContextMenuBuilderTest
| must_invoke_callbacks_in_a_non_FX_thread | 0.025 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.116 s |
TreeViewBindingsTest
| treeItemChangeListener_must_callback_a_Selectable_on_selection_change | 0.040 s | |
| treeItemChangeListener_must_do_nothing_when_there_is_no_Selectable_role | 0.001 s |
AbstractJavaFXSpringApplicationTest
JavaFXSpringAnnotationApplicationTest
| test_ApplicationContext | 0.434 s | |
| test_ApplicationContext_with_EnableMessageBus | 0.025 s |
DefaultMainPanelPresentationControlTest
FileEntityPresentableTest
| test | 0.068 s |
Failure Details
[Summary] [Package List] [Test Cases]
| test_populate | |
| - | java.lang.AssertionError: Expected: is "File" but: was "Edit" |
| - |
SteelBlue