Class BrowserlessGeolocationClientFactory

java.lang.Object
com.vaadin.flow.component.geolocation.BrowserlessGeolocationClientFactory
All Implemented Interfaces:
GeolocationClientFactory, Serializable

public final class BrowserlessGeolocationClientFactory extends Object implements GeolocationClientFactory
GeolocationClientFactory that produces an in-memory test client and publishes a GeolocationSimulator on the UI for tests to drive. Wired into Flow's Lookup by MockVaadinHelper.BrowserlessLookupInitializer, scoping registration to the browserless mocking lifecycle instead of leaking through SPI.
See Also:
  • Constructor Details

    • BrowserlessGeolocationClientFactory

      public BrowserlessGeolocationClientFactory()
  • Method Details