Class BrowserlessGeolocationClientFactory
-
- All Implemented Interfaces:
-
com.vaadin.flow.component.geolocation.GeolocationClientFactory,java.io.Serializable
public final class BrowserlessGeolocationClientFactory implements GeolocationClientFactoryGeolocationClientFactory 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.- Since:
1.1
-
-
Constructor Summary
Constructors Constructor Description BrowserlessGeolocationClientFactory()
-