Skip to content

Push on master

Push on master #25

GitHub Actions / Test Results (Java 21) succeeded Oct 6, 2025 in 0s

All 338 tests pass in 52s

338 tests   338 ✅  52s ⏱️
 21 suites    0 💤
 21 files      0 ❌

Results for commit 986049a.

Annotations

Check notice on line 0 in .github

See this annotation in the file changed.

@github-actions github-actions / Test Results (Java 21)

338 tests found

There are 338 tests, see "Raw output" for the full list of tests.
Raw output
io.github.makbn.jlmap.element.menu.JLContextMenuTest ‑ addItem_shouldReturnContextMenuForChaining
io.github.makbn.jlmap.element.menu.JLContextMenuTest ‑ addItem_withDuplicateId_shouldReplaceExistingItem
io.github.makbn.jlmap.element.menu.JLContextMenuTest ‑ addItem_withIdAndText_shouldCreateItemWithSpecifiedId
io.github.makbn.jlmap.element.menu.JLContextMenuTest ‑ addItem_withIdTextAndIcon_shouldCreateItemWithAllProperties
io.github.makbn.jlmap.element.menu.JLContextMenuTest ‑ addItem_withMenuItem_shouldAddMenuItem
io.github.makbn.jlmap.element.menu.JLContextMenuTest ‑ addItem_withNullIdAndIcon_shouldThrowException
io.github.makbn.jlmap.element.menu.JLContextMenuTest ‑ addItem_withNullId_shouldThrowException
io.github.makbn.jlmap.element.menu.JLContextMenuTest ‑ addItem_withNullMenuItem_shouldThrowException
io.github.makbn.jlmap.element.menu.JLContextMenuTest ‑ addItem_withNullTextInThreeParamMethod_shouldThrowException
io.github.makbn.jlmap.element.menu.JLContextMenuTest ‑ addItem_withNullTextInTwoParamMethod_shouldThrowException
io.github.makbn.jlmap.element.menu.JLContextMenuTest ‑ addItem_withNullText_shouldThrowException
io.github.makbn.jlmap.element.menu.JLContextMenuTest ‑ addItem_withTextOnly_shouldCreateItemWithGeneratedId
io.github.makbn.jlmap.element.menu.JLContextMenuTest ‑ clearItems_shouldReturnContextMenuForChaining
io.github.makbn.jlmap.element.menu.JLContextMenuTest ‑ clearItems_withMultipleItems_shouldRemoveAllItems
io.github.makbn.jlmap.element.menu.JLContextMenuTest ‑ clearItems_withNoItems_shouldDoNothing
io.github.makbn.jlmap.element.menu.JLContextMenuTest ‑ constructor_withNullOwner_shouldThrowException
io.github.makbn.jlmap.element.menu.JLContextMenuTest ‑ constructor_withValidOwner_shouldInitializeSuccessfully
io.github.makbn.jlmap.element.menu.JLContextMenuTest ‑ contextMenu_shouldSupportMethodChaining
io.github.makbn.jlmap.element.menu.JLContextMenuTest ‑ getItemCount_withMultipleItems_shouldReturnCorrectCount
io.github.makbn.jlmap.element.menu.JLContextMenuTest ‑ getItemCount_withNoItems_shouldReturnZero
io.github.makbn.jlmap.element.menu.JLContextMenuTest ‑ getItem_withExistingId_shouldReturnItem
io.github.makbn.jlmap.element.menu.JLContextMenuTest ‑ getItem_withNonExistingId_shouldReturnNull
io.github.makbn.jlmap.element.menu.JLContextMenuTest ‑ getItem_withNullId_shouldThrowException
io.github.makbn.jlmap.element.menu.JLContextMenuTest ‑ getItems_shouldReturnAllItems
io.github.makbn.jlmap.element.menu.JLContextMenuTest ‑ getItems_shouldReturnUnmodifiableCollection
io.github.makbn.jlmap.element.menu.JLContextMenuTest ‑ getVisibleItemCount_shouldReturnCountOfVisibleItems
io.github.makbn.jlmap.element.menu.JLContextMenuTest ‑ getVisibleItems_shouldReturnOnlyVisibleItems
io.github.makbn.jlmap.element.menu.JLContextMenuTest ‑ handleContextMenuEvent_withListenerAndEvent_shouldInvokeOwnerListener
io.github.makbn.jlmap.element.menu.JLContextMenuTest ‑ handleContextMenuEvent_withListenerReceivesCorrectEvent
io.github.makbn.jlmap.element.menu.JLContextMenuTest ‑ handleContextMenuEvent_withListenerReceivesCorrectOwner
io.github.makbn.jlmap.element.menu.JLContextMenuTest ‑ handleContextMenuEvent_withNullEvent_shouldThrowException
io.github.makbn.jlmap.element.menu.JLContextMenuTest ‑ handleContextMenuEvent_withoutListener_shouldNotThrowException
io.github.makbn.jlmap.element.menu.JLContextMenuTest ‑ handleMenuItemSelection_withListener_shouldInvokeListener
io.github.makbn.jlmap.element.menu.JLContextMenuTest ‑ handleMenuItemSelection_withNullMenuItem_shouldThrowException
io.github.makbn.jlmap.element.menu.JLContextMenuTest ‑ handleMenuItemSelection_withoutListener_shouldNotThrowException
io.github.makbn.jlmap.element.menu.JLContextMenuTest ‑ hasVisibleItems_withNoItems_shouldReturnFalse
io.github.makbn.jlmap.element.menu.JLContextMenuTest ‑ hasVisibleItems_withOnlyHiddenItems_shouldReturnFalse
io.github.makbn.jlmap.element.menu.JLContextMenuTest ‑ hasVisibleItems_withVisibleItems_shouldReturnTrue
io.github.makbn.jlmap.element.menu.JLContextMenuTest ‑ isEnabled_byDefault_shouldReturnTrue
io.github.makbn.jlmap.element.menu.JLContextMenuTest ‑ removeItem_shouldReturnContextMenuForChaining
io.github.makbn.jlmap.element.menu.JLContextMenuTest ‑ removeItem_withExistingId_shouldRemoveItem
io.github.makbn.jlmap.element.menu.JLContextMenuTest ‑ removeItem_withNonExistingId_shouldDoNothing
io.github.makbn.jlmap.element.menu.JLContextMenuTest ‑ removeItem_withNullId_shouldThrowException
io.github.makbn.jlmap.element.menu.JLContextMenuTest ‑ setEnabled_withFalse_shouldDisableMenu
io.github.makbn.jlmap.element.menu.JLContextMenuTest ‑ setEnabled_withTrue_shouldEnableMenu
io.github.makbn.jlmap.element.menu.JLContextMenuTest ‑ setOnMenuItemListener_shouldReturnContextMenuForChaining
io.github.makbn.jlmap.element.menu.JLContextMenuTest ‑ setOnMenuItemListener_shouldSetListener
io.github.makbn.jlmap.element.menu.JLContextMenuTest ‑ updateItem_shouldReturnContextMenuForChaining
io.github.makbn.jlmap.element.menu.JLContextMenuTest ‑ updateItem_withExistingId_shouldUpdateItem
io.github.makbn.jlmap.element.menu.JLContextMenuTest ‑ updateItem_withNonExistingId_shouldAddItem
io.github.makbn.jlmap.element.menu.JLContextMenuTest ‑ updateItem_withNullMenuItem_shouldThrowException
io.github.makbn.jlmap.element.menu.JLMenuItemTest ‑ builder_withEnabledFalse_shouldCreateDisabledItem
io.github.makbn.jlmap.element.menu.JLMenuItemTest ‑ builder_withVisibleFalse_shouldCreateHiddenItem
io.github.makbn.jlmap.element.menu.JLMenuItemTest ‑ equals_withAllFieldsEqual_shouldReturnTrue
io.github.makbn.jlmap.element.menu.JLMenuItemTest ‑ equals_withDifferentId_shouldReturnFalse
io.github.makbn.jlmap.element.menu.JLMenuItemTest ‑ equals_withDifferentText_shouldReturnFalse
io.github.makbn.jlmap.element.menu.JLMenuItemTest ‑ hashCode_withAllFieldsEqual_shouldReturnSameHashCode
io.github.makbn.jlmap.element.menu.JLMenuItemTest ‑ isEnabled_byDefault_shouldReturnTrue
io.github.makbn.jlmap.element.menu.JLMenuItemTest ‑ isVisible_byDefault_shouldReturnTrue
io.github.makbn.jlmap.element.menu.JLMenuItemTest ‑ menuItem_shouldBeImmutable
io.github.makbn.jlmap.element.menu.JLMenuItemTest ‑ of_withBlankIcon_shouldAcceptBlankIcon
io.github.makbn.jlmap.element.menu.JLMenuItemTest ‑ of_withBlankId_shouldAcceptBlankId
io.github.makbn.jlmap.element.menu.JLMenuItemTest ‑ of_withBlankText_shouldAcceptBlankText
io.github.makbn.jlmap.element.menu.JLMenuItemTest ‑ of_withIdAndText_shouldCreateMenuItem
io.github.makbn.jlmap.element.menu.JLMenuItemTest ‑ of_withIdTextAndIcon_shouldCreateMenuItemWithIcon
io.github.makbn.jlmap.element.menu.JLMenuItemTest ‑ of_withNullIcon_shouldAcceptNullIcon
io.github.makbn.jlmap.element.menu.JLMenuItemTest ‑ of_withNullIdAndIcon_shouldThrowException
io.github.makbn.jlmap.element.menu.JLMenuItemTest ‑ of_withNullId_shouldThrowException
io.github.makbn.jlmap.element.menu.JLMenuItemTest ‑ of_withNullTextAndIcon_shouldThrowException
io.github.makbn.jlmap.element.menu.JLMenuItemTest ‑ of_withNullText_shouldThrowException
io.github.makbn.jlmap.element.menu.JLMenuItemTest ‑ of_withWhitespaceIcon_shouldAcceptWhitespaceIcon
io.github.makbn.jlmap.element.menu.JLMenuItemTest ‑ of_withWhitespaceId_shouldAcceptWhitespaceId
io.github.makbn.jlmap.element.menu.JLMenuItemTest ‑ of_withWhitespaceText_shouldAcceptWhitespaceText
io.github.makbn.jlmap.element.menu.JLMenuItemTest ‑ toBuilder_shouldAllowUpdatingIcon
io.github.makbn.jlmap.element.menu.JLMenuItemTest ‑ toBuilder_shouldAllowUpdatingText
io.github.makbn.jlmap.element.menu.JLMenuItemTest ‑ toBuilder_withEnabledFalse_shouldCreateDisabledItem
io.github.makbn.jlmap.element.menu.JLMenuItemTest ‑ toBuilder_withNullIcon_shouldAcceptNullIcon
io.github.makbn.jlmap.element.menu.JLMenuItemTest ‑ toBuilder_withVisibleFalse_shouldCreateHiddenItem
io.github.makbn.jlmap.element.menu.JLMenuItemTest ‑ toString_shouldContainIdAndText
io.github.makbn.jlmap.fx.test.element.menu.JavaFXContextMenuMediatorTest ‑ constructor_shouldInitializeSuccessfully
io.github.makbn.jlmap.fx.test.element.menu.JavaFXContextMenuMediatorTest ‑ getName_shouldReturnCorrectName
io.github.makbn.jlmap.fx.test.element.menu.JavaFXContextMenuMediatorTest ‑ hideContextMenu_shouldClearMenuItems
io.github.makbn.jlmap.fx.test.element.menu.JavaFXContextMenuMediatorTest ‑ hideContextMenu_withNullContextMenu_shouldNotThrowException
io.github.makbn.jlmap.fx.test.element.menu.JavaFXContextMenuMediatorTest ‑ showContextMenu_calledMultipleTimes_shouldMaintainContextMenuState
io.github.makbn.jlmap.fx.test.element.menu.JavaFXContextMenuMediatorTest ‑ showContextMenu_withDisabledContextMenu_shouldNotShowMenu
io.github.makbn.jlmap.fx.test.element.menu.JavaFXContextMenuMediatorTest ‑ showContextMenu_withEnabledContextMenuButNoItems_shouldNotShowMenu
io.github.makbn.jlmap.fx.test.element.menu.JavaFXContextMenuMediatorTest ‑ showContextMenu_withMenuItemWithBlankIcon_shouldHandleBlankIcon
io.github.makbn.jlmap.fx.test.element.menu.JavaFXContextMenuMediatorTest ‑ showContextMenu_withMenuItemWithIcon_shouldHandleIcon
io.github.makbn.jlmap.fx.test.element.menu.JavaFXContextMenuMediatorTest ‑ showContextMenu_withMenuItemWithoutIcon_shouldHandleNullIcon
io.github.makbn.jlmap.fx.test.element.menu.JavaFXContextMenuMediatorTest ‑ showContextMenu_withObjectWithoutContextMenu_shouldNotShowMenu
io.github.makbn.jlmap.fx.test.element.menu.JavaFXContextMenuMediatorTest ‑ showContextMenu_withValidContextMenu_shouldPopulateMenuItems
io.github.makbn.jlmap.fx.test.element.menu.JavaFXContextMenuMediatorTest ‑ supportsObjectType_shouldReturnTrueForAllTypes
io.github.makbn.jlmap.fx.test.engine.JLJavaFXEngineTest ‑ constructor_withNullWebEngine_shouldAcceptNullEngine
io.github.makbn.jlmap.fx.test.engine.JLJavaFXEngineTest ‑ jlJavaFXEngine_shouldExtendJLWebEngine
io.github.makbn.jlmap.fx.test.engine.JLJavaFXEngineTest ‑ jlJavaFXEngine_shouldHaveCorrectConstructorParameter
io.github.makbn.jlmap.fx.test.engine.JLJavaFXEngineTest ‑ jlJavaFXEngine_shouldImplementRequiredMethods
io.github.makbn.jlmap.fx.test.integration.JLMapViewIntegrationTest ‑ jlMapView_addCircleMarker_shouldAddCircleMarkerAsLayer
io.github.makbn.jlmap.fx.test.integration.JLMapViewIntegrationTest ‑ jlMapView_addCircle_shouldAddCircleAsLayer
io.github.makbn.jlmap.fx.test.integration.JLMapViewIntegrationTest ‑ jlMapView_addGeoJsonFromContent_shouldAddGeoJsonAsLayer
io.github.makbn.jlmap.fx.test.integration.JLMapViewIntegrationTest ‑ jlMapView_addImageOverlay_shouldAddImageOverlayAsLayer
io.github.makbn.jlmap.fx.test.integration.JLMapViewIntegrationTest ‑ jlMapView_addMarker_shouldAddMarkerAsLayer
io.github.makbn.jlmap.fx.test.integration.JLMapViewIntegrationTest ‑ jlMapView_addMultiPolyline_shouldAddMultiPolylineAsLayer
io.github.makbn.jlmap.fx.test.integration.JLMapViewIntegrationTest ‑ jlMapView_addPolygon_shouldAddPolygonAsLayer
io.github.makbn.jlmap.fx.test.integration.JLMapViewIntegrationTest ‑ jlMapView_addPolyline_shouldAddPolylineAsLayer
io.github.makbn.jlmap.fx.test.integration.JLMapViewIntegrationTest ‑ jlMapView_addPopup_shouldAddPopupAsLayer
io.github.makbn.jlmap.fx.test.integration.JLMapViewIntegrationTest ‑ jlMapView_markerContextMenu_shouldSupportAddingRemovingItems
io.github.makbn.jlmap.fx.test.integration.JLMapViewIntegrationTest ‑ jlMapView_markerContextMenu_shouldSupportEnableDisable
io.github.makbn.jlmap.fx.test.integration.JLMapViewIntegrationTest ‑ jlMapView_markerContextMenu_shouldSupportListenerCallback
io.github.makbn.jlmap.fx.test.integration.JLMapViewIntegrationTest ‑ jlMapView_markerContextMenu_shouldSupportMenuItemUpdate
io.github.makbn.jlmap.fx.test.integration.JLMapViewIntegrationTest ‑ jlMapView_markerContextMenu_shouldSupportMenuItemVisibility
io.github.makbn.jlmap.fx.test.integration.JLMapViewIntegrationTest ‑ jlMapView_markerContextMenu_withIconsAndVariousStates
io.github.makbn.jlmap.fx.test.integration.JLMapViewIntegrationTest ‑ jlMapView_markerWithContextMenu_shouldHaveContextMenu
io.github.makbn.jlmap.fx.test.integration.JLMapViewIntegrationTest ‑ jlMapView_multipleMarkersWithContextMenu_shouldMaintainIndependentMenus
io.github.makbn.jlmap.fx.test.internal.JLFxMapRendererTest ‑ render_shouldGenerateValidHtmlDocument
io.github.makbn.jlmap.fx.test.internal.JLFxMapRendererTest ‑ render_shouldIncludeAllMapEventHandlers
io.github.makbn.jlmap.fx.test.internal.JLFxMapRendererTest ‑ render_shouldIncludeClientToServerEventHandler
io.github.makbn.jlmap.fx.test.internal.JLFxMapRendererTest ‑ render_shouldIncludeJsRelayFunction
io.github.makbn.jlmap.fx.test.internal.JLFxMapRendererTest ‑ render_shouldIncludeLeafletCssAndJavascript
io.github.makbn.jlmap.fx.test.internal.JLFxMapRendererTest ‑ render_shouldIncludeLeafletIntegrityAttributes
io.github.makbn.jlmap.fx.test.internal.JLFxMapRendererTest ‑ render_shouldIncludeMapContainerDiv
io.github.makbn.jlmap.fx.test.internal.JLFxMapRendererTest ‑ render_shouldIncludeMapHelperFunctions
io.github.makbn.jlmap.fx.test.internal.JLFxMapRendererTest ‑ render_shouldIncludeMapInitializationWithCorrectParameters
io.github.makbn.jlmap.fx.test.internal.JLFxMapRendererTest ‑ render_shouldIncludeMapSetup
io.github.makbn.jlmap.fx.test.internal.JLFxMapRendererTest ‑ render_shouldIncludeMetaTags
io.github.makbn.jlmap.fx.test.internal.JLFxMapRendererTest ‑ render_shouldSetBodyStyle
io.github.makbn.jlmap.fx.test.layer.JLControlLayerTest ‑ constructor_withNullCallbackHandler_shouldAcceptNullHandler
io.github.makbn.jlmap.fx.test.layer.JLControlLayerTest ‑ constructor_withNullEngine_shouldAcceptNullEngine
io.github.makbn.jlmap.fx.test.layer.JLControlLayerTest ‑ controlLayer_shouldExtendJLLayer
io.github.makbn.jlmap.fx.test.layer.JLControlLayerTest ‑ fitBounds_shouldExecuteCorrectScript
io.github.makbn.jlmap.fx.test.layer.JLControlLayerTest ‑ fitBounds_withNullBounds_shouldThrowNullPointerException
io.github.makbn.jlmap.fx.test.layer.JLControlLayerTest ‑ fitWorld_shouldExecuteCorrectScript
io.github.makbn.jlmap.fx.test.layer.JLControlLayerTest ‑ flyToBounds_shouldExecuteCorrectScript
io.github.makbn.jlmap.fx.test.layer.JLControlLayerTest ‑ flyTo_shouldExecuteCorrectScript
io.github.makbn.jlmap.fx.test.layer.JLControlLayerTest ‑ flyTo_withNullLatLng_shouldThrowNullPointerException
io.github.makbn.jlmap.fx.test.layer.JLControlLayerTest ‑ multipleOperations_shouldExecuteAllScripts
io.github.makbn.jlmap.fx.test.layer.JLControlLayerTest ‑ panInsideBounds_shouldExecuteCorrectScript
io.github.makbn.jlmap.fx.test.layer.JLControlLayerTest ‑ panInside_shouldExecuteCorrectScript
io.github.makbn.jlmap.fx.test.layer.JLControlLayerTest ‑ panTo_shouldExecuteCorrectScript
io.github.makbn.jlmap.fx.test.layer.JLControlLayerTest ‑ panTo_withNullLatLng_shouldThrowNullPointerException
io.github.makbn.jlmap.fx.test.layer.JLControlLayerTest ‑ setMaxBounds_shouldExecuteCorrectScript
io.github.makbn.jlmap.fx.test.layer.JLControlLayerTest ‑ setMaxBounds_withNullBounds_shouldThrowNullPointerException
io.github.makbn.jlmap.fx.test.layer.JLControlLayerTest ‑ setMaxZoom_shouldExecuteCorrectScript
io.github.makbn.jlmap.fx.test.layer.JLControlLayerTest ‑ setMinZoom_shouldExecuteCorrectScript
io.github.makbn.jlmap.fx.test.layer.JLControlLayerTest ‑ setZoomAround_shouldExecuteCorrectScript
io.github.makbn.jlmap.fx.test.layer.JLControlLayerTest ‑ setZoomAround_withNullLatLng_shouldThrowNullPointerException
io.github.makbn.jlmap.fx.test.layer.JLControlLayerTest ‑ setZoom_shouldExecuteCorrectScript
io.github.makbn.jlmap.fx.test.layer.JLControlLayerTest ‑ zoomIn_shouldExecuteCorrectScript
io.github.makbn.jlmap.fx.test.layer.JLControlLayerTest ‑ zoomOperations_withNegativeValues_shouldExecuteCorrectScript
io.github.makbn.jlmap.fx.test.layer.JLControlLayerTest ‑ zoomOperations_withZeroValues_shouldExecuteCorrectScript
io.github.makbn.jlmap.fx.test.layer.JLControlLayerTest ‑ zoomOut_shouldExecuteCorrectScript
io.github.makbn.jlmap.fx.test.layer.JLGeoJsonLayerTest ‑ addFromContent_whenContentLoadFails_shouldThrowJLException
io.github.makbn.jlmap.fx.test.layer.JLGeoJsonLayerTest ‑ addFromContent_withNullContent_shouldThrowNullPointerException
io.github.makbn.jlmap.fx.test.layer.JLGeoJsonLayerTest ‑ addFromContent_withValidContent_shouldLoadContentAndExecuteScript
io.github.makbn.jlmap.fx.test.layer.JLGeoJsonLayerTest ‑ addFromFile_whenFileLoadFails_shouldThrowJLException
io.github.makbn.jlmap.fx.test.layer.JLGeoJsonLayerTest ‑ addFromFile_withNullFile_shouldThrowNullPointerException
io.github.makbn.jlmap.fx.test.layer.JLGeoJsonLayerTest ‑ addFromFile_withValidFile_shouldLoadFileAndExecuteScript
io.github.makbn.jlmap.fx.test.layer.JLGeoJsonLayerTest ‑ addFromUrl_whenUrlLoadFails_shouldThrowJLException
io.github.makbn.jlmap.fx.test.layer.JLGeoJsonLayerTest ‑ addFromUrl_withNullUrl_shouldThrowNullPointerException
io.github.makbn.jlmap.fx.test.layer.JLGeoJsonLayerTest ‑ addFromUrl_withValidUrl_shouldLoadUrlAndExecuteScript
io.github.makbn.jlmap.fx.test.layer.JLGeoJsonLayerTest ‑ constructor_withNullCallbackHandler_shouldAcceptNullHandler
io.github.makbn.jlmap.fx.test.layer.JLGeoJsonLayerTest ‑ constructor_withNullEngine_shouldThrowNullPointerException
io.github.makbn.jlmap.fx.test.layer.JLGeoJsonLayerTest ‑ geoJsonLayer_shouldExtendJLLayer
io.github.makbn.jlmap.fx.test.layer.JLGeoJsonLayerTest ‑ geoJsonLayer_shouldGenerateUniqueIds
io.github.makbn.jlmap.fx.test.layer.JLGeoJsonLayerTest ‑ multipleGeoJsonOperations_shouldExecuteAllScripts
io.github.makbn.jlmap.fx.test.layer.JLGeoJsonLayerTest ‑ removeGeoJson_shouldExecuteRemoveScriptAndRemoveFromCallback
io.github.makbn.jlmap.fx.test.layer.JLGeoJsonLayerTest ‑ removeGeoJson_withNullId_shouldThrowNullPointerException
io.github.makbn.jlmap.fx.test.layer.JLUiLayerTest ‑ addImage_shouldExecuteCorrectScript
io.github.makbn.jlmap.fx.test.layer.JLUiLayerTest ‑ addImage_withNullBounds_shouldThrowNullPointerException
io.github.makbn.jlmap.fx.test.layer.JLUiLayerTest ‑ addImage_withNullImageUrl_shouldAcceptNullUrl
io.github.makbn.jlmap.fx.test.layer.JLUiLayerTest ‑ addMarker_withDraggableMarker_shouldExecuteScriptWithDraggableTrue
io.github.makbn.jlmap.fx.test.layer.JLUiLayerTest ‑ addMarker_withNonDraggableMarker_shouldExecuteCorrectScript
io.github.makbn.jlmap.fx.test.layer.JLUiLayerTest ‑ addMarker_withNullPosition_shouldThrowNullPointerException
io.github.makbn.jlmap.fx.test.layer.JLUiLayerTest ‑ addMarker_withNullText_shouldAcceptNullText
io.github.makbn.jlmap.fx.test.layer.JLUiLayerTest ‑ addPopup_withCustomOptions_shouldIncludeOptionsInScript
io.github.makbn.jlmap.fx.test.layer.JLUiLayerTest ‑ addPopup_withDefaultOptions_shouldExecuteCorrectScript
io.github.makbn.jlmap.fx.test.layer.JLUiLayerTest ‑ addPopup_withNullPosition_shouldThrowNullPointerException
io.github.makbn.jlmap.fx.test.layer.JLUiLayerTest ‑ addPopup_withNullText_shouldAcceptNullText
io.github.makbn.jlmap.fx.test.layer.JLUiLayerTest ‑ constructor_withNullCallbackHandler_shouldAcceptNullHandler
io.github.makbn.jlmap.fx.test.layer.JLUiLayerTest ‑ constructor_withNullEngine_shouldAcceptNullEngine
io.github.makbn.jlmap.fx.test.layer.JLUiLayerTest ‑ removeMarker_shouldExecuteRemoveScript
io.github.makbn.jlmap.fx.test.layer.JLUiLayerTest ‑ removePopup_shouldExecuteRemoveScript
io.github.makbn.jlmap.fx.test.layer.JLUiLayerTest ‑ uiLayer_shouldExtendJLLayer
io.github.makbn.jlmap.fx.test.layer.JLUiLayerTest ‑ uiLayer_shouldGenerateUniqueIds
io.github.makbn.jlmap.fx.test.layer.JLVectorLayerTest ‑ addCircleMarker_withDefaultOptions_shouldCreateCircleMarker
io.github.makbn.jlmap.fx.test.layer.JLVectorLayerTest ‑ addCircleMarker_withNullCenter_shouldThrowNullPointerException
io.github.makbn.jlmap.fx.test.layer.JLVectorLayerTest ‑ addCircle_withCustomRadius_shouldUseCustomRadius
io.github.makbn.jlmap.fx.test.layer.JLVectorLayerTest ‑ addCircle_withDefaultOptions_shouldCreateCircleWithDefaults
io.github.makbn.jlmap.fx.test.layer.JLVectorLayerTest ‑ addCircle_withNullCenter_shouldThrowNullPointerException
io.github.makbn.jlmap.fx.test.layer.JLVectorLayerTest ‑ addMultiPolyline_withNullVertices_shouldThrowNullPointerException
io.github.makbn.jlmap.fx.test.layer.JLVectorLayerTest ‑ addMultiPolyline_withValidVertices_shouldCreateMultiPolyline
io.github.makbn.jlmap.fx.test.layer.JLVectorLayerTest ‑ addPolygon_withNullVertices_shouldThrowNullPointerException
io.github.makbn.jlmap.fx.test.layer.JLVectorLayerTest ‑ addPolygon_withValidVertices_shouldCreatePolygon
io.github.makbn.jlmap.fx.test.layer.JLVectorLayerTest ‑ addPolyline_withCustomOptions_shouldIncludeOptionsInScript
io.github.makbn.jlmap.fx.test.layer.JLVectorLayerTest ‑ addPolyline_withEmptyVertices_shouldAcceptEmptyArray
io.github.makbn.jlmap.fx.test.layer.JLVectorLayerTest ‑ addPolyline_withNullVertices_shouldThrowNullPointerException
io.github.makbn.jlmap.fx.test.layer.JLVectorLayerTest ‑ addPolyline_withValidVertices_shouldCreatePolylineAndExecuteScript
io.github.makbn.jlmap.fx.test.layer.JLVectorLayerTest ‑ constructor_withNullCallbackHandler_shouldAcceptNullHandler
io.github.makbn.jlmap.fx.test.layer.JLVectorLayerTest ‑ constructor_withNullEngine_shouldAcceptNullEngine
io.github.makbn.jlmap.fx.test.layer.JLVectorLayerTest ‑ removeCircleMarker_shouldExecuteRemoveScript
io.github.makbn.jlmap.fx.test.layer.JLVectorLayerTest ‑ removeCircle_shouldExecuteRemoveScript
io.github.makbn.jlmap.fx.test.layer.JLVectorLayerTest ‑ removeMultiPolyline_shouldExecuteRemoveScript
io.github.makbn.jlmap.fx.test.layer.JLVectorLayerTest ‑ removePolygon_shouldExecuteRemoveScript
io.github.makbn.jlmap.fx.test.layer.JLVectorLayerTest ‑ removePolyline_shouldExecuteRemoveScript
io.github.makbn.jlmap.fx.test.layer.JLVectorLayerTest ‑ vectorLayer_shouldExtendJLLayer
io.github.makbn.jlmap.fx.test.layer.JLVectorLayerTest ‑ vectorLayer_shouldGenerateUniqueIds
io.github.makbn.jlmap.model.JLGeoJsonOptionsTest ‑ shouldBuildOptionsWithStyleAndFilter
io.github.makbn.jlmap.model.JLGeoJsonOptionsTest ‑ shouldCreateDefaultOptions
io.github.makbn.jlmap.model.JLGeoJsonOptionsTest ‑ shouldCreateOptionsWithFilter
io.github.makbn.jlmap.model.JLGeoJsonOptionsTest ‑ shouldCreateOptionsWithStyleFunction
io.github.makbn.jlmap.model.builder.JLCircleBuilderTest ‑ builder_withOptions_buildCircle
io.github.makbn.jlmap.model.builder.JLOptionsBuilderTest ‑ optionBuilder_default_shouldGenerateTheMap
io.github.makbn.jlmap.model.builder.JLOptionsBuilderTest ‑ toString_shouldGenerateLeafletStyleString
io.github.makbn.jlmap.vaadin.test.element.menu.VaadinContextMenuMediatorTest ‑ constructor_shouldInitializeSuccessfully
io.github.makbn.jlmap.vaadin.test.element.menu.VaadinContextMenuMediatorTest ‑ getName_shouldReturnCorrectName
io.github.makbn.jlmap.vaadin.test.element.menu.VaadinContextMenuMediatorTest ‑ hideContextMenu_shouldClearMenuItems
io.github.makbn.jlmap.vaadin.test.element.menu.VaadinContextMenuMediatorTest ‑ hideContextMenu_withNullContextMenu_shouldNotThrowException
io.github.makbn.jlmap.vaadin.test.element.menu.VaadinContextMenuMediatorTest ‑ showContextMenu_calledMultipleTimes_shouldMaintainContextMenuState
io.github.makbn.jlmap.vaadin.test.element.menu.VaadinContextMenuMediatorTest ‑ showContextMenu_withDisabledContextMenu_shouldHaveDisabledState
io.github.makbn.jlmap.vaadin.test.element.menu.VaadinContextMenuMediatorTest ‑ showContextMenu_withEnabledContextMenuButNoItems_shouldNotHaveContextMenu
io.github.makbn.jlmap.vaadin.test.element.menu.VaadinContextMenuMediatorTest ‑ showContextMenu_withMenuItemWithBlankIcon_shouldHandleBlankIcon
io.github.makbn.jlmap.vaadin.test.element.menu.VaadinContextMenuMediatorTest ‑ showContextMenu_withMenuItemWithIcon_shouldHandleIcon
io.github.makbn.jlmap.vaadin.test.element.menu.VaadinContextMenuMediatorTest ‑ showContextMenu_withMenuItemWithoutIcon_shouldHandleNullIcon
io.github.makbn.jlmap.vaadin.test.element.menu.VaadinContextMenuMediatorTest ‑ showContextMenu_withObjectWithoutContextMenu_shouldNotThrowException
io.github.makbn.jlmap.vaadin.test.element.menu.VaadinContextMenuMediatorTest ‑ showContextMenu_withValidContextMenu_shouldPopulateMenuItems
io.github.makbn.jlmap.vaadin.test.element.menu.VaadinContextMenuMediatorTest ‑ supportsObjectType_shouldReturnTrueForAllTypes
io.github.makbn.jlmap.vaadin.test.engine.JLVaadinEngineTest ‑ jlVaadinEngine_shouldExtendJLWebEngine
io.github.makbn.jlmap.vaadin.test.engine.JLVaadinEngineTest ‑ jlVaadinEngine_shouldHaveCorrectConstructorParameter
io.github.makbn.jlmap.vaadin.test.engine.JLVaadinEngineTest ‑ jlVaadinEngine_shouldImplementRequiredMethods
io.github.makbn.jlmap.vaadin.test.integration.JLVaadinMapViewIntegrationTest ‑ jlMapView_addCircleMarker_shouldAddCircleMarkerAsLayer
io.github.makbn.jlmap.vaadin.test.integration.JLVaadinMapViewIntegrationTest ‑ jlMapView_addCircle_shouldAddCircleAsLayer
io.github.makbn.jlmap.vaadin.test.integration.JLVaadinMapViewIntegrationTest ‑ jlMapView_addGeoJsonFromContent_shouldAddGeoJsonAsLayer
io.github.makbn.jlmap.vaadin.test.integration.JLVaadinMapViewIntegrationTest ‑ jlMapView_addImageOverlay_shouldAddImageOverlayAsLayer
io.github.makbn.jlmap.vaadin.test.integration.JLVaadinMapViewIntegrationTest ‑ jlMapView_addMarker_shouldAddMarkerAsLayer
io.github.makbn.jlmap.vaadin.test.integration.JLVaadinMapViewIntegrationTest ‑ jlMapView_addMultiPolyline_shouldAddMultiPolylineAsLayer
io.github.makbn.jlmap.vaadin.test.integration.JLVaadinMapViewIntegrationTest ‑ jlMapView_addPolygon_shouldAddPolygonAsLayer
io.github.makbn.jlmap.vaadin.test.integration.JLVaadinMapViewIntegrationTest ‑ jlMapView_addPolyline_shouldAddPolylineAsLayer
io.github.makbn.jlmap.vaadin.test.integration.JLVaadinMapViewIntegrationTest ‑ jlMapView_addPopup_shouldAddPopupAsLayer
io.github.makbn.jlmap.vaadin.test.integration.JLVaadinMapViewIntegrationTest ‑ jlMapView_markerContextMenu_shouldSupportAddingRemovingItems
io.github.makbn.jlmap.vaadin.test.integration.JLVaadinMapViewIntegrationTest ‑ jlMapView_markerContextMenu_shouldSupportEnableDisable
io.github.makbn.jlmap.vaadin.test.integration.JLVaadinMapViewIntegrationTest ‑ jlMapView_markerContextMenu_shouldSupportListenerCallback
io.github.makbn.jlmap.vaadin.test.integration.JLVaadinMapViewIntegrationTest ‑ jlMapView_markerContextMenu_shouldSupportMenuItemUpdate
io.github.makbn.jlmap.vaadin.test.integration.JLVaadinMapViewIntegrationTest ‑ jlMapView_markerContextMenu_shouldSupportMenuItemVisibility
io.github.makbn.jlmap.vaadin.test.integration.JLVaadinMapViewIntegrationTest ‑ jlMapView_markerContextMenu_withIconsAndVariousStates
io.github.makbn.jlmap.vaadin.test.integration.JLVaadinMapViewIntegrationTest ‑ jlMapView_markerWithContextMenu_shouldHaveContextMenu
io.github.makbn.jlmap.vaadin.test.integration.JLVaadinMapViewIntegrationTest ‑ jlMapView_multipleMarkersWithContextMenu_shouldMaintainIndependentMenus
io.github.makbn.jlmap.vaadin.test.internal.JLVaadinMapRendererTest ‑ render_shouldGenerateValidHtmlDocument
io.github.makbn.jlmap.vaadin.test.internal.JLVaadinMapRendererTest ‑ render_shouldIncludeAllMapEventHandlers
io.github.makbn.jlmap.vaadin.test.internal.JLVaadinMapRendererTest ‑ render_shouldIncludeClientToServerEventHandler
io.github.makbn.jlmap.vaadin.test.internal.JLVaadinMapRendererTest ‑ render_shouldIncludeJsRelayFunction
io.github.makbn.jlmap.vaadin.test.internal.JLVaadinMapRendererTest ‑ render_shouldIncludeLeafletCssAndJavascript
io.github.makbn.jlmap.vaadin.test.internal.JLVaadinMapRendererTest ‑ render_shouldIncludeLeafletIntegrityAttributes
io.github.makbn.jlmap.vaadin.test.internal.JLVaadinMapRendererTest ‑ render_shouldIncludeMapContainerDiv
io.github.makbn.jlmap.vaadin.test.internal.JLVaadinMapRendererTest ‑ render_shouldIncludeMapHelperFunctions
io.github.makbn.jlmap.vaadin.test.internal.JLVaadinMapRendererTest ‑ render_shouldIncludeMapInitializationWithCorrectParameters
io.github.makbn.jlmap.vaadin.test.internal.JLVaadinMapRendererTest ‑ render_shouldIncludeMapSetup
io.github.makbn.jlmap.vaadin.test.internal.JLVaadinMapRendererTest ‑ render_shouldIncludeMetaTags
io.github.makbn.jlmap.vaadin.test.internal.JLVaadinMapRendererTest ‑ render_shouldSetBodyStyle
io.github.makbn.jlmap.vaadin.test.layer.JLVaadinControlLayerTest ‑ constructor_withNullCallbackHandler_shouldAcceptNullHandler
io.github.makbn.jlmap.vaadin.test.layer.JLVaadinControlLayerTest ‑ constructor_withNullEngine_shouldAcceptNullEngine
io.github.makbn.jlmap.vaadin.test.layer.JLVaadinControlLayerTest ‑ controlLayer_shouldExtendJLLayer
io.github.makbn.jlmap.vaadin.test.layer.JLVaadinControlLayerTest ‑ fitBounds_shouldExecuteCorrectScript
io.github.makbn.jlmap.vaadin.test.layer.JLVaadinControlLayerTest ‑ fitBounds_withNullBounds_shouldThrowNullPointerException
io.github.makbn.jlmap.vaadin.test.layer.JLVaadinControlLayerTest ‑ fitWorld_shouldExecuteCorrectScript
io.github.makbn.jlmap.vaadin.test.layer.JLVaadinControlLayerTest ‑ flyToBounds_shouldExecuteCorrectScript
io.github.makbn.jlmap.vaadin.test.layer.JLVaadinControlLayerTest ‑ flyTo_shouldExecuteCorrectScript
io.github.makbn.jlmap.vaadin.test.layer.JLVaadinControlLayerTest ‑ flyTo_withNullLatLng_shouldThrowNullPointerException
io.github.makbn.jlmap.vaadin.test.layer.JLVaadinControlLayerTest ‑ multipleOperations_shouldExecuteAllScripts
io.github.makbn.jlmap.vaadin.test.layer.JLVaadinControlLayerTest ‑ panInsideBounds_shouldExecuteCorrectScript
io.github.makbn.jlmap.vaadin.test.layer.JLVaadinControlLayerTest ‑ panInside_shouldExecuteCorrectScript
io.github.makbn.jlmap.vaadin.test.layer.JLVaadinControlLayerTest ‑ panTo_shouldExecuteCorrectScript
io.github.makbn.jlmap.vaadin.test.layer.JLVaadinControlLayerTest ‑ panTo_withNullLatLng_shouldThrowNullPointerException
io.github.makbn.jlmap.vaadin.test.layer.JLVaadinControlLayerTest ‑ setMaxBounds_shouldExecuteCorrectScript
io.github.makbn.jlmap.vaadin.test.layer.JLVaadinControlLayerTest ‑ setMaxBounds_withNullBounds_shouldThrowNullPointerException
io.github.makbn.jlmap.vaadin.test.layer.JLVaadinControlLayerTest ‑ setMaxZoom_shouldExecuteCorrectScript
io.github.makbn.jlmap.vaadin.test.layer.JLVaadinControlLayerTest ‑ setMinZoom_shouldExecuteCorrectScript
io.github.makbn.jlmap.vaadin.test.layer.JLVaadinControlLayerTest ‑ setZoomAround_shouldExecuteCorrectScript
io.github.makbn.jlmap.vaadin.test.layer.JLVaadinControlLayerTest ‑ setZoomAround_withNullLatLng_shouldThrowNullPointerException
io.github.makbn.jlmap.vaadin.test.layer.JLVaadinControlLayerTest ‑ setZoom_shouldExecuteCorrectScript
io.github.makbn.jlmap.vaadin.test.layer.JLVaadinControlLayerTest ‑ zoomIn_shouldExecuteCorrectScript
io.github.makbn.jlmap.vaadin.test.layer.JLVaadinControlLayerTest ‑ zoomOperations_withNegativeValues_shouldExecuteCorrectScript
io.github.makbn.jlmap.vaadin.test.layer.JLVaadinControlLayerTest ‑ zoomOperations_withZeroValues_shouldExecuteCorrectScript
io.github.makbn.jlmap.vaadin.test.layer.JLVaadinControlLayerTest ‑ zoomOut_shouldExecuteCorrectScript
io.github.makbn.jlmap.vaadin.test.layer.JLVaadinGeoJsonLayerTest ‑ addFromContent_whenContentLoadFails_shouldThrowJLException
io.github.makbn.jlmap.vaadin.test.layer.JLVaadinGeoJsonLayerTest ‑ addFromContent_withNullContent_shouldThrowNullPointerException
io.github.makbn.jlmap.vaadin.test.layer.JLVaadinGeoJsonLayerTest ‑ addFromContent_withValidContent_shouldLoadContentAndExecuteScript
io.github.makbn.jlmap.vaadin.test.layer.JLVaadinGeoJsonLayerTest ‑ addFromFile_whenFileLoadFails_shouldThrowJLException
io.github.makbn.jlmap.vaadin.test.layer.JLVaadinGeoJsonLayerTest ‑ addFromFile_withNullFile_shouldThrowNullPointerException
io.github.makbn.jlmap.vaadin.test.layer.JLVaadinGeoJsonLayerTest ‑ addFromFile_withValidFile_shouldLoadFileAndExecuteScript
io.github.makbn.jlmap.vaadin.test.layer.JLVaadinGeoJsonLayerTest ‑ addFromUrl_whenUrlLoadFails_shouldThrowJLException
io.github.makbn.jlmap.vaadin.test.layer.JLVaadinGeoJsonLayerTest ‑ addFromUrl_withNullUrl_shouldThrowNullPointerException
io.github.makbn.jlmap.vaadin.test.layer.JLVaadinGeoJsonLayerTest ‑ addFromUrl_withValidUrl_shouldLoadUrlAndExecuteScript
io.github.makbn.jlmap.vaadin.test.layer.JLVaadinGeoJsonLayerTest ‑ constructor_withNullCallbackHandler_shouldAcceptNullHandler
io.github.makbn.jlmap.vaadin.test.layer.JLVaadinGeoJsonLayerTest ‑ constructor_withNullEngine_shouldThrowNullPointerException
io.github.makbn.jlmap.vaadin.test.layer.JLVaadinGeoJsonLayerTest ‑ geoJsonLayer_shouldExtendJLLayer
io.github.makbn.jlmap.vaadin.test.layer.JLVaadinGeoJsonLayerTest ‑ geoJsonLayer_shouldGenerateUniqueIds
io.github.makbn.jlmap.vaadin.test.layer.JLVaadinGeoJsonLayerTest ‑ multipleGeoJsonOperations_shouldExecuteAllScripts
io.github.makbn.jlmap.vaadin.test.layer.JLVaadinGeoJsonLayerTest ‑ removeGeoJson_shouldExecuteRemoveScriptAndRemoveFromCallback
io.github.makbn.jlmap.vaadin.test.layer.JLVaadinGeoJsonLayerTest ‑ removeGeoJson_withNullId_shouldThrowNullPointerException
io.github.makbn.jlmap.vaadin.test.layer.JLVaadinUiLayerTest ‑ addImage_shouldExecuteCorrectScript
io.github.makbn.jlmap.vaadin.test.layer.JLVaadinUiLayerTest ‑ addImage_withNullBounds_shouldThrowNullPointerException
io.github.makbn.jlmap.vaadin.test.layer.JLVaadinUiLayerTest ‑ addImage_withNullImageUrl_shouldAcceptNullUrl
io.github.makbn.jlmap.vaadin.test.layer.JLVaadinUiLayerTest ‑ addMarker_withDraggableMarker_shouldExecuteScriptWithDraggableTrue
io.github.makbn.jlmap.vaadin.test.layer.JLVaadinUiLayerTest ‑ addMarker_withNonDraggableMarker_shouldExecuteCorrectScript(boolean)[1]
io.github.makbn.jlmap.vaadin.test.layer.JLVaadinUiLayerTest ‑ addMarker_withNonDraggableMarker_shouldExecuteCorrectScript(boolean)[2]
io.github.makbn.jlmap.vaadin.test.layer.JLVaadinUiLayerTest ‑ addMarker_withNullPosition_shouldThrowNullPointerException
io.github.makbn.jlmap.vaadin.test.layer.JLVaadinUiLayerTest ‑ addMarker_withNullText_shouldAcceptNullText
io.github.makbn.jlmap.vaadin.test.layer.JLVaadinUiLayerTest ‑ addPopup_withCustomOptions_shouldIncludeOptionsInScript
io.github.makbn.jlmap.vaadin.test.layer.JLVaadinUiLayerTest ‑ addPopup_withDefaultOptions_shouldExecuteCorrectScript
io.github.makbn.jlmap.vaadin.test.layer.JLVaadinUiLayerTest ‑ addPopup_withNullPosition_shouldThrowNullPointerException
io.github.makbn.jlmap.vaadin.test.layer.JLVaadinUiLayerTest ‑ addPopup_withNullText_shouldAcceptNullText
io.github.makbn.jlmap.vaadin.test.layer.JLVaadinUiLayerTest ‑ constructor_withNullCallbackHandler_shouldAcceptNullHandler
io.github.makbn.jlmap.vaadin.test.layer.JLVaadinUiLayerTest ‑ constructor_withNullEngine_shouldAcceptNullEngine
io.github.makbn.jlmap.vaadin.test.layer.JLVaadinUiLayerTest ‑ removeMarker_shouldExecuteRemoveScript
io.github.makbn.jlmap.vaadin.test.layer.JLVaadinUiLayerTest ‑ removePopup_shouldExecuteRemoveScript
io.github.makbn.jlmap.vaadin.test.layer.JLVaadinUiLayerTest ‑ uiLayer_shouldExtendJLLayer
io.github.makbn.jlmap.vaadin.test.layer.JLVaadinUiLayerTest ‑ uiLayer_shouldGenerateUniqueIds
io.github.makbn.jlmap.vaadin.test.layer.JLVaadinVectorLayerTest ‑ addCircleMarker_withDefaultOptions_shouldCreateCircleMarker
io.github.makbn.jlmap.vaadin.test.layer.JLVaadinVectorLayerTest ‑ addCircleMarker_withNullCenter_shouldThrowNullPointerException
io.github.makbn.jlmap.vaadin.test.layer.JLVaadinVectorLayerTest ‑ addCircle_withCustomRadius_shouldUseCustomRadius
io.github.makbn.jlmap.vaadin.test.layer.JLVaadinVectorLayerTest ‑ addCircle_withDefaultOptions_shouldCreateCircleWithDefaults
io.github.makbn.jlmap.vaadin.test.layer.JLVaadinVectorLayerTest ‑ addCircle_withNullCenter_shouldThrowNullPointerException
io.github.makbn.jlmap.vaadin.test.layer.JLVaadinVectorLayerTest ‑ addMultiPolyline_withNullVertices_shouldThrowNullPointerException
io.github.makbn.jlmap.vaadin.test.layer.JLVaadinVectorLayerTest ‑ addMultiPolyline_withValidVertices_shouldCreateMultiPolyline
io.github.makbn.jlmap.vaadin.test.layer.JLVaadinVectorLayerTest ‑ addPolygon_withNullVertices_shouldThrowNullPointerException
io.github.makbn.jlmap.vaadin.test.layer.JLVaadinVectorLayerTest ‑ addPolygon_withValidVertices_shouldCreatePolygon
io.github.makbn.jlmap.vaadin.test.layer.JLVaadinVectorLayerTest ‑ addPolyline_withCustomOptions_shouldIncludeOptionsInScript
io.github.makbn.jlmap.vaadin.test.layer.JLVaadinVectorLayerTest ‑ addPolyline_withEmptyVertices_shouldAcceptEmptyArray
io.github.makbn.jlmap.vaadin.test.layer.JLVaadinVectorLayerTest ‑ addPolyline_withNullVertices_shouldThrowNullPointerException
io.github.makbn.jlmap.vaadin.test.layer.JLVaadinVectorLayerTest ‑ addPolyline_withValidVertices_shouldCreatePolylineAndExecuteScript
io.github.makbn.jlmap.vaadin.test.layer.JLVaadinVectorLayerTest ‑ constructor_withNullCallbackHandler_shouldAcceptNullHandler
io.github.makbn.jlmap.vaadin.test.layer.JLVaadinVectorLayerTest ‑ constructor_withNullEngine_shouldAcceptNullEngine
io.github.makbn.jlmap.vaadin.test.layer.JLVaadinVectorLayerTest ‑ removeCircleMarker_shouldExecuteRemoveScript
io.github.makbn.jlmap.vaadin.test.layer.JLVaadinVectorLayerTest ‑ removeCircle_shouldExecuteRemoveScript
io.github.makbn.jlmap.vaadin.test.layer.JLVaadinVectorLayerTest ‑ removeMultiPolyline_shouldExecuteRemoveScript
io.github.makbn.jlmap.vaadin.test.layer.JLVaadinVectorLayerTest ‑ removePolygon_shouldExecuteRemoveScript
io.github.makbn.jlmap.vaadin.test.layer.JLVaadinVectorLayerTest ‑ removePolyline_shouldExecuteRemoveScript
io.github.makbn.jlmap.vaadin.test.layer.JLVaadinVectorLayerTest ‑ vectorLayer_shouldExtendJLLayer
io.github.makbn.jlmap.vaadin.test.layer.JLVaadinVectorLayerTest ‑ vectorLayer_shouldGenerateUniqueIds